Home | History | Annotate | Download | only in pixman

Lines Matching full:pixman_op

554  *      the end of the rects array.  Used only by pixman_op.
712 * pixman_op --
748 pixman_op (region_type_t * new_reg, /* Place to store result */
1211 if (!pixman_op (new_reg, reg1, reg2, pixman_region_intersect_o, FALSE, FALSE))
1440 if (!pixman_op (new_reg, reg1, reg2, pixman_region_union_o, TRUE, TRUE))
1769 if (!pixman_op (reg, reg, hreg, pixman_region_union_o, TRUE, TRUE))
1987 if (!pixman_op (reg_d, reg_m, reg_s, pixman_region_subtract_o, TRUE, FALSE))
1991 * Can't alter reg_d's extents before we call pixman_op because
1992 * it might be one of the source regions and pixman_op depends
2050 if (!pixman_op (new_reg, &inv_reg, reg1, pixman_region_subtract_o, TRUE, FALSE))
2054 * Can't alter new_reg's extents before we call pixman_op because
2055 * it might be one of the source regions and pixman_op depends