Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextWrapper.cpp359 parent->strutMetrics().updateLineMetrics(fEndLine.metrics()); in breakTextIntoLines()
468 parent->strutMetrics().updateLineMetrics(fEndLine.metrics()); in breakTextIntoLines()
DTextLine.cpp1160 auto strutMetrics = fOwner->strutMetrics(); in getRectsForRange() local
1162 clip.fTop = top + strutMetrics.ascent(); in getRectsForRange()
1163 clip.fBottom = top + strutMetrics.descent(); in getRectsForRange()
DParagraphImpl.h158 InternalLineMetrics strutMetrics() const { return fStrutMetrics; } in strutMetrics() function
DParagraphImpl.cpp566 this->strutMetrics().updateLineMetrics(metrics); in breakShapedTextIntoLines()