Searched refs:skBounds (Results 1 – 1 of 1) sorted by relevance
1051 SkRect skBounds; in generateMetrics() local1081 skBounds = SkRect::MakeLTRB(gRect.fMinX, gRect.fMinY, gRect.fMaxX, gRect.fMaxY); in generateMetrics()1083 fFUnitMatrix.mapRect(&skBounds); in generateMetrics()1109 skBounds = SkRect::MakeXYWH(cgBounds.origin.x, -cgBounds.origin.y - cgBounds.size.height, in generateMetrics()1118 skBounds.offset(offset); in generateMetrics()1124 skBounds.fRight += SkFixedToFloat(glyph->getSubXFixed()); in generateMetrics()1125 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed()); in generateMetrics()1129 skBounds.roundOut(&skIBounds); in generateMetrics()