Lines Matching refs:isLinear
688 VertexList* contours, SkArenaAlloc& alloc, bool *isLinear) { in path_to_contours() argument
692 *isLinear = true; in path_to_contours()
716 *isLinear = false; in path_to_contours()
733 *isLinear = false; in path_to_contours()
740 *isLinear = false; in path_to_contours()
1749 int contourCnt, SkArenaAlloc& alloc, bool antialias, bool* isLinear, in path_to_polys() argument
1757 path_to_contours(path, tolerance, clipBounds, contours.get(), alloc, isLinear); in path_to_polys()
1817 bool canTweakAlphaForCoverage, bool* isLinear) { in PathToTriangles() argument
1820 *isLinear = true; in PathToTriangles()
1826 isLinear, &outerMesh); in PathToTriangles()
1863 bool isLinear; in PathToVertices() local
1864 Poly* polys = path_to_polys(path, tolerance, clipBounds, contourCnt, alloc, false, &isLinear, in PathToVertices()