| H A D | glamor_utils.h | 191 #define _glamor_get_reflect_transform_coords(pixmap, priv, repeat_type, \ argument 217 #define _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument 222 if (repeat_type == RepeatReflect) { \ 255 #define glamor_get_repeat_transform_coords(pixmap, priv, repeat_type, tx1, \ argument 263 if (repeat_type != RepeatReflect) { \ 267 _glamor_get_reflect_transform_coords(pixmap, priv, repeat_type, \ 274 #define glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument 287 if (repeat_type == RepeatReflect) { \ 293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \ 356 repeat_type, \ argument [all …]
|