Home
last modified time | relevance | path

Searched refs:mPath (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp86 SkPath* mPath; member
101 mPath = NULL; // lazily allocated in State()
118 mPath = deepCopyPtr<SkPath>(other.mPath); in State()
123 delete mPath; in ~State()
209 if (mState->mPath) { in beginPath()
210 mState->mPath->reset(); in beginPath()
215 if (!mState->mPath) { in addPath()
216 mState->mPath = new SkPath(other); in addPath()
218 mState->mPath->addPath(other); in addPath()
223 SkPath* getPath() const { return mState->mPath; } in getPath()
[all …]
/external/webkit/WebCore/svg/
DSVGAnimateMotionElement.cpp111 SVGMPathElement* mPath = static_cast<SVGMPathElement*>(child); in animationPath() local
112 SVGPathElement* pathElement = mPath->pathElement(); in animationPath()