Searched refs:fanningWork (Results 1 – 2 of 2) sorted by relevance
101 int64_t fanningWork = (int64_t)clippedDevIBounds.height() * clippedDevIBounds.width(); in parseDeviceSpaceFill() local102 if (tessellationWork * (50*50) + (100*100) < fanningWork) { // Don't tessellate under 100x100. in parseDeviceSpaceFill()