Lines Matching defs:tris
507 xTriangle *tris, *tri;
511 tris = xallocarray(ntri, sizeof(xTriangle));
512 if (!tris)
515 for (tri = tris; npoints >= 3; npoints--, points++, tri++) {
520 CompositeTriangles(op, pSrc, pDst, maskFormat, xSrc, ySrc, ntri, tris);
521 free(tris);
531 xTriangle *tris, *tri;
536 tris = xallocarray(ntri, sizeof(xTriangle));
537 if (!tris)
541 for (tri = tris; npoints >= 3; npoints--, points++, tri++) {
546 CompositeTriangles(op, pSrc, pDst, maskFormat, xSrc, ySrc, ntri, tris);
547 free(tris);