Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.cpp46 fSpaced = false; in Run()
87 if (!fSpaced && fJustificationShifts.empty()) { in copyTo()
92 if (fSpaced) { in copyTo()
149 fSpaced = true; in addSpacesAtTheEnd()
169 fSpaced = true; in addSpacesEvenly()
183 fSpaced = true; in shift()
DRun.h161 fSpaced = false; in resetShifts()
200 bool fSpaced; variable
DParagraphImpl.cpp372 if (fSpaced && end > start) { in calculateWidth()