Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkDraw.h100 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
DSkMaskFilter.cpp264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkDraw.cpp1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
/external/skia/src/core/
DSkDraw.h100 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
DSkMaskFilter.cpp264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
DSkDraw.cpp1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
/external/skia/src/gpu/
DGrBlurUtils.cpp119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
/external/skqp/src/gpu/
DGrBlurUtils.cpp119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
/external/skia/src/pdf/
DSkPDFDevice.cpp741 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
/external/skia/src/xps/
DSkXPSDevice.cpp1597 if (SkDraw::DrawToMask( in drawPath()
/external/skqp/src/xps/
DSkXPSDevice.cpp1597 if (SkDraw::DrawToMask( in drawPath()
/external/skqp/src/pdf/
DSkPDFDevice.cpp741 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()