Home | History | Annotate | Download | only in private

Lines Matching refs:fPoints

266     const SkPoint* points() const { return fPoints; }
334 fPoints = nullptr;
402 sk_free(fPoints);
403 fPoints = nullptr;
465 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize));
467 void* newVerbsDst = SkTAddOffset<void>(fPoints, newSize - oldVerbSize);
468 void* oldVerbsSrc = SkTAddOffset<void>(fPoints, oldSize - oldVerbSize);
470 fVerbs = SkTAddOffset<uint8_t>(fPoints, newSize);
487 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
512 return fPoints;
517 return fPoints;
528 SkPoint* fPoints; // points to begining of the allocation