Searched refs:outCache (Results 1 – 2 of 2) sorted by relevance
595 SkBitmap outCache; in updateBitmapCache() local596 bitmap.getSkBitmap(&outCache); in updateBitmapCache()597 int cacheWidth = outCache.width(); in updateBitmapCache()598 int cacheHeight = outCache.height(); in updateBitmapCache()600 outCache.eraseColor(SK_ColorTRANSPARENT); in updateBitmapCache()601 SkCanvas outCanvas(outCache); in updateBitmapCache()
698 void updateBitmapCache(Bitmap& outCache, bool useStagingData);