Searched refs:tessedgept (Results 1 – 1 of 1) sorted by relevance
482 EDGEPT *tessedgept; in make_tess_edgepts() local492 tessedgept = newedgept (); in make_tess_edgepts()493 tessedgept->pos.x = (inT16) edgept->pos.x (); in make_tess_edgepts()494 tessedgept->pos.y = (inT16) edgept->pos.y (); in make_tess_edgepts()495 if (tessedgept->pos.x < tl.x) in make_tess_edgepts()496 tl.x = tessedgept->pos.x; in make_tess_edgepts()497 if (tessedgept->pos.x > br.x) in make_tess_edgepts()498 br.x = tessedgept->pos.x; in make_tess_edgepts()499 if (tessedgept->pos.y > tl.y) in make_tess_edgepts()500 tl.y = tessedgept->pos.y; in make_tess_edgepts()[all …]