Searched defs:w (Results  1 – 5 of 5) 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() 69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const {  in DrawFill()
  | 
| D | screen_ui.cpp | 617 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,  in DrawSurface() 631 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const {  in DrawFill()
  | 
| /bootable/recovery/tests/unit/ | 
| D | resources_test.cpp | 112     int w = (row[1] << 8) | row[0];  in TEST_P()  local
  | 
| /bootable/recovery/minui/ | 
| D | resources.cpp | 440     int w = (row[1] << 8) | row[0];  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()
  |