Searched refs:mLastSWCachePixelCount (Results 1 – 1 of 1) sorted by relevance
356 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()357 mVectorState.mLastSWCachePixelCount = pixelCount; in draw()836 int mLastSWCachePixelCount = 0; field in VectorDrawable.VectorDrawableState1016 int bitmapCacheSize = mLastHWCachePixelCount * 4 + mLastSWCachePixelCount * 4; in finalize()