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