Home
last modified time | relevance | path

Searched refs:polystart (Results 1 – 2 of 2) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dhpgl.c189 static HPGL_Pt polystart = { 0.0, 0.0 }; variable
1828 polystart = p; in line()
2724 if (p_last.x != polystart.x in read_HPGL_cmd()
2725 || p_last.y != polystart.y) in read_HPGL_cmd()
2879 polystart = p_last; in read_HPGL_cmd()
2891 if (p_last.x != polystart.x in read_HPGL_cmd()
2892 || p_last.y != polystart.y) { in read_HPGL_cmd()
2900 x2 = P1.x + (polystart.x - in read_HPGL_cmd()
2902 y2 = P1.y + (polystart.y - in read_HPGL_cmd()
2918 polystart.x = in read_HPGL_cmd()
[all …]
/dports/print/freetype/freetype-1.3.1/contrib/ftos2/ifi/
H A Dftifi.c3099 ULONG polystart; in GetOutline() local
3107 polystart = cb; /* save this polygon's start offset */ in GetOutline()
3204 memcpy(&(pb[polystart]), &hdr, sizeof(hdr)); in GetOutline()