Home
last modified time | relevance | path

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

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