Home
last modified time | relevance | path

Searched refs:bitmap_create (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.h64 bmp_bitmap_cb_create bitmap_create; member
H A Drockchip_display.c1355 static void *bitmap_create(int width, int height, unsigned int state) in bitmap_create() function
1475 bitmap_create, in load_bmp_logo()
H A Dlibnsbmp.c339 bmp->bitmap = bmp->bitmap_callbacks.bitmap_create(bmp->width, bmp->height, flags); in bmp_info_header_parse()