Searched refs:makeOutset (Results 1 – 4 of 4) sorted by relevance
30 storage = clipBounds->makeOutset(margin.fX, margin.fY); in rasterize()
361 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(1, 1); in hair_path()492 if (!clip.quickContains(r.roundOut().makeOutset(1, 1))) { in AntiHairLine()
2187 *bounds = devPath.getBounds().makeOutset(SK_ScalarHalf, SK_ScalarHalf).roundOut(); in compute_bounds()2213 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in compute_bounds()
179 SkIRect makeOutset(int32_t dx, int32_t dy) const { in makeOutset() function628 SkRect makeOutset(SkScalar dx, SkScalar dy) const { in makeOutset() function