Lines Matching refs:fPtr
19 , fPtr(ptr)
27 , fPtr(ptr)
32 /** This constructor means we are inline with our fPtr's contents.
33 * Thus we set fPtr to point right after this.
38 , fPtr((const char*)(this + 1))
45 fReleaseProc(fPtr, fReleaseProcContext);
56 return fSize == other->fSize && !sk_careful_memcmp(fPtr, other->fPtr, fSize);
106 // assumes fPtr was allocated via sk_malloc
128 // assumes fPtr was allocated with sk_fmmap