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