Lines Matching refs:fPoints
240 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points()
305 fPoints = NULL; in SkPathRef()
367 sk_free(fPoints);
368 fPoints = NULL;
424 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize)); in makeSpace()
427 reinterpret_cast<intptr_t>(fPoints) + newSize - oldVerbSize); in makeSpace()
429 reinterpret_cast<intptr_t>(fPoints) + oldSize - oldVerbSize); in makeSpace()
431 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize); in makeSpace()
448 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints); in currSize()
465 return fPoints; in getPoints()
470 return fPoints; in getPoints()
481 SkPoint* fPoints; // points to begining of the allocation variable