Home
last modified time | relevance | path

Searched refs:fg_rmoveto (Results 1 – 7 of 7) sorted by relevance

/dports/print/ttf2pt1/ttf2pt1-3.4.4/
H A Dpt1.h216 void fg_rmoveto( GLYPH * g, double x, double y);
H A Dft.c473 fg_rmoveto(curg, tox, toy); in outl_moveto()
H A Dbdf.c395 fg_rmoveto(g, 0.0, 0.0); in readglyphs()
H A Dttf.c583 fg_rmoveto(g, xcoord[i], ycoord[i]); in draw_simple_glyf()
H A Dbitmap.c95 fg_rmoveto(g, fscale*(slp->data[0].v[0].x+xoff), fscale*(slp->data[0].v[0].y+yoff)); in autotraced_bmp_outline()
2533 fg_rmoveto(g, -1e6, -1e6); /* will be fixed by GE_PATH */ in bmp_outline()
H A Dpt1.c394 fg_rmoveto( in fg_rmoveto() function
/dports/editors/ted/Ted-2.23/utilPs/
H A DpsTtf.c758 # define fg_rmoveto(a,x,y) appDebug( "fg_rmoveto( %g, %g )\n", x, y ) macro