Home
last modified time | relevance | path

Searched refs:joinRect (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp233 SkRect joinRect{0.0, 0.0, 0.0, 0.0}; in getAllGlyphRectInfo()
237 RSRect joinRect{0.0, 0.0, 0.0, 0.0}; in getAllGlyphRectInfo()
259 joinRect.Join(glyphBounds); in getAllGlyphRectInfo()
267 SkScalar y = joinRect.bottom(); in getAllGlyphRectInfo()
269 SkScalar height = joinRect.height(); in getAllGlyphRectInfo()
272 SkScalar y = joinRect.GetBottom(); in getAllGlyphRectInfo()
274 SkScalar height = joinRect.GetHeight(); in getAllGlyphRectInfo()
H A DTextLine.cpp2434 auto joinRect = rectVec[startWhitespaceCount]; local
2436 joinRect.Join(rectVec[i]);
2443 SkScalar y = joinRect.bottom();
2445 SkScalar height = joinRect.height();
2448 SkScalar y = joinRect.GetBottom();
2450 SkScalar height = joinRect.GetHeight();

Completed in 6 milliseconds