Searched refs:fanningWork (Results 1 – 1 of 1) 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()