Searched refs:DrawToMask (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRasterizer.cpp | 44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode, in onRasterize()
|
D | SkDraw.h | 93 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
D | SkMaskFilter.cpp | 264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
|
D | SkDraw.cpp | 2163 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 78 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), in compute_bounds()
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 68 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1647 if (SkDraw::DrawToMask( in drawPath()
|