Home
last modified time | relevance | path

Searched refs:ABGR (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/minui/
Dresources.cpp202 if (pixel_format == PixelFormat::ABGR || pixel_format == PixelFormat::BGRA) { in res_create_display_surface()
274 if (gr_pixel_format() == PixelFormat::ABGR || gr_pixel_format() == PixelFormat::BGRA) { in res_create_multi_display_surface()
320 if (pixel_format == PixelFormat::ABGR || pixel_format == PixelFormat::BGRA) { in res_create_alpha_surface()
Dgraphics_adf.cpp118 if (pixel_format == PixelFormat::ABGR) { in Init()
Dgraphics.cpp212 if (pixel_format == PixelFormat::ABGR || pixel_format == PixelFormat::BGRA) { in gr_color()
348 pixel_format = PixelFormat::ABGR; in gr_init()
Dgraphics_drm.cpp84 if (pixel_format == PixelFormat::ABGR) { in Create()
/bootable/recovery/minui/include/minui/
Dminui.h101 ABGR = 1, enumerator