Searched refs:x_hr (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_span_image_filter_gray.h115 int x_hr; local
118 base_type::interpolator().coordinates(&x_hr, &y_hr);
120 x_hr -= base_type::filter_dx_int();
123 int x_lr = x_hr >> image_subpixel_shift;
128 x_hr &= image_subpixel_mask;
132 fg += *fg_ptr * (image_subpixel_scale - x_hr) * (image_subpixel_scale - y_hr);
135 fg += *fg_ptr * x_hr * (image_subpixel_scale - y_hr);
138 fg += *fg_ptr * (image_subpixel_scale - x_hr) * y_hr;
141 fg += *fg_ptr * x_hr * y_hr;
199 int x_hr; local
371 int x_hr; local
478 int x_hr = x; local
590 int x_hr = ((image_subpixel_mask - (x & image_subpixel_mask)) * local
701 int x_hr = ((image_subpixel_mask - (x & image_subpixel_mask)) * local
[all...]
H A Dagg_span_image_filter_rgb.h121 int x_hr; local
124 base_type::interpolator().coordinates(&x_hr, &y_hr);
126 x_hr -= base_type::filter_dx_int();
129 int x_lr = x_hr >> image_subpixel_shift;
138 x_hr &= image_subpixel_mask;
142 weight = (image_subpixel_scale - x_hr) *
149 weight = x_hr * (image_subpixel_scale - y_hr);
155 weight = (image_subpixel_scale - x_hr) * y_hr;
161 weight = x_hr * y_hr;
229 int x_hr; local
456 int x_hr; local
581 int x_hr = x; local
709 int x_hr = ((image_subpixel_mask - (x & image_subpixel_mask)) * local
833 int x_hr = ((image_subpixel_mask - (x & image_subpixel_mask)) * local
[all...]
H A Dagg_span_image_filter_rgba.h123 int x_hr; local
126 base_type::interpolator().coordinates(&x_hr, &y_hr);
128 x_hr -= base_type::filter_dx_int();
131 int x_lr = x_hr >> image_subpixel_shift;
141 x_hr &= image_subpixel_mask;
145 weight = (image_subpixel_scale - x_hr) *
153 weight = x_hr * (image_subpixel_scale - y_hr);
160 weight = (image_subpixel_scale - x_hr) * y_hr;
167 weight = x_hr * y_hr;
235 int x_hr; local
468 int x_hr; local
598 int x_hr = x; local
729 int x_hr = ((image_subpixel_mask - (x & image_subpixel_mask)) * local
857 int x_hr = ((image_subpixel_mask - (x & image_subpixel_mask)) * local
[all...]

Completed in 43 milliseconds