Searched refs:fInternal (Results 1 – 2 of 2) sorted by relevance
65 fInternal.realloc(fCapacity); in growToAtLeast()66 fData = fInternal.get(); in growToAtLeast()
254 skia_private::AutoTMalloc<uint8_t> fInternal; // Managed memory block. variable