Home
last modified time | relevance | path

Searched defs:h (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/
Dvr_ui.cpp31 void VrRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
Dscreen_ui.cpp345 void ScreenRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
/bootable/recovery/minui/
Dresources.cpp427 int h = (row[3] << 8) | row[2]; in get_locales_in_png() local
463 int h = (row[3] << 8) | row[2]; in res_create_localized_alpha_surface() local
Dgraphics.cpp237 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()
/bootable/recovery/tests/manual/
Drecovery_test.cpp202 int h = (row[3] << 8) | row[2]; in TEST_P() local