Searched defs:iRect (Results 1 – 4 of 4) sorted by relevance
8 SkIRect iRect = {30, 40, 120, 130 }; in draw() local
329 void TiledTextureUtils::ClampedOutsetWithOffset(SkIRect* iRect, int outset, SkPoint* offset, in ClampedOutsetWithOffset()
513 auto iRect = iter.rect(); in DEF_TEST() local
506 SkIRect iRect() const { return SkIRect::MakeXYWH(fLeft, fTop, fWidth, fHeight); } in iRect() function