Searched refs:polystart (Results 1 – 2 of 2) sorted by relevance
189 static HPGL_Pt polystart = { 0.0, 0.0 }; variable1828 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 …]
3099 ULONG polystart; in GetOutline() local3107 polystart = cb; /* save this polygon's start offset */ in GetOutline()3204 memcpy(&(pb[polystart]), &hdr, sizeof(hdr)); in GetOutline()