Lines Matching refs:fPoints
191 sk_free(fPoints); in ~SkPathRef()
193 SkDEBUGCODE(fPoints = NULL;) in ~SkPathRef()
219 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points()
272 fPoints = NULL; in SkPathRef()
336 sk_free(fPoints);
337 fPoints = NULL;
393 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize)); in makeSpace()
396 reinterpret_cast<intptr_t>(fPoints) + newSize - oldVerbSize); in makeSpace()
398 reinterpret_cast<intptr_t>(fPoints) + oldSize - oldVerbSize); in makeSpace()
400 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize); in makeSpace()
417 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints); in currSize()
432 return fPoints; in getPoints()
445 SkPoint* fPoints; // points to begining of the allocation variable