Searched refs:fInternal (Results 1 – 2 of 2) sorted by relevance
70 fInternal.realloc(fCapacity); in growToAtLeast()71 fData = fInternal.get(); in growToAtLeast()
245 SkAutoTMalloc<uint8_t> fInternal; // Managed memory block. variable