Searched defs:iRect (Results 1 – 4 of 4) sorted by relevance
9 SkIRect iRect = {30, 40, 120, 130 }; in draw() local
196 SkIRect iRect() const { in iRect() function310 SkIRect iRect() const { return SkIRect::MakeXYWH(fLeft, fTop, fWidth, fHeight); } in iRect() function
500 auto iRect = iter.rect(); in DEF_TEST() local
220 inline void clamped_outset_with_offset(SkIRect* iRect, int outset, SkPoint* offset, in clamped_outset_with_offset()