/plan9/sys/src/cmd/gs/src/ |
H A D | gxpdash.c | 66 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 D | gxpath2.c | 346 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 D | gxpath.c | 507 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 D | gxpath.h | 140 gx_path_add_point(gx_path *, fixed, fixed),
|
H A D | gstype42.c | 571 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 D | gxchar.c | 211 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 D | gxpcopy.c | 68 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 D | gsshade.c | 432 (code = gx_path_add_point(ppath, pt.x, pt.y)) < 0 || in shading_path_add_box()
|
H A D | gspath.c | 155 code = gx_path_add_point(ppath, pt.x, pt.y); in gs_moveto_aux()
|
H A D | gxclrast.c | 2385 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 D | gdevtrac.c | 570 code = gx_path_add_point(path, in trace_text_begin()
|
H A D | gxstroke.c | 1071 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 D | gspath1.c | 389 gx_path_add_point(path, p0.x, p0.y))) < 0 in arc_add()
|
H A D | gxttfb.c | 434 e->error = gx_path_add_point(e->path, float2fixed(p->x), float2fixed(p->y)); in gx_ttfExport__MoveTo()
|
H A D | gsfont.c | 931 code = gx_path_add_point(&path, fixed_0, fixed_0); in gs_default_glyph_info()
|
H A D | gxcpath.c | 396 code = gx_path_add_point(&rpath, pts[0].x, pts[0].y); in gx_cpath_to_path()
|
H A D | gxclpath.c | 803 if ((code = gx_path_add_point(&path, px, py)) < 0 || in clist_put_polyfill()
|
H A D | gxhintn.c | 917 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 D | zfapi.c | 93 …return gx_path_add_point(olh->path, import_shift(x, I->shift) + olh->x0, -import_shift(y, I->shift… in add_move()
|
H A D | gxshade6.c | 2545 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()
|