Searched defs:pathIsMutable (Results 1 - 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 158 bool pathIsMutable) { 171 SkPath* strokedPath = pathIsMutable ? pathPtr : tmpPath.init(); 176 pathIsMutable = true; 184 pathIsMutable = true; 190 SkPath* devPathPtr = pathIsMutable ? pathPtr : tmpPath.init(); 191 if (!pathIsMutable) { 260 bool pathIsMutable) { 270 pathIsMutable = true; 275 strokeInfo, pathPtr, pathIsMutable); 286 bool pathIsMutable) { 149 draw_path_with_mask_filter(GrContext* context, GrDrawContext* drawContext, const GrClip& clip, GrPaint* paint, const SkMatrix& viewMatrix, const SkMaskFilter* maskFilter, const SkPathEffect* pathEffect, const GrStrokeInfo& origStrokeInfo, SkPath* pathPtr, bool pathIsMutable) argument 251 drawPathWithMaskFilter(GrContext* context, GrDrawContext* drawContext, const GrClip& clip, const SkPath& origPath, GrPaint* paint, const SkMatrix& viewMatrix, const SkMaskFilter* mf, const SkPathEffect* pathEffect, const GrStrokeInfo& origStrokeInfo, bool pathIsMutable) argument 278 drawPathWithMaskFilter(GrContext* context, GrDrawContext* drawContext, const GrClip& clip, const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix& origViewMatrix, const SkMatrix* prePathMatrix, const SkIRect& clipBounds, bool pathIsMutable) argument [all...] |
H A D | SkGpuDevice.cpp | 699 bool pathIsMutable) { 726 draw.fClip->getBounds(), pathIsMutable); 697 drawPath(const SkDraw& draw, const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
|
/external/skia/src/core/ |
H A D | SkBitmapDevice.cpp | 243 bool pathIsMutable) { 245 draw.drawPath(path, paint, prePathMatrix, pathIsMutable); 241 drawPath(const SkDraw& draw, const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
|
H A D | SkDevice.cpp | 83 const bool pathIsMutable = true; local 84 this->drawPath(draw, path, paint, preMatrix, pathIsMutable);
|
H A D | SkDraw.cpp | 1020 const SkMatrix* prePathMatrix, bool pathIsMutable, 1041 if (!pathIsMutable) { 1043 pathIsMutable = true; 1104 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath; 1019 drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable, bool drawCoverage, SkBlitter* customBlitter) const argument
|
/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 983 bool pathIsMutable) { 992 if (!pathIsMutable) { 994 pathIsMutable = true; 1006 if (!pathIsMutable) { 1008 pathIsMutable = true; 1024 if (handleInversePath(d, origPath, paint, pathIsMutable, prePathMatrix)) { 1629 const SkPaint& paint, bool pathIsMutable, 979 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& srcPaint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument 1628 handleInversePath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, bool pathIsMutable, const SkMatrix* prePathMatrix) argument
|
/external/skia/src/device/xps/ |
H A D | SkXPSDevice.cpp | 1524 bool pathIsMutable) { 1542 if (!pathIsMutable) { 1544 pathIsMutable = true; 1555 if (!pathIsMutable) { 1557 pathIsMutable = true; 1653 SkPath* pixelPath = pathIsMutable ? fillablePath : &modifiedPath; 1704 if (!pathIsMutable) { 1706 pathIsMutable = true; 1749 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; 1520 drawPath(const SkDraw& d, const SkPath& platonicPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
|
Completed in 79 milliseconds