Searched refs:gx_path_add_curve_notes (Results 1 – 10 of 10) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxpath.h | 146 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 D | gxpcopy.c | 80 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 D | gxpath2.c | 380 code = gx_path_add_curve_notes(ppath, in gx_path_copy_reversed()
|
H A D | gxpath.c | 670 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 D | gxpflat.c | 549 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 D | gspath1.c | 436 return gx_path_add_curve_notes(path, p0.x, p0.y, p2.x, p2.y, p3.x, p3.y, in arc_add()
|
H A D | gxttfb.c | 459 e->error = gx_path_add_curve_notes(e->path, float2fixed(p0->x), float2fixed(p0->y), in gx_ttfExport__CurveTo()
|
H A D | gxcpath.c | 403 code = gx_path_add_curve_notes(&rpath, pts[0].x, pts[0].y, in gx_cpath_to_path()
|
H A D | zfapi.c | 107 …return gx_path_add_curve_notes(olh->path, import_shift(x0, I->shift) + olh->x0, -import_shift(y0, … in add_curve()
|
H A D | gxclrast.c | 2422 curve: code = gx_path_add_curve_notes(ppath, px + A, py + B, in clist_decode_segment()
|