HomeSort by relevance Sort by last modified time
    Searched refs:fPathRef (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkPath.cpp 24 : fPathRef(pr)
30 fPathRef->removeOwner(fOwner);
34 bool diff = (ref != fPathRef.get());
35 if (diff && NULL != fPathRef.get()) {
36 fPathRef.get()->removeOwner(fOwner);
38 fPathRef.reset(ref);
39 if (diff && NULL != fPathRef.get()) {
40 fPathRef.get()->addOwner(fOwner);
45 if (other->fPathRef.get() != fPathRef.get())
    [all...]
SkPathRef.h 83 fPathRef = pathRef->get();
84 fPathRef->fGenerationID = 0;
85 SkDEBUGCODE_X(sk_atomic_inc(&fPathRef->fEditorsAttached);)
88 ~Editor() { SkDEBUGCODE_X(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
93 SkPoint* points() { return fPathRef->fPoints; }
99 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
108 fPathRef->validate();
109 return fPathRef->growForVerb(verb);
120 fPathRef->validate();
121 int oldVerbCnt = fPathRef->fVerbCnt
    [all...]
  /external/skia/include/core/
SkPath.h     [all...]

Completed in 447 milliseconds