| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbfillrect.c | 39 int fullX1, fullX2, fullY1, fullY2; local in function:fbPolyFillRect 57 fullY2 = fullY1 + (int) prect->height; 69 if (fullY2 > extentY2) 70 fullY2 = extentY2; 72 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) 79 fullX1, fullY1, fullX2-fullX1, fullY2-fullY1); 100 if (partY2 > fullY2) 101 partY2 = fullY2;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbfillrect.c | 36 int fullX1, fullX2, fullY1, fullY2; local in function:fbPolyFillRect 53 fullY2 = fullY1 + (int) prect->height; 65 if (fullY2 > extentY2) 66 fullY2 = extentY2; 68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) 73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1); 92 if (partY2 > fullY2) 93 partY2 = fullY2;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-accel.c | 677 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect 744 fullY2 = fullY1 + (int) prect->height; 756 if (fullY2 > extentY2) 757 fullY2 = extentY2; 759 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) 766 fullX2 + xoff, fullY2 + yoff); 788 if (partY2 > fullY2) 789 partY2 = fullY2;
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_accel.c | 786 int fullX1, fullX2, fullY1, fullY2; local in function:exaPolyFillRect 869 fullY2 = fullY1 + (int) prect->height; 881 if (fullY2 > extentY2) 882 fullY2 = extentY2; 884 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) 891 fullX2 + xoff, fullY2 + yoff); 913 if (partY2 > fullY2) 914 partY2 = fullY2;
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_accel.c | 787 int fullX1, fullX2, fullY1, fullY2; local in function:exaPolyFillRect 865 fullY2 = fullY1 + (int) prect->height; 877 if (fullY2 > extentY2) 878 fullY2 = extentY2; 880 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) 886 fullX2 + xoff, fullY2 + yoff); 906 if (partY2 > fullY2) 907 partY2 = fullY2;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-accel.c | 812 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect 884 fullY2 = fullY1 + (int)prect->height; 896 if (fullY2 > extentY2) 897 fullY2 = extentY2; 899 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) 907 fullY2 + yoff); 926 if (partY2 > fullY2) 927 partY2 = fullY2;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-accel.c | 687 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect 753 fullY2 = fullY1 + (int)prect->height; 767 int y2 = fullY2;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-accel.c | 687 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect 753 fullY2 = fullY1 + (int)prect->height; 767 int y2 = fullY2;
|