Searched refs:outCache (Results 1 – 2 of 2) sorted by relevance
495 SkBitmap outCache; in updateBitmapCache() local496 bitmap.getSkBitmap(&outCache); in updateBitmapCache()497 outCache.eraseColor(SK_ColorTRANSPARENT); in updateBitmapCache()498 SkCanvas outCanvas(outCache); in updateBitmapCache()503 float scaleX = outCache.width() / viewportWidth; in updateBitmapCache()504 float scaleY = outCache.height() / viewportHeight; in updateBitmapCache()
695 void updateBitmapCache(Bitmap& outCache, bool useStagingData);