Home
last modified time | relevance | path

Searched refs:tabEndPosTmp (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextTabAlign.cpp270 SkScalar tabEndPosTmp = words.width() + clusters.width() + totalFakeSpacing; in centerAlignProcessEndofWord() local
271 if ((fTabPosition * fTabIndex + ((tabEndPosTmp - fTabStartPos) / 2)) > fMaxWidth) { in centerAlignProcessEndofWord()
276 fTabEndPos = tabEndPosTmp; in centerAlignProcessEndofWord()
309 SkScalar tabEndPosTmp = words.width() + clusters.width() + totalFakeSpacing; in centerAlignProcessCluster() local
310 if (((tabEndPosTmp - fTabStartPos) / 2) > (fMaxWidth - fTabPosition * fTabIndex)) { in centerAlignProcessCluster()
315 fTabEndPos = tabEndPosTmp; in centerAlignProcessCluster()

Completed in 1 milliseconds