Home
last modified time | relevance | path

Searched refs:ARGB (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/minui/
Dresources.cpp202 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in res_create_display_surface()
274 if (gr_pixel_format() == PixelFormat::ARGB || gr_pixel_format() == PixelFormat::BGRA) { in res_create_multi_display_surface()
320 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in res_create_alpha_surface()
Dgraphics.cpp212 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in gr_color()
352 pixel_format = PixelFormat::ARGB; in gr_init()
Dgraphics_drm.cpp92 } else if (pixel_format == PixelFormat::ARGB) { in Create()
/bootable/recovery/minui/include/minui/
Dminui.h104 ARGB = 4, enumerator