HomeSort by: relevance | last modified time | path
    Searched refs:copy_cursor_image (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 379 static void copy_cursor_image(u8 *src, u8 *dst, u32 width, u32 height, function in typeref:typename:void
433 copy_cursor_image(src, vbox->cursor_data, width, height, mask_size);
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 58 static u32 copy_cursor_image(u8 *src, u8 *dst, int width, int height);
1357 static u32 copy_cursor_image(u8 *src, u8 *dst, int width, int height) function in typeref:typename:u32
1419 csum = copy_cursor_image(src, dst, width, height);

Completed in 13 milliseconds