Searched defs:pathIsMutable (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkBitmapDevice.cpp219 bool pathIsMutable) {
221 draw.drawPath(path, paint, prePathMatrix, pathIsMutable);
217 drawPath(const SkDraw& draw, const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
H A DSkDevice.cpp106 const bool pathIsMutable = true; local
107 this->drawPath(draw, path, paint, preMatrix, pathIsMutable);
H A DSkDraw.cpp1015 const SkMatrix* prePathMatrix, bool pathIsMutable,
1036 if (!pathIsMutable) {
1038 pathIsMutable = true;
1099 SkPath* devPathPtr = pathIsMutable ? pathPtr : &tmpPath;
1014 drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable, bool drawCoverage, SkBlitter* customBlitter) const argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp761 bool pathIsMutable) {
767 draw.fClip->getBounds(), pathIsMutable);
772 const SkIRect& clipBounds, bool pathIsMutable) {
773 SkASSERT(!pathIsMutable || origSrcPath.isVolatile());
797 if (!pathIsMutable) {
800 pathIsMutable = true;
821 pathIsMutable = true;
827 SkPath* strokedPath = pathIsMutable ? pathPtr : tmpPath.init();
831 pathIsMutable = true;
837 pathIsMutable
759 drawPath(const SkDraw& draw, const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
770 internalDrawPath(const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix& origViewMatrix, const SkMatrix* prePathMatrix, const SkIRect& clipBounds, bool pathIsMutable) argument
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp941 bool pathIsMutable) {
950 if (!pathIsMutable) {
952 pathIsMutable = true;
964 if (!pathIsMutable) {
966 pathIsMutable = true;
982 if (handleInversePath(d, origPath, paint, pathIsMutable, prePathMatrix)) {
1420 const SkPaint& paint, bool pathIsMutable,
937 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& srcPaint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
1419 handleInversePath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, bool pathIsMutable, const SkMatrix* prePathMatrix) argument
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1517 bool pathIsMutable) {
1535 if (!pathIsMutable) {
1537 pathIsMutable = true;
1548 if (!pathIsMutable) {
1550 pathIsMutable = true;
1650 SkPath* pixelPath = pathIsMutable ? fillablePath : &modifiedPath;
1706 if (!pathIsMutable) {
1708 pathIsMutable = true;
1751 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath;
1513 drawPath(const SkDraw& d, const SkPath& platonicPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument

Completed in 121 milliseconds