Searched refs:pRcl2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_video.c | 819 RegionsIntersect(BoxPtr pRcl1, BoxPtr pRcl2, BoxPtr pRclResult) argument 821 pRclResult->x1 = max(pRcl1->x1, pRcl2->x1); 822 pRclResult->x2 = min(pRcl1->x2, pRcl2->x2); 825 pRclResult->y1 = max(pRcl1->y1, pRcl2->y1); 826 pRclResult->y2 = min(pRcl1->y2, pRcl2->y2);
|
| H A D | nsc_gx1_video.c | 868 RegionsIntersect(BoxPtr pRcl1, BoxPtr pRcl2, BoxPtr pRclResult) argument 870 pRclResult->x1 = max(pRcl1->x1, pRcl2->x1); 871 pRclResult->x2 = min(pRcl1->x2, pRcl2->x2); 874 pRclResult->y1 = max(pRcl1->y1, pRcl2->y1); 875 pRclResult->y2 = min(pRcl1->y2, pRcl2->y2);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_video.c | 783 RegionsIntersect(BoxPtr pRcl1, BoxPtr pRcl2, BoxPtr pRclResult) 785 pRclResult->x1 = max(pRcl1->x1, pRcl2->x1); 786 pRclResult->x2 = min(pRcl1->x2, pRcl2->x2); 789 pRclResult->y1 = max(pRcl1->y1, pRcl2->y1); 790 pRclResult->y2 = min(pRcl1->y2, pRcl2->y2);
|
Completed in 10 milliseconds