Searched defs:width (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/minui/ |
D | resources.cpp | 43 std::unique_ptr<GRSurface> GRSurface::Create(size_t width, size_t height, size_t row_bytes, in Create() 153 int width) { in TransformRgbToDraw() 218 png_uint_32 width = png_handler.width(); in res_create_display_surface() local 254 png_uint_32 width = png_handler.width(); in res_create_multi_display_surface() local 340 png_uint_32 width = png_handler.width(); in res_create_alpha_surface() local 434 png_uint_32 width = png_handler.width(); in res_create_localized_alpha_surface() local
|
D | graphics_drm.h | 43 GRSurfaceDrm(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, int drm_fd, in GRSurfaceDrm()
|
D | graphics_fbdev.cpp | 35 std::unique_ptr<GRSurfaceFbdev> GRSurfaceFbdev::Create(size_t width, size_t height, in Create()
|
D | graphics_drm.cpp | 79 std::unique_ptr<GRSurfaceDrm> GRSurfaceDrm::Create(int drm_fd, int width, int height) { in Create() 387 int width = drm[i].monitor_crtc->mode.hdisplay; in Init() local
|
D | graphics.cpp | 186 int width, int height) { in TextBlend()
|
/bootable/recovery/minui/include/private/ |
D | resources.h | 35 png_uint_32 width() const { in width() function
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 63 size_t width; variable 69 GRSurface(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes) in GRSurface()
|
/bootable/recovery/tools/image_generator/ |
D | ImageGenerator.java | 175 LineInfo(AttributedString text, int width) { in LineInfo() 199 public void addLine(String text, int width, Font textFont, Font fallbackFont) { in addLine() 463 private List<Integer> encodeTextInfo(int width, int height, String locale) { in encodeTextInfo() 578 private void resize(int width, int height) { in resize()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 464 int width = gr_get_width(progress_bar_empty_.get()); in draw_foreground_locked() local 627 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar() 720 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked() local 1045 int width = gr_get_width(progress_bar_empty_.get()); in SetProgress() local
|