Searched refs:DrawToMask (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDraw.h | 100 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
H A D | SkMaskFilter.cpp | 268 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
|
H A D | SkDraw.cpp | 1277 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() function in SkDraw
|
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 137 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_create_filtered_mask()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1590 if (SkDraw::DrawToMask( in drawPath()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 507 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(), in internalDrawPathWithFilter()
|
Completed in 16 milliseconds