Home
last modified time | relevance | path

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

/external/skia/experimental/sktext/include/
DInterface.h149 struct BoxLine { struct
151 SkTArray<SkRect, true> fBoxGlyphs;
152 SkTArray<TextIndex, true> fTextByGlyph; // by glyph cluster
153 GlyphIndex fTextEnd;
154 GlyphIndex fTrailingSpacesEnd;
155 TextRange fTextRange;
156 size_t fIndex;
157 bool fIsHardBreak;
158 SkRect fBounds;
DText.h293 struct BoxLine { struct
294 BoxLine(size_t index, TextRange text, bool hardBreak, SkRect bounds) in BoxLine() function
296 SkTArray<SkRect, true> fBoxGlyphs;
297 SkTArray<TextIndex, true> fTextByGlyph; // by glyph cluster
298 GlyphIndex fTextEnd;
299 GlyphIndex fTrailingSpacesEnd;
300 TextRange fTextRange;
301 size_t fIndex;
302 bool fIsHardBreak;
303 SkRect fBounds;