Searched defs:trailingSpaces (Results 1 – 10 of 10) sorted by relevance
| /external/skia/experimental/sktext/tests/ |
| D | WrappedText.cpp | 46 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()
|
| D | SelectableText.cpp | 46 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/ |
| D | Interface.h | 73 …virtual void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCo… in onEndLine() 77 …int trailingSpaces, // Depending of TextDirection it goes right to the end (LTR) or left t… in onGlyphRun()
|
| D | Text.h | 175 …virtual void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCo… in onEndLine() 179 …TextIndex trailingSpaces, // Depending of TextDirection it goes right to the end (LTR) or … in onGlyphRun() 259 TextIndex trailingSpaces, in onGlyphRun()
|
| /external/skia/experimental/sktext/src/ |
| D | VisualRun.h | 126 GlyphRange trailingSpaces() const { return fTrailingSpaces; } in trailingSpaces() function
|
| D | Paint.cpp | 57 TextIndex trailingSpaces, in onGlyphRun()
|
| D | Text.cpp | 639 void SelectableText::onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t … in onEndLine() 655 TextIndex trailingSpaces, in onGlyphRun()
|
| /external/skia/modules/skparagraph/src/ |
| D | TextWrapper.cpp | 210 bool trailingSpaces = true; in getClustersTrimmedWidth() local
|
| D | ParagraphImpl.cpp | 568 ClusterIndex trailingSpaces = fClusters.size(); in breakShapedTextIntoLines() local
|
| D | TextLine.cpp | 1183 SkRect trailingSpaces = SkRect::MakeEmpty(); in getRectsForRange() local
|