Home
last modified time | relevance | path

Searched refs:LineInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/teeui/libteeui/include/teeui/
H A Dlabel.h55 struct LineInfo { struct
85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); argument
127 LabelImpl::LineInfo::info_t lines[Derived::label_number_of_lines]; in draw()
128 LabelImpl::LineInfo lineInfo = {Derived::label_number_of_lines, lines}; in draw()
/aosp12/bootable/recovery/tools/image_generator/
H A DImageGenerator.java175 private class LineInfo { class in ImageGenerator.WrappedTextInfo
179 LineInfo(AttributedString text, int width) { in LineInfo() method in ImageGenerator.WrappedTextInfo.LineInfo
187 public List<LineInfo> mWrappedLines;
232 mWrappedLines.add(new LineInfo(attributedText, width)); in addLine()
505 for (WrappedTextInfo.LineInfo lineInfo : wrappedTextInfo.mWrappedLines) { in measureTextWidth()
543 for (WrappedTextInfo.LineInfo lineInfo : wrappedTextInfo.mWrappedLines) { in drawText()
/aosp12/system/teeui/libteeui/src/
H A Dlabel.cpp25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()