Searched refs:deltaInBytes (Results 1 – 1 of 1) sorted by relevance
434 int deltaInBytes; in draw() local440 deltaInBytes = (pixelCount - mVectorState.mLastHWCachePixelCount) * 4; in draw()444 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()447 if (deltaInBytes > 0) { in draw()448 VMRuntime.getRuntime().registerNativeAllocation(deltaInBytes); in draw()449 } else if (deltaInBytes < 0) { in draw()450 VMRuntime.getRuntime().registerNativeFree(-deltaInBytes); in draw()