Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp637 TextWrapper textWrapper; in breakShapedTextIntoLines() local
638 textWrapper.breakTextIntoLines( in breakShapedTextIntoLines()
661 fHeight = textWrapper.height(); in breakShapedTextIntoLines()
663 fMaxIntrinsicWidth = textWrapper.maxIntrinsicWidth(); in breakShapedTextIntoLines()
664 fMinIntrinsicWidth = textWrapper.minIntrinsicWidth(); in breakShapedTextIntoLines()
667 fExceededMaxLines = textWrapper.exceededMaxLines(); in breakShapedTextIntoLines()