Searched refs:freeFunc (Results 1 – 2 of 2) sorted by relevance
166 Bitmap(void* address, void* context, FreeFunc freeFunc, const SkImageInfo& info,196 FreeFunc freeFunc; member
236 Bitmap::Bitmap(void* address, void* context, FreeFunc freeFunc, const SkImageInfo& info, in Bitmap() argument243 mPixelStorage.external.freeFunc = freeFunc; in Bitmap()273 mPixelStorage.external.freeFunc(mPixelStorage.external.address, in ~Bitmap()