Home
last modified time | relevance | path

Searched refs:outCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.cpp595 SkBitmap outCache; in updateBitmapCache() local
596 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()
DVectorDrawable.h698 void updateBitmapCache(Bitmap& outCache, bool useStagingData);