Searched refs:mLastSWCachePixelCount (Results 1 – 2 of 2) sorted by relevance
449 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()450 mVectorState.mLastSWCachePixelCount = pixelCount; in draw()957 int mLastSWCachePixelCount = 0; field in VectorDrawable.VectorDrawableState1143 int bitmapCacheSize = mLastHWCachePixelCount * 4 + mLastSWCachePixelCount * 4; in finalize()
20364 Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;->mLastSWCachePixelCount:I