Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterizer.cpp44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode, in onRasterize()
DSkDraw.h93 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
DSkMaskFilter.cpp264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkDraw.cpp2163 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
/external/skia/src/effects/
DSkLayerRasterizer.cpp78 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), in compute_bounds()
/external/skia/src/gpu/
DGrBlurUtils.cpp68 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
/external/skia/src/xps/
DSkXPSDevice.cpp1647 if (SkDraw::DrawToMask( in drawPath()