Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp519 SkBitmap outCache; in updateBitmapCache() local
520 bitmap.getSkBitmap(&outCache); in updateBitmapCache()
521 int cacheWidth = outCache.width(); in updateBitmapCache()
522 int cacheHeight = outCache.height(); in updateBitmapCache()
524 outCache.eraseColor(SK_ColorTRANSPARENT); in updateBitmapCache()
525 SkCanvas outCanvas(outCache); in updateBitmapCache()
DVectorDrawable.h665 void updateBitmapCache(Bitmap& outCache, bool useStagingData);