Searched refs:deltaInBytes (Results 1 – 1 of 1) sorted by relevance
439 int deltaInBytes; in draw() local445 deltaInBytes = (pixelCount - mVectorState.mLastHWCachePixelCount) * 4; in draw()449 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()452 if (deltaInBytes > 0) { in draw()453 VMRuntime.getRuntime().registerNativeAllocation(deltaInBytes); in draw()454 } else if (deltaInBytes < 0) { in draw()455 VMRuntime.getRuntime().registerNativeFree(-deltaInBytes); in draw()