Home | History | Annotate | Download | only in ports

Lines Matching refs:skBounds

969     // The following produces skBounds in SkGlyph units (pixels, y down),
970 // or returns early if skBounds would be empty.
971 SkRect skBounds;
1002 skBounds = SkRect::MakeXYWH(cgBounds.origin.x, -cgBounds.origin.y - cgBounds.size.height,
1007 // Due to possible vertical bounds bugs and simplicity, skBounds is the horizontal bounds.
1011 skBounds.offset(offset);
1017 skBounds.fRight += SkFixedToFloat(glyph->getSubXFixed());
1018 skBounds.fBottom += SkFixedToFloat(glyph->getSubYFixed());
1022 skBounds.roundOut(&skIBounds);