Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterizer.cpp29 storage = clipBounds->makeOutset(margin.fX, margin.fY); in rasterize()
DSkScan_Hairline.cpp476 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut); in hair_path()
504 outsetStorage = insetStorage.makeOutset(1, 1); in hair_path()
681 if (!clip.quickContains(r.roundOut().makeOutset(1, 1))) { in AntiHairLine()
DSkDraw.cpp1984 *bounds = devPath.getBounds().makeOutset(SK_ScalarHalf, SK_ScalarHalf).roundOut(); in compute_bounds()
2009 if (!bounds->intersect(clipBounds->makeOutset(SkMin32(margin.fX, MAX_MARGIN), in compute_bounds()
/external/skia/gm/
Dlocalmatriximagefilter.cpp55 SkRect r = SkRect::MakeIWH(image->width(), image->height()).makeOutset(SK_ScalarHalf, in show_image()
Dshowmiplevels.cpp137 …canvas->drawRect(SkRect::MakeIWH(bm.width(), bm.height()).makeOffset(x, y).makeOutset(0.5f, 0.5f),… in DrawAndFrame()
249 …canvas->drawRect(SkRect::MakeIWH(bm.width(), bm.height()).makeOffset(x, y).makeOutset(0.5f, 0.5f),… in DrawAndFrame()
Dimagefilters.cpp98 canvas->clipRect(r.makeOutset(outset, outset));
Dgradients_no_texture.cpp255 const SkRect drawR = r.makeOutset(20, 0); in onDraw()
/external/skia/include/core/
DSkRect.h179 SkIRect makeOutset(int32_t dx, int32_t dy) const { in makeOutset() function
627 SkRect makeOutset(SkScalar dx, SkScalar dy) const { in makeOutset() function