HomeSort by relevance Sort by last modified time
    Searched refs:gr_fill (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
vr_ui.cpp 50 gr_fill(kMarginWidth + kStereoOffset, y, ScreenWidth() - kMarginWidth + kStereoOffset, y + 2);
51 gr_fill(ScreenWidth() + kMarginWidth - kStereoOffset, y,
57 gr_fill(kMarginWidth + kStereoOffset, y, ScreenWidth() - kMarginWidth + kStereoOffset, y + height);
58 gr_fill(ScreenWidth() + kMarginWidth - kStereoOffset, y,
63 gr_fill(x + kStereoOffset, y, w, h);
64 gr_fill(x - kStereoOffset + ScreenWidth(), y, w, h);
wear_ui.cpp 52 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
80 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
113 gr_fill(x, y - 2, gr_fb_width() - x, y + char_height_ + 2);
127 gr_fill(0, y, gr_fb_width(), y + 2);
screen_ui.cpp 351 gr_fill(0, y + 4, ScreenWidth(), y + 6);
356 gr_fill(x, y, x + width, y + height);
360 gr_fill(x, y, w, h);
  /bootable/recovery/minui/include/minui/
minui.h 62 void gr_fill(int x1, int y1, int x2, int y2);
  /bootable/recovery/minui/
graphics.cpp 213 void gr_fill(int x1, int y1, int x2, int y2) { function

Completed in 85 milliseconds