Searched refs:fPathRef (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
52 SkPoint* points() { return fPathRef->getPoints(); }
53 const SkPoint* points() const { return fPathRef->points(); }
59 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
63 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
73 SkDEBUGCODE(fPathRef->validate();)
74 return fPathRef->growForVerb(verb, weight);
87 return fPathRef->growForRepeatedVerb(verb, numVbs, weights);
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
101 SkPathRef* pathRef() { return fPathRef; }
108 SkPathRef* fPathRef; member in class:SkPathRef::Editor
[all...]
H A DSkPath.h154 bool isOval(SkRect* rect) const { return fPathRef->isOval(rect); }
175 return 0 == fPathRef->countVerbs();
184 return fPathRef->isFinite();
274 return fPathRef->getBounds();
816 uint32_t getSegmentMasks() const { return fPathRef->getSegmentMasks(); }
979 SkAutoTUnref<SkPathRef> fPathRef; member in class:SkPath
989 /** Resets all fields other than fPathRef to their initial 'empty' values.
990 * Assumes the caller has already emptied fPathRef.
995 /** Sets all fields other than fPathRef to the values in 'that'.
996 * Assumes the caller has already set fPathRef
[all...]
/external/skia/include/core/
H A DSkPathRef.h47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
52 SkPoint* points() { return fPathRef->getPoints(); }
53 const SkPoint* points() const { return fPathRef->points(); }
59 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
63 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
73 SkDEBUGCODE(fPathRef->validate();)
74 return fPathRef->growForVerb(verb, weight);
87 return fPathRef->growForRepeatedVerb(verb, numVbs, weights);
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
101 SkPathRef* pathRef() { return fPathRef; }
108 SkPathRef* fPathRef; member in class:SkPathRef::Editor
[all...]
H A DSkPath.h154 bool isOval(SkRect* rect) const { return fPathRef->isOval(rect); }
175 return 0 == fPathRef->countVerbs();
184 return fPathRef->isFinite();
274 return fPathRef->getBounds();
816 uint32_t getSegmentMasks() const { return fPathRef->getSegmentMasks(); }
979 SkAutoTUnref<SkPathRef> fPathRef; member in class:SkPath
989 /** Resets all fields other than fPathRef to their initial 'empty' values.
990 * Assumes the caller has already emptied fPathRef.
995 /** Sets all fields other than fPathRef to the values in 'that'.
996 * Assumes the caller has already set fPathRef
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp129 : fPathRef(SkPathRef::CreateEmpty())
138 //fPathRef is assumed to have been emptied by the caller.
149 : fPathRef(SkRef(that.fPathRef.get())) {
165 fPathRef.reset(SkRef(that.fPathRef.get()));
176 //fPathRef is assumed to have been set by the caller.
187 (a.fFillType == b.fFillType && *a.fPathRef.get() == *b.fPathRef.get());
194 fPathRef
[all...]
H A DSkPathRef.cpp25 fPathRef = *pathRef;
26 fPathRef->fGenerationID = 0;
27 SkDEBUGCODE(sk_atomic_inc(&fPathRef->fEditorsAttached);)
/external/skia/src/core/
H A DSkPath.cpp129 : fPathRef(SkPathRef::CreateEmpty())
138 //fPathRef is assumed to have been emptied by the caller.
149 : fPathRef(SkRef(that.fPathRef.get())) {
165 fPathRef.reset(SkRef(that.fPathRef.get()));
176 //fPathRef is assumed to have been set by the caller.
187 (a.fFillType == b.fFillType && *a.fPathRef.get() == *b.fPathRef.get());
194 fPathRef
[all...]
H A DSkPathRef.cpp25 fPathRef = *pathRef;
26 fPathRef->fGenerationID = 0;
27 SkDEBUGCODE(sk_atomic_inc(&fPathRef->fEditorsAttached);)

Completed in 146 milliseconds