Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.h65 SkScalar spacesWidth() { return fWidthWithSpaces - width(); } in spacesWidth() function
DTextLine.cpp1042 auto delta = this->spacesWidth(); in getRectsForRange()