Home
last modified time | relevance | path

Searched defs:trailingSpaces (Results 1 – 10 of 10) sorted by relevance

/external/skia/experimental/sktext/tests/
DWrappedText.cpp46 GlyphRange trailingSpaces; member
54 …size_t trailingSpaces; // Depending of TextDirection it goes right to the end (LTR) or left t… member
66 …void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) ove… in onEndLine()
74 TextIndex trailingSpaces, in onGlyphRun()
DSelectableText.cpp46 GlyphRange trailingSpaces; member
55 …size_t trailingSpaces; // Depending of TextDirection it goes right to the end (LTR) or left t… member
67 …void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) ove… in onEndLine()
76 TextIndex trailingSpaces, in onGlyphRun()
122 GlyphIndex trailingSpaces = boxLine.fBoxGlyphs.size() - 1; in UNIX_ONLY_TEST() local
/external/skia/experimental/sktext/include/
DInterface.h73 …virtual void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCo… in onEndLine()
77int trailingSpaces, // Depending of TextDirection it goes right to the end (LTR) or left t… in onGlyphRun()
DText.h175 …virtual void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCo… in onEndLine()
179TextIndex trailingSpaces, // Depending of TextDirection it goes right to the end (LTR) or … in onGlyphRun()
259 TextIndex trailingSpaces, in onGlyphRun()
/external/skia/experimental/sktext/src/
DVisualRun.h126 GlyphRange trailingSpaces() const { return fTrailingSpaces; } in trailingSpaces() function
DPaint.cpp57 TextIndex trailingSpaces, in onGlyphRun()
DText.cpp639 void SelectableText::onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t … in onEndLine()
655 TextIndex trailingSpaces, in onGlyphRun()
/external/skia/modules/skparagraph/src/
DTextWrapper.cpp210 bool trailingSpaces = true; in getClustersTrimmedWidth() local
DParagraphImpl.cpp568 ClusterIndex trailingSpaces = fClusters.size(); in breakShapedTextIntoLines() local
DTextLine.cpp1183 SkRect trailingSpaces = SkRect::MakeEmpty(); in getRectsForRange() local