Home | History | Annotate | Download | only in core

Lines Matching refs:trap

364                                              Trapezoid **trap) {
372 *trap = *t; // Return the place where a new trapezoid would go.
382 *trap = *t;
389 *trap = NULL;
590 Trapezoid *trap[2];
591 vt[i].trapezoids(trap, trap+1);
593 if (trap[j] != NULL) {
594 DebugPrintf(", trap(L=%d, R=%d, B=%d)",
595 trap[j]->left() - vt,
596 trap[j]->right() - vt,
597 trap[j]->bottom() - vt);
616 Trapezoid *trap[2];
617 vt->trapezoids(trap, trap+1);
619 if (trap[j] != NULL) {
620 DebugPrintf(", trap(L=%d, R=%d, B=%d)",
621 trap[j]->left() - vtBase,
622 trap[j]->right() - vtBase,
623 trap[j]->bottom() - vtBase);