Home
last modified time | relevance | path

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

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