Home
last modified time | relevance | path

Searched refs:fanningWork (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCFiller.cpp101 int64_t fanningWork = (int64_t)clippedDevIBounds.height() * clippedDevIBounds.width(); in parseDeviceSpaceFill() local
102 if (tessellationWork * (50*50) + (100*100) < fanningWork) { // Don't tessellate under 100x100. in parseDeviceSpaceFill()