Home
last modified time | relevance | path

Searched refs:makeOutset (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRasterizer.cpp30 storage = clipBounds->makeOutset(margin.fX, margin.fY); in rasterize()
DSkScan_Hairline.cpp361 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(1, 1); in hair_path()
492 if (!clip.quickContains(r.roundOut().makeOutset(1, 1))) { in AntiHairLine()
DSkDraw.cpp2187 *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()
/external/skia/include/core/
DSkRect.h179 SkIRect makeOutset(int32_t dx, int32_t dy) const { in makeOutset() function
628 SkRect makeOutset(SkScalar dx, SkScalar dy) const { in makeOutset() function