Siarhei Siamashka <siarhei.siamas...@gmail.com> writes:

> +/*
> + * Identify 5 zones in each scanline for bilinear scaling. Depending on
> + * whether 2 pixels to be interpolated are fetched from the image itself,
> + * from the padding area around it or from both image and padding area.
> + */
> +static force_inline void
> +bilinear_pad_repeat_get_scanline_bounds (int32_t         source_image_width,
> +                                      pixman_fixed_t  vx,
> +                                      pixman_fixed_t  unit_x,
> +                                      int32_t *       left_pad,
> +                                      int32_t *       left_tz,
> +                                      int32_t *       width,
> +                                      int32_t *       right_tz,
> +                                      int32_t *       right_pad)

What does "tz" stand for in these names? Presumably, the z is for zone,
but what about the t? 


Soren
_______________________________________________
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to