Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterizer.cpp44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode, in onRasterize()
DSkMaskFilter.cpp265 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkDraw.cpp2040 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
/external/skia/include/core/
DSkDraw.h93 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
/external/skia/src/effects/
DSkLayerRasterizer.cpp79 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), in compute_bounds()
DSkBlurMaskFilter.cpp986 SkDraw::DrawToMask(path, &mask.fBounds, nullptr, nullptr, &mask, in Create()
/external/skia/src/gpu/
DGrBlurUtils.cpp60 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1660 if (SkDraw::DrawToMask( in drawPath()