Lines Matching refs:fPoints
268 const SkPoint* points() const { return fPoints; } in points()
351 fPoints = nullptr; in SkPathRef()
419 sk_free(fPoints);
420 fPoints = nullptr;
486 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize));
488 void* newVerbsDst = SkTAddOffset<void>(fPoints, newSize - oldVerbSize);
489 void* oldVerbsSrc = SkTAddOffset<void>(fPoints, oldSize - oldVerbSize);
491 fVerbs = SkTAddOffset<uint8_t>(fPoints, newSize);
508 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints); in currSize()
533 return fPoints; in getPoints()
538 return fPoints; in getPoints()
549 SkPoint* fPoints; // points to begining of the allocation variable