Searched refs:edgeCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gl/
H A DSkGL.cpp422 int edgeCount = 0; local
430 edgeCount += 1;
433 edgeCount += 8;
436 edgeCount += 16;
442 return edgeCount;
/external/skia/src/core/
H A DSkScan_Path.cpp385 int edgeCount = 0; local
394 edgeCount += 1;
398 edgeCount += 2; // might need 2 edges when we chop on Y extrema
402 edgeCount += 3; // might need 3 edges when we chop on Y extrema
412 return edgeCount;
424 int edgeCount = ptCount << 1; local
435 return edgeCount;

Completed in 36 milliseconds