Lines Matching defs:ptsIn
387 miFillConvexPoly(DrawablePtr dst, GCPtr pgc, int count, DDXPointPtr ptsIn)
410 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax);
424 y = ptsIn[nextleft].y;
433 if (ptsIn[nextleft].y == y) {
448 BRESINITPGON(ptsIn[nextleft].y - ptsIn[left].y,
449 ptsIn[left].x, ptsIn[nextleft].x,
456 if (ptsIn[nextright].y == y) {
471 BRESINITPGON(ptsIn[nextright].y - ptsIn[right].y,
472 ptsIn[right].x, ptsIn[nextright].x,
480 i = min(ptsIn[nextleft].y, ptsIn[nextright].y) - y;
526 miFillGeneralPoly(DrawablePtr dst, GCPtr pgc, int count, DDXPointPtr ptsIn)
551 if (!miCreateETandAET(count, ptsIn, &ET, &AET, pETEs, &SLLBlock)) {