Home
last modified time | relevance | path

Searched refs:gx_path_add_point (Results 1 – 20 of 20) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxpdash.c66 if ((code = gx_path_add_point(ppath, x0, y0)) < 0) in subpath_expand_dashes()
129 code = gx_path_add_point(ppath, nx, ny); in subpath_expand_dashes()
155 code = gx_path_add_point(ppath, sx, sy); in subpath_expand_dashes()
H A Dgxpath2.c346 code = gx_path_add_point(ppath, prev->pt.x, prev->pt.y); in gx_path_copy_reversed()
392 code = gx_path_add_point(ppath, prev->pt.x, in gx_path_copy_reversed()
410 int code = gx_path_add_point(ppath, ppath_old->position.x, in gx_path_copy_reversed()
H A Dgxpath.c507 gx_path_add_point(gx_path * ppath, fixed x, fixed y) in gx_path_add_point() function
660 if ((code = gx_path_add_point(ppath, x0, y0)) < 0 || in gx_path_add_rectangle()
804 return gx_path_add_point(to_path, cpt.x, cpt.y); in gx_path_add_char_path()
816 code = gx_path_add_point(to_path, bbox.p.x, bbox.p.y); in gx_path_add_char_path()
H A Dgxpath.h140 gx_path_add_point(gx_path *, fixed, fixed),
H A Dgstype42.c571 return gx_path_add_point(ppath, origin.x + float2fixed(info.width[WMode].x), in gs_type42_glyph_outline()
947 code = gx_path_add_point(ppath, start.x, start.y); in append_simple()
951 code = gx_path_add_point(ppath, pt.x, pt.y); in append_simple()
H A Dgxchar.c211 code = gx_path_add_point(pgs->path, fixed_0, fixed_0); in gx_default_text_begin()
235 return gx_path_add_point(pgs->path, fixed_0, fixed_0); in gx_hld_stringwidth_begin()
812 code = gx_path_add_point(pgs->show_gstate->path, in show_update()
1071 code = gx_path_add_point(pgs->path, pt.x, pt.y); in show_proceed()
H A Dgxpcopy.c68 code = gx_path_add_point(ppath, in gx_path_copy_reducing()
201 gx_path_add_point(ppath, ppath_old->position.x, in gx_path_copy_reducing()
H A Dgsshade.c432 (code = gx_path_add_point(ppath, pt.x, pt.y)) < 0 || in shading_path_add_box()
H A Dgspath.c155 code = gx_path_add_point(ppath, pt.x, pt.y); in gs_moveto_aux()
H A Dgxclrast.c2385 code = gx_path_add_point(ppath, px += A, py += B); in clist_decode_segment()
2397 if ((code = gx_path_add_point(ppath, px += A, py += B)) < 0) in clist_decode_segment()
2402 if ((code = gx_path_add_point(ppath, px += A, py += B)) < 0 || in clist_decode_segment()
2410 if ((code = gx_path_add_point(ppath, px += A, py += B)) < 0 || in clist_decode_segment()
H A Dgdevtrac.c570 code = gx_path_add_point(path, in trace_text_begin()
H A Dgxstroke.c1071 if ((code = gx_path_add_point(ppath, plp->o.co.x, plp->o.co.y)) < 0 || in stroke_add()
1127 code = gx_path_add_point(ppath, points[0].x, points[0].y); in add_points()
H A Dgspath1.c389 gx_path_add_point(path, p0.x, p0.y))) < 0 in arc_add()
H A Dgxttfb.c434 e->error = gx_path_add_point(e->path, float2fixed(p->x), float2fixed(p->y)); in gx_ttfExport__MoveTo()
H A Dgsfont.c931 code = gx_path_add_point(&path, fixed_0, fixed_0); in gs_default_glyph_info()
H A Dgxcpath.c396 code = gx_path_add_point(&rpath, pts[0].x, pts[0].y); in gx_cpath_to_path()
H A Dgxclpath.c803 if ((code = gx_path_add_point(&path, px, py)) < 0 || in clist_put_polyfill()
H A Dgxhintn.c917 code = gx_path_add_point(this->output_path, fx, fy); in t1_hinter__rmoveto()
2455 code = gx_path_add_point(this->output_path, fx, fy); in t1_hinter__export()
H A Dzfapi.c93 …return gx_path_add_point(olh->path, import_shift(x, I->shift) + olh->x0, -import_shift(y, I->shift… in add_move()
H A Dgxshade6.c2545 code = gx_path_add_point(&path, p0->p.x, p0->p.y); in mesh_triangle()
3517 code = gx_path_add_point(&path, curve[0].vertex.p.x, curve[0].vertex.p.y); in patch_fill()