Home | History | Annotate | Download | only in core

Lines Matching refs:fPoints

187         sk_free(fPoints);
189 SkDEBUGCODE(fPoints = NULL;)
215 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; }
268 fPoints = NULL;
332 sk_free(fPoints);
333 fPoints = NULL;
389 fPoints = reinterpret_cast<SkPoint*>(sk_realloc_throw(fPoints, newSize));
392 reinterpret_cast<intptr_t>(fPoints) + newSize - oldVerbSize);
394 reinterpret_cast<intptr_t>(fPoints) + oldSize - oldVerbSize);
396 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize);
413 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
428 return fPoints;
441 SkPoint* fPoints; // points to begining of the allocation