Lines Matching refs:fPoints
268 const SkPoint* points() const { return fPoints; } in points()
351 fPoints = nullptr; in SkPathRef()
420 sk_free(fPoints);
421 fPoints = nullptr;
487 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize));
489 void* newVerbsDst = SkTAddOffset<void>(fPoints, newSize - oldVerbSize);
490 void* oldVerbsSrc = SkTAddOffset<void>(fPoints, oldSize - oldVerbSize);
492 fVerbs = SkTAddOffset<uint8_t>(fPoints, newSize);
509 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints); in currSize()
534 return fPoints; in getPoints()
539 return fPoints; in getPoints()
550 SkPoint* fPoints; // points to begining of the allocation variable