Home | History | Annotate | Download | only in core

Lines Matching refs:fPoints

191         sk_free(fPoints);
193 SkDEBUGCODE(fPoints = NULL;)
219 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; }
272 fPoints = NULL;
336 sk_free(fPoints);
337 fPoints = NULL;
393 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize));
396 reinterpret_cast<intptr_t>(fPoints) + newSize - oldVerbSize);
398 reinterpret_cast<intptr_t>(fPoints) + oldSize - oldVerbSize);
400 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize);
417 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
432 return fPoints;
445 SkPoint* fPoints; // points to begining of the allocation