Home | History | Annotate | Download | only in main

Lines Matching refs:srcY1

856                 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
874 *srcY0, *srcY1, *dstY0, *dstY1);
899 if (*srcY0 == *srcY1)
901 if (*srcY0 <= srcYmin && *srcY1 <= srcYmin)
903 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax)
910 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax);
912 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin);
918 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
920 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin);
926 *srcY0, *srcY1, *dstY0, *dstY1);
946 ASSERT(*srcY1 >= srcYmin);
947 ASSERT(*srcY1 <= srcYmax);