Searched refs:outCache (Results 1 – 2 of 2) sorted by relevance
519 SkBitmap outCache; in updateBitmapCache() local520 bitmap.getSkBitmap(&outCache); in updateBitmapCache()521 int cacheWidth = outCache.width(); in updateBitmapCache()522 int cacheHeight = outCache.height(); in updateBitmapCache()524 outCache.eraseColor(SK_ColorTRANSPARENT); in updateBitmapCache()525 SkCanvas outCanvas(outCache); in updateBitmapCache()
665 void updateBitmapCache(Bitmap& outCache, bool useStagingData);