Home
last modified time | relevance | path

Searched defs:width (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/minui/
Dresources.cpp50 png_uint_32* width, png_uint_32* height, png_byte* channels) { in open_png()
143 static GRSurface* init_display_surface(png_uint_32 width, png_uint_32 height) { in init_display_surface()
166 int channels, int width) { in transform_rgb_to_draw()
205 png_uint_32 width, height; in res_create_display_surface() local
246 png_uint_32 width, height; in res_create_multi_display_surface() local
333 png_uint_32 width, height; in res_create_alpha_surface() local
406 png_uint_32 width, height; in res_create_localized_alpha_surface() local
Dfont_10x18.h2 unsigned width; member
Dgraphics_drm.cpp111 GRSurfaceDrm* MinuiBackendDrm::DrmCreateSurface(int width, int height) { in DrmCreateSurface()
357 int width = main_monitor_crtc->mode.hdisplay; in Init() local
Dgraphics.cpp68 int width, int height) in text_blend()
/bootable/recovery/minui/include/minui/
Dminui.h30 int width; member
/bootable/recovery/
Dscreen_ui.cpp193 int width = gr_get_width(progressBarEmpty); in draw_foreground_locked() local
264 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar()
614 int width = gr_get_width(progressBarEmpty); in SetProgress() local
Dwear_ui.cpp94 int width = gr_get_width(surface); in draw_background_locked() local
/bootable/recovery/tests/manual/
Drecovery_test.cpp190 png_uint_32 width, height; member in ResourceTest