Searched refs:outCache (Results 1 – 2 of 2) sorted by relevance
520 SkBitmap outCache; in updateBitmapCache() local521 bitmap.getSkBitmap(&outCache); in updateBitmapCache()522 int cacheWidth = outCache.width(); in updateBitmapCache()523 int cacheHeight = outCache.height(); in updateBitmapCache()525 outCache.eraseColor(SK_ColorTRANSPARENT); in updateBitmapCache()526 SkCanvas outCanvas(outCache); in updateBitmapCache()
666 void updateBitmapCache(Bitmap& outCache, bool useStagingData);