Searched refs:fg_rmoveto (Results 1 – 7 of 7) sorted by relevance
/dports/print/ttf2pt1/ttf2pt1-3.4.4/ |
H A D | pt1.h | 216 void fg_rmoveto( GLYPH * g, double x, double y);
|
H A D | ft.c | 473 fg_rmoveto(curg, tox, toy); in outl_moveto()
|
H A D | bdf.c | 395 fg_rmoveto(g, 0.0, 0.0); in readglyphs()
|
H A D | ttf.c | 583 fg_rmoveto(g, xcoord[i], ycoord[i]); in draw_simple_glyf()
|
H A D | bitmap.c | 95 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 D | pt1.c | 394 fg_rmoveto( in fg_rmoveto() function
|
/dports/editors/ted/Ted-2.23/utilPs/ |
H A D | psTtf.c | 758 # define fg_rmoveto(a,x,y) appDebug( "fg_rmoveto( %g, %g )\n", x, y ) macro
|