Searched defs:h (Results  1 – 6 of 6) sorted by relevance
| /bootable/recovery/recovery_ui/ | 
| D | vr_ui.cpp | 37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,  in DrawSurface()
  | 
| D | screen_ui.cpp | 617 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,  in DrawSurface()
  | 
| /bootable/recovery/tests/unit/ | 
| D | resources_test.cpp | 113     int h = (row[3] << 8) | row[2];  in TEST_P()  local
  | 
| D | updater_test.cpp | 1050   std::string h(4096, 'h');  in GenerateTransferList()  local
  | 
| /bootable/recovery/minui/ | 
| D | resources.cpp | 405     int h = (row[3] << 8) | row[2];  in get_locales_in_png()  local 441     int h = (row[3] << 8) | row[2];  in res_create_localized_alpha_surface()  local
  | 
| D | graphics.cpp | 306 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) {  in gr_blit()
  |