Home | History | Annotate | Download | only in pixman

Lines Matching full:overlapping

124  * (non-overlapping) rectangles, plus an "extent" rectangle which is the
125 * smallest single rectangle that contains all the non-overlapping rectangles.
644 * Handle a non-overlapping band for the union and subtract operations.
753 int append_non1, /* Append non-overlapping bands
756 int append_non2 /* Append non-overlapping bands
774 int top; /* Top of non-overlapping band */
775 int bot; /* Bottom of non-overlapping band*/
838 * on whether the band being handled is an overlapping or non-overlapping
840 * In the case of a non-overlapping band (only one of the regions
845 * For an overlapping band (where the two regions intersect), ytop clips
1096 * Handle an overlapping band for pixman_region_intersect.
1247 * Handle an overlapping band for the union operation. Picks the
1818 * Overlapping band subtraction. x1 is the left-most point not yet