Lines Matching refs:antialias
2148 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() argument
2160 sanitize_contours(contours, contourCnt, antialias); in contours_to_mesh()
2184 const SkRect& pathBounds, bool antialias, VertexList* outerMesh, in contours_to_polys() argument
2189 contours_to_mesh(contours, contourCnt, antialias, &mesh, c, alloc); in contours_to_polys()
2193 if (antialias) { in contours_to_polys()
2251 int contourCnt, SkArenaAlloc& alloc, bool antialias, bool* isLinear, in contours_to_polys() argument
2261 antialias, outerMesh, alloc); in contours_to_polys()
2318 VertexAllocator* vertexAllocator, bool antialias, const GrColor& color, in PathToTriangles() argument
2327 Poly* polys = path_to_polys(path, tolerance, clipBounds, contourCnt, alloc, antialias, in PathToTriangles()
2329 SkPath::FillType fillType = antialias ? SkPath::kWinding_FillType : path.getFillType(); in PathToTriangles()
2331 if (antialias) { in PathToTriangles()
2349 void* end = polys_to_triangles(polys, fillType, antialias ? &aaParams : nullptr, verts); in PathToTriangles()