Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1316 unsigned int offsetVertexCount = numEdges; in SkOffsetSimplePolygon() local
1319 while (head && prevEdge != currEdge && offsetVertexCount > 0) { in SkOffsetSimplePolygon()
1333 --offsetVertexCount; in SkOffsetSimplePolygon()
1373 --offsetVertexCount; in SkOffsetSimplePolygon()
1378 --offsetVertexCount; in SkOffsetSimplePolygon()
1391 --offsetVertexCount; in SkOffsetSimplePolygon()
1398 if (!head || offsetVertexCount == 0 || in SkOffsetSimplePolygon()
1399 offsetVertexCount >= std::numeric_limits<uint16_t>::max()) { in SkOffsetSimplePolygon()
1404 offsetPolygon->setReserve(offsetVertexCount); in SkOffsetSimplePolygon()

Completed in 4 milliseconds