Home | History | Annotate | Download | only in private

Lines Matching defs:fPoints

268     const SkPoint* points() const { return fPoints; }
351 fPoints = nullptr;
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);
534 return fPoints;
539 return fPoints;
550 SkPoint* fPoints; // points to begining of the allocation