Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

63         SkIRect  bounds)
100 SkIRect fBounds;
338 const SkIRect& bounds) {
367 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) {
369 return SkIRect::MakeEmpty();
374 return SkIRect::MakeXYWH(x, y, bm.width(), bm.height());
383 SkIRect::MakeWH(width, height));
450 Key key(genID, SK_Scalar1, SK_Scalar1, SkIRect::MakeWH(width, height));
463 SkIRect bounds = get_bounds_from_bitmap(orig);
474 SkIRect bounds = get_bounds_from_bitmap(orig);