Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp520 SkBitmap outCache; in updateBitmapCache() local
521 bitmap.getSkBitmap(&outCache); in updateBitmapCache()
522 int cacheWidth = outCache.width(); in updateBitmapCache()
523 int cacheHeight = outCache.height(); in updateBitmapCache()
525 outCache.eraseColor(SK_ColorTRANSPARENT); in updateBitmapCache()
526 SkCanvas outCanvas(outCache); in updateBitmapCache()
H A DVectorDrawable.h666 void updateBitmapCache(Bitmap& outCache, bool useStagingData);