HomeSort by relevance Sort by last modified time
    Searched full:pathref (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkPathRef.h 73 Editor(PR_CONTAINER* pathRef,
76 if (pathRef->get()->getRefCnt() > 1) {
78 copy->copy(*pathRef->get(), incReserveVerbs, incReservePoints);
79 pathRef->reset(copy);
81 (*pathRef)->incReserve(incReserveVerbs, incReservePoints);
83 fPathRef = pathRef->get();
140 SkPathRef* pathRef() { return fPathRef; }
245 static void Rewind(PR_CONTAINER* pathRef) {
246 if (1 == (*pathRef)->getRefCnt()) {
247 (*pathRef)->validate()
    [all...]