Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h136 fWidth -= (fEnd.cluster()->width() - fEnd.cluster()->trimmedWidth(fEnd.position())); in trim()
H A DRun.h429 SkScalar trimmedWidth(size_t pos) const;
H A DRun.cpp589 SkScalar Cluster::trimmedWidth(size_t pos) const { in scaleFontWithCompressionConfig() function in skia::textlayout::Cluster
590 // Find the width until the pos and return the min between trimmedWidth and the width(pos) in scaleFontWithCompressionConfig()
H A DTextWrapper.cpp313 width += cluster->trimmedWidth(cluster->endPos()); in moveForward()
1165 width += cluster->trimmedWidth(cluster->endPos()); in moveForward()

Completed in 6 milliseconds