Searched refs:makeOutset (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkRasterizer.cpp | 29 storage = clipBounds->makeOutset(margin.fX, margin.fY); in rasterize()
|
D | SkScan_Hairline.cpp | 476 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()
|
D | SkDraw.cpp | 1984 *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/ |
D | localmatriximagefilter.cpp | 55 SkRect r = SkRect::MakeIWH(image->width(), image->height()).makeOutset(SK_ScalarHalf, in show_image()
|
D | showmiplevels.cpp | 137 …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()
|
D | imagefilters.cpp | 98 canvas->clipRect(r.makeOutset(outset, outset));
|
D | gradients_no_texture.cpp | 255 const SkRect drawR = r.makeOutset(20, 0); in onDraw()
|
/external/skia/include/core/ |
D | SkRect.h | 179 SkIRect makeOutset(int32_t dx, int32_t dy) const { in makeOutset() function 627 SkRect makeOutset(SkScalar dx, SkScalar dy) const { in makeOutset() function
|