Lines Matching refs:fWidth
85 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(EMPTY_RANGE), fTextMetrics() { }
90 , fWidth(0.0)
97 , fWidth(width)
117 fWidth = 0.0f;
131 this->fWidth = tail.fWidth;
142 this->fWidth += tail.fWidth;
151 this->fWidth = width;
154 SkScalar width() const { return fWidth; }
167 SkScalar fWidth;