Searched refs:deltaInBytes (Results 1 – 1 of 1) sorted by relevance
426 int deltaInBytes; in draw() local432 deltaInBytes = (pixelCount - mVectorState.mLastHWCachePixelCount) * 4; in draw()436 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4; in draw()439 if (deltaInBytes > 0) { in draw()440 VMRuntime.getRuntime().registerNativeAllocation(deltaInBytes); in draw()441 } else if (deltaInBytes < 0) { in draw()442 VMRuntime.getRuntime().registerNativeFree(-deltaInBytes); in draw()