Searched defs:h (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/ |
D | vr_ui.cpp | 31 void VrRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
|
D | screen_ui.cpp | 345 void ScreenRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
|
/bootable/recovery/minui/ |
D | resources.cpp | 427 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
|
D | graphics.cpp | 237 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()
|
/bootable/recovery/tests/manual/ |
D | recovery_test.cpp | 202 int h = (row[3] << 8) | row[2]; in TEST_P() local
|