Searched refs:InRegion (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_merge.c | 662 InRegion(int x, int y, region r) { function in typeref:typename:Bool 736 if(InRegion(x,y,out)) { 737 if( InRegion(x,y, in1) && !InRegion(x,y, f1) ) { 742 if( InRegion(x,y, in2) && !InRegion(x,y, f2) ) {
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.h | 1616 static Bool InRegion(int x, int y, region r);
|
| H A D | sis_driver.c | 9280 InRegion(int x, int y, region r) function in typeref:typename:Bool 9357 if(InRegion(x, y, pSiS->NonRectDead)) { 9371 if(InRegion(x, y, pSiS->OffDead1)) { 9382 } else if(InRegion(x, y, pSiS->OffDead2)) { 9464 if(InRegion(x, y, out)) { /* inside outer region */ 9466 if(InRegion(x, y, in1) && !InRegion(x, y, f1)) { 9471 if(InRegion(x, y, in2) && !InRegion(x, y, f2)) {
|
Completed in 17 milliseconds