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