Home
last modified time | relevance | path

Searched defs:LineInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/teeui/libteeui/include/teeui/
H A Dlabel.h55 struct LineInfo { struct
56 struct info_t {
60 size_t size_;
61 info_t* info_;
85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); argument
/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