Searched refs:outlineVertices (Results 1 – 1 of 1) sorted by relevance
784 std::vector<Vertex> outlineVertices; in tessellatePoints() local787 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices); in tessellatePoints()789 if (!outlineVertices.size()) return; in tessellatePoints()795 getFillVerticesFromPerimeter(outlineVertices, tempBuffer); in tessellatePoints()799 getFillVerticesFromPerimeterAA(paintInfo, outlineVertices, tempBuffer, paintInfo.maxAlpha); in tessellatePoints()