Home
last modified time | relevance | path

Searched refs:fSpaced (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DRun.cpp40 fSpaced = false; in Run()
54 if (fSpaced && end > start) { in calculateWidth()
66 if (fSpaced || offset.fX != 0 || offset.fY != 0) { in copyTo()
69 if (fSpaced) { in copyTo()
166 fSpaced = true; in addSpacesAtTheEnd()
186 fSpaced = true; in addSpacesEvenly()
199 fSpaced = true; in shift()
DParagraphCache.cpp144 if (run.fSpaced) { in updateFrom()
DRun.h169 bool fSpaced; variable
/third_party/skia/modules/skparagraph/src/
DRun.cpp48 fSpaced = false; in Run()
92 if (!fSpaced && fJustificationShifts.empty()) { in copyTo()
97 if (fSpaced) { in copyTo()
154 fSpaced = true; in addSpacesAtTheEnd()
174 fSpaced = true; in addSpacesEvenly()
188 fSpaced = true; in shift()
DRun.h163 fSpaced = false; in resetShifts()
203 bool fSpaced; variable
DParagraphImpl.cpp372 if (fSpaced && end > start) { in calculateWidth()