Searched refs:ovly (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_video.c | 845 BoxRec ovly, display, result; local in function:GX2SetVideoPosition 864 ovly.x1 = x; 865 ovly.x2 = x + pGeode->video_dstw; 866 ovly.y1 = y; 867 ovly.y2 = y + pGeode->video_dsth; 874 if (RegionsIntersect(&display, &ovly, &result)) { 875 x = ovly.x1 - DeltaX; 876 xend = ovly.x2 - DeltaX; 877 y = ovly.y1 - DeltaY; 878 yend = ovly [all...] |
| H A D | nsc_gx1_video.c | 895 BoxRec ovly, display, result; local in function:GX1SetVideoPosition 913 ovly.x1 = x; 914 ovly.x2 = x + pGeode->video_dstw; 915 ovly.y1 = y; 916 ovly.y2 = y + pGeode->video_dsth; 925 if (RegionsIntersect(&display, &ovly, &result)) { 926 x = ovly.x1 - DeltaX; 927 xend = ovly.x2 - DeltaX; 928 y = ovly.y1 - DeltaY; 929 yend = ovly [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_video.c | 813 BoxRec ovly, display, result; 830 ovly.x1 = x; 831 ovly.x2 = x + pGeode->video_dstw; 832 ovly.y1 = y; 833 ovly.y2 = y + pGeode->video_dsth; 840 if (RegionsIntersect(&display, &ovly, &result)) { 841 x = ovly.x1 - DeltaX; 842 xend = ovly.x2 - DeltaX; 843 y = ovly.y1 - DeltaY; 844 yend = ovly [all...] |
Completed in 6 milliseconds