Searched refs:fWidthWithGhostSpaces (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextWrapper.h | 37 TextStretch() : fStart(), fEnd(), fWidth(0), fWidthWithGhostSpaces(0) {} in TextStretch() 39 … : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) { in TextStretch() 48 fWidthWithGhostSpaces = fWidth; in TextStretch() 52 SkScalar widthWithGhostSpaces() const { return fWidthWithGhostSpaces; } in widthWithGhostSpaces() 112 fWidthWithGhostSpaces = fWidth; in saveBreak() 117 fWidth = fWidthWithGhostSpaces; in restoreBreak() 160 SkScalar fWidthWithGhostSpaces; variable
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextWrapper.h | 37 TextStretch() : fStart(), fEnd(), fWidth(0), fWidthWithGhostSpaces(0) {} in TextStretch() 39 … : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) { in TextStretch() 48 SkScalar withWithGhostSpaces() const { return fWidthWithGhostSpaces; } in withWithGhostSpaces() 107 fWidthWithGhostSpaces = fWidth; in saveBreak() 140 SkScalar fWidthWithGhostSpaces; variable
|