Searched defs:x (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 43 void VrRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon() 48 int VrRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine() 69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill()
|
D | screen_ui.cpp | 157 int TextMenu::DrawHeader(int x, int y) const { in DrawHeader() 176 int TextMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems() 233 int GraphicMenu::DrawHeader(int x, int y) const { in DrawHeader() 239 int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems() 432 int x = (ScreenWidth() - max_stage * gr_get_width(stage_marker_empty_.get())) / 2; in draw_background_locked() local 627 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar() 631 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() 635 void ScreenRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon() 639 int ScreenRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine() 644 int ScreenRecoveryUI::DrawTextLines(int x, int y, const std::vector<std::string>& lines) const { in DrawTextLines() [all …]
|
/bootable/recovery/minui/ |
D | graphics.cpp | 48 static bool outside(int x, int y) { in outside() 70 int gr_font_size(const GRFont* font, int* x, int* y) { in gr_font_size() 167 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt() 201 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text() 234 void gr_texticon(int x, int y, const GRSurface* icon) { in gr_texticon() 274 for (int x = 0; x < gr_draw->width; ++x) { in gr_clear() local 297 for (int x = x1; x < x2; ++x) { in gr_fill() local 329 for (int x = 0; x < w; x += 1) { in gr_blit() local
|
D | resources.cpp | 161 for (int x = 0; x < width; ++x) { in TransformRgbToDraw() local 178 for (int x = 0; x < width; ++x) { in TransformRgbToDraw() local 196 for (int x = 0; x < width; ++x) { in TransformRgbToDraw() local
|
/bootable/libbootloader/gbl/libsafemath/src/ |
D | lib.rs | 472 let x: SafeNum = 255.into(); in test_round_down() localVariable 481 let x: SafeNum = 255.into(); in test_round_up() localVariable
|
/bootable/recovery/tools/image_generator/ |
D | ImageGenerator.java | 552 int x = in drawText() local 558 graphics.drawString(lineInfo.mLineContent.getIterator(), x, baseLine); in drawText() local
|
/bootable/libbootloader/gbl/libefi/defs/ |
D | types.h | 130 #define EFI_ERR(x) (EFI_ERROR_MASK | (x)) argument
|