Home
last modified time | relevance | path

Searched refs:origSrcPath (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DDevice.cpp618 void Device::drawPath(const SkPath& origSrcPath, const SkPaint& paint, bool pathIsMutable) { in drawPath() argument
620 if (fContext->priv().options().fAllPathsVolatile && !origSrcPath.isVolatile()) { in drawPath()
621 this->drawPath(SkPath(origSrcPath).setIsVolatile(true), paint, true); in drawPath()
635 origSrcPath, GrStyle(paint)); in drawPath()
639 // TODO: losing possible mutability of 'origSrcPath' here in drawPath()
640 GrStyledShape shape(origSrcPath, paint); in drawPath()
/third_party/skia/src/core/
H A DSkDraw.cpp874 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, in drawPath() argument
884 SkPath* pathPtr = (SkPath*)&origSrcPath; in drawPath()

Completed in 5 milliseconds