Home
last modified time | relevance | path

Searched defs:pathRef (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkPathRef.cpp20 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef, in Editor()
230 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) { in Rewind()
DSkPath.cpp2385 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter()
/third_party/skia/include/private/
DSkPathRef.h152 SkPathRef* pathRef() { return fPathRef; } in pathRef() function
/third_party/skia/tests/
DPathTest.cpp4234 sk_sp<SkPathRef> pathRef(new SkPathRef); in TestPathRef() local