Searched refs:deltaInBytes (Results 1 – 1 of 1) sorted by relevance
316 int deltaInBytes; in draw() local322 deltaInBytes = (pixelCount - mVectorState.mLastHWCachePixelCount) * 4; in draw()326 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()329 if (deltaInBytes > 0) { in draw()330 VMRuntime.getRuntime().registerNativeAllocation(deltaInBytes); in draw()331 } else if (deltaInBytes < 0) { in draw()332 VMRuntime.getRuntime().registerNativeFree(-deltaInBytes); in draw()