Searched defs:width (Results 1 – 10 of 10) 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() 193 png_uint_32 width = png_handler.width(); in res_create_display_surface() local 227 png_uint_32 width = png_handler.width(); in res_create_multi_display_surface() local 311 png_uint_32 width = png_handler.width(); in res_create_alpha_surface() local 410 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_adf.h | 44 GRSurfaceAdf(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, __u32 offset, in GRSurfaceAdf()
|
D | graphics_drm.cpp | 79 std::unique_ptr<GRSurfaceDrm> GRSurfaceDrm::Create(int drm_fd, int width, int height) { in Create() 343 int width = main_monitor_crtc->mode.hdisplay; in Init() local
|
D | graphics.cpp | 143 int width, int height) { in TextBlend()
|
/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/minui/include/private/ |
D | resources.h | 35 png_uint_32 width() const { in width() function
|
/bootable/recovery/tools/image_generator/ |
D | ImageGenerator.java | 179 LineInfo(AttributedString text, int width) { in LineInfo() 203 public void addLine(String text, int width, Font textFont, Font fallbackFont) { in addLine() 467 private List<Integer> encodeTextInfo(int width, int height, String locale) { in encodeTextInfo() 582 private void resize(int width, int height) { in resize()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 458 int width = gr_get_width(progress_bar_empty_.get()); in draw_foreground_locked() local 621 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar() 714 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked() local 1035 int width = gr_get_width(progress_bar_empty_.get()); in SetProgress() local
|