Home
last modified time | relevance | path

Searched refs:fWidthWithSpaces (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.h65 SkScalar spacesWidth() { return fWidthWithSpaces - width(); } in spacesWidth()
144 SkScalar fWidthWithSpaces; variable
DTextLine.cpp101 , fWidthWithSpaces(widthWithSpaces) in TextLine()
477 this->fWidthWithSpaces += ghostShift; in justify()