Searched defs:trailingSpaces (Results 1 – 13 of 13) sorted by relevance
| /third_party/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
|
| /third_party/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()
|
| /third_party/skia/experimental/sktext/src/ |
| D | VisualRun.h | 125 GlyphRange trailingSpaces() const { return fTrailingSpaces; } in trailingSpaces() function
|
| D | Paint.cpp | 57 TextIndex trailingSpaces, in onGlyphRun()
|
| D | Text.cpp | 658 void SelectableText::onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t … in onEndLine() 674 TextIndex trailingSpaces, in onGlyphRun()
|
| /third_party/skia/modules/skparagraph/src/ |
| D | TextWrapper.cpp | 411 bool trailingSpaces = true; in moveForward() local 2033 bool trailingSpaces = true; in moveForward() local
|
| D | ParagraphImpl.cpp | 1188 ClusterIndex trailingSpaces = fClusters.size(); in GetLineFontMetrics() local 1303 ClusterIndex trailingSpaces = fClusters.size(); in GetLineFontMetrics() local
|
| D | TextLine.cpp | 2392 SkRect trailingSpaces = SkRect::MakeEmpty(); local
|
| /third_party/skia/m133/modules/skparagraph/src/ |
| D | TextWrapper.cpp | 412 bool trailingSpaces = true; in moveForward() local 2050 bool trailingSpaces = true; in moveForward() local
|
| D | ParagraphImpl.cpp | 1268 ClusterIndex trailingSpaces = fClusters.size(); local 1383 ClusterIndex trailingSpaces = fClusters.size(); local
|
| D | TextLine.cpp | 2614 SkRect trailingSpaces = SkRect::MakeEmpty(); local
|