Searched refs:DrawToMask (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/core/ |
D | SkDraw.h | 100 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 | 1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
|
/external/skia/src/core/ |
D | SkDraw.h | 100 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 | 1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skqp/src/gpu/ |
D | GrBlurUtils.cpp | 119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 741 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1597 if (SkDraw::DrawToMask( in drawPath()
|
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 1597 if (SkDraw::DrawToMask( in drawPath()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 741 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
|