Searched refs:deltaInBytes (Results 1 – 1 of 1) sorted by relevance
347 int deltaInBytes; in draw() local353 deltaInBytes = (pixelCount - mVectorState.mLastHWCachePixelCount) * 4; in draw()357 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()360 if (deltaInBytes > 0) { in draw()361 VMRuntime.getRuntime().registerNativeAllocation(deltaInBytes); in draw()362 } else if (deltaInBytes < 0) { in draw()363 VMRuntime.getRuntime().registerNativeFree(-deltaInBytes); in draw()