Home
last modified time | relevance | path

Searched refs:fOldHeight (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp106 , fOldHeight(0) { in ParagraphImpl()
120 , fOldHeight(0) { in ParagraphImpl()
137 } else if (fState >= kLineBroken && (fOldWidth != width || fOldHeight != fHeight)) { in layout()
175 if (fOldWidth != width || fOldHeight != fHeight) { in layout()
196 this->fOldHeight = this->fHeight; in layout()
DParagraphImpl.h190 SkScalar fOldHeight; variable
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp79 , fOldHeight(0) in ParagraphImpl()
159 this->fOldHeight = this->fHeight; in layout()
193 this->fOldHeight = this->fHeight; in layout()
961 fOldHeight = 0; in updateText()
977 fOldHeight = 0; in updateFontSize()
DParagraphImpl.h273 SkScalar fOldHeight;