Chris Wilson <[email protected]> writes:

> diff --git a/pixman/pixman-bits-image.c b/pixman/pixman-bits-image.c
> index 75a39a1..f25d576 100644
> --- a/pixman/pixman-bits-image.c
> +++ b/pixman/pixman-bits-image.c
> @@ -1266,6 +1266,61 @@ bits_image_fetch_untransformed_repeat_none 
> (bits_image_t *image,
>  }
>  
>  static void
> +bits_image_fetch_untransformed_repeat_pad (bits_image_t *image,
> +                                        pixman_bool_t wide,
> +                                        int           x,
> +                                        int           y,
> +                                        int           width,
> +                                        uint32_t *    buffer)

Some coding style issues in this one: no braces around single lines,
spaces around -.

But I'm curious what particular operation hits this. Usually PAD
repeating is most useful with scaling, but this is an untransformed
fetcher.


Søren
_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to