Home | History | Annotate | Download | only in private

Lines Matching refs:fPoints

266     const SkPoint* points() const { return fPoints; }
334 fPoints = nullptr;
399 sk_free(fPoints);
400 fPoints = nullptr;
462 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize));
464 fPoints, newSize - oldVerbSize);
465 void* oldVerbsSrc = SkTAddOffset<void>(fPoints, oldSize - oldVerbSize);
467 fVerbs = SkTAddOffset<uint8_t>(fPoints, newSize);
484 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
509 return fPoints;
514 return fPoints;
525 SkPoint* fPoints; // points to begining of the allocation