Searched refs:DrawToMask (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkRasterizer.cpp | 44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode, in onRasterize()
|
D | SkMaskFilter.cpp | 265 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
|
D | SkDraw.cpp | 2040 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
|
/external/skia/include/core/ |
D | SkDraw.h | 93 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 79 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), in compute_bounds()
|
D | SkBlurMaskFilter.cpp | 986 SkDraw::DrawToMask(path, &mask.fBounds, nullptr, nullptr, &mask, in Create()
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 60 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1660 if (SkDraw::DrawToMask( in drawPath()
|