Lines Matching refs:fWidth
41 TextStretch() : fStart(), fEnd(), fWidth(0), fWidthWithGhostSpaces(0) {}
43 : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) {
49 fWidth += c->width();
52 fWidthWithGhostSpaces = fWidth;
55 inline SkScalar width() const { return fWidth; }
72 fWidth += stretch.fWidth;
92 fWidth += cluster->width();
112 fWidth = 0;
116 fWidthWithGhostSpaces = fWidth;
121 fWidth = fWidthWithGhostSpaces;
135 fWidth > 0) {
136 fWidth -= (fEnd.cluster()->width() - fEnd.cluster()->trimmedWidth(fEnd.position()));
144 fWidth -= cluster->width();
147 fWidth = 0;
154 fWidth = 0;
160 fWidth += width;
168 SkScalar fWidth;