Home
last modified time | relevance | path

Searched refs:gx_path_add_curve_notes (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxpath.h146 gx_path_add_curve_notes(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes),
173 gx_path_add_curve_notes(ppath, x1, y1, x2, y2, x3, y3, sn_none)
H A Dgxpcopy.c80 code = gx_path_add_curve_notes(ppath, in gx_path_copy_reducing()
356 return gx_path_add_curve_notes(ppath, pc->p1.x, pc->p1.y, in gx_curve_monotonize()
424 code = gx_path_add_curve_notes(ppath, px + qx, py + qy, sx - rx, sy - ry, sx, sy, notes); in gx_curve_monotonize()
443 return gx_path_add_curve_notes(ppath, px + qx, py + qy, sx - rx, sy - ry, sx, sy, notes); in gx_curve_monotonize()
H A Dgxpath2.c380 code = gx_path_add_curve_notes(ppath, in gx_path_copy_reversed()
H A Dgxpath.c670 gx_path_add_curve_notes(gx_path * ppath, in gx_path_add_curve_notes() function
746 return gx_path_add_curve_notes(ppath, in gx_path_add_partial_arc_notes()
H A Dgxpflat.c549 return gx_path_add_curve_notes(ppath, pc->p1.x, pc->p1.y, pc->p2.x, pc->p2.y, in gx_subdivide_curve_rec()
H A Dgspath1.c436 return gx_path_add_curve_notes(path, p0.x, p0.y, p2.x, p2.y, p3.x, p3.y, in arc_add()
H A Dgxttfb.c459 e->error = gx_path_add_curve_notes(e->path, float2fixed(p0->x), float2fixed(p0->y), in gx_ttfExport__CurveTo()
H A Dgxcpath.c403 code = gx_path_add_curve_notes(&rpath, pts[0].x, pts[0].y, in gx_cpath_to_path()
H A Dzfapi.c107 …return gx_path_add_curve_notes(olh->path, import_shift(x0, I->shift) + olh->x0, -import_shift(y0, … in add_curve()
H A Dgxclrast.c2422 curve: code = gx_path_add_curve_notes(ppath, px + A, py + B, in clist_decode_segment()