Lines Matching refs:isLinear
539 Vertex** contours, SkChunkAlloc& alloc, bool *isLinear) { in path_to_contours() argument
544 *isLinear = true; in path_to_contours()
572 *isLinear = false; in path_to_contours()
592 *isLinear = false; in path_to_contours()
599 *isLinear = false; in path_to_contours()
1331 int contourCnt, SkChunkAlloc& alloc, bool* isLinear) { in path_to_polys() argument
1338 path_to_contours(path, tolerance, clipBounds, contours.get(), alloc, isLinear); in path_to_polys()
1379 SkAutoTUnref<GrVertexBuffer>& vertexBuffer, bool canMapVB, bool* isLinear) { in PathToTriangles() argument
1384 *isLinear = true; in PathToTriangles()
1388 Poly* polys = path_to_polys(path, tolerance, clipBounds, contourCnt, alloc, isLinear); in PathToTriangles()
1438 bool isLinear; in PathToVertices() local
1439 Poly* polys = path_to_polys(path, tolerance, clipBounds, contourCnt, alloc, &isLinear); in PathToVertices()