Searched defs:text (Results 1 – 4 of 4) sorted by relevance
/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() 400 private WrappedTextInfo wrapText(String text, FontMetrics metrics) { in wrapText() 444 private WrappedTextInfo processAndWrapText(String text, FontMetrics metrics) { in processAndWrapText() 494 private int measureTextWidth(String text, Locale locale) in measureTextWidth() 527 private void drawText(String text, Locale locale, String languageTag) in drawText()
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | device_path.rs | 67 text: Option<&'a [u16]>, field 90 pub fn text(&self) -> Option<&[u16]> { in text() method
|
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 111 const auto& text = GetCurrentText(); in draw_background_locked() local
|
/bootable/recovery/minui/ |
D | resources.cpp | 259 png_textp text; in res_create_multi_display_surface() local
|