Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp231 SkScalar runNotWhiteSpaceWidth = 0.0; in getAllGlyphRectInfo() local
262 runNotWhiteSpaceWidth += cluster.width(); in getAllGlyphRectInfo()
268 SkScalar width = runNotWhiteSpaceWidth - (endAdvance - endRect.x() - endRect.width()) - startRect.x(); in getAllGlyphRectInfo()
273 SkScalar width = runNotWhiteSpaceWidth - (endAdvance - endRect.GetLeft() - endRect.GetWidth()) - startRect.GetLeft(); in getAllGlyphRectInfo()

Completed in 1 milliseconds