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

/haiku/headers/libs/agg/
H A Dagg_span_image_filter_gray.h116 int y_hr; local
118 base_type::interpolator().coordinates(&x_hr, &y_hr);
121 y_hr -= base_type::filter_dy_int();
124 int y_lr = y_hr >> image_subpixel_shift;
129 y_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;
200 int y_hr; local
372 int y_hr; local
479 int y_hr = y; local
585 int y_hr = ((image_subpixel_mask - (y & image_subpixel_mask)) * local
696 int y_hr = ((image_subpixel_mask - (y & image_subpixel_mask)) * local
[all...]
H A Dagg_span_image_filter_rgb.h122 int y_hr; local
124 base_type::interpolator().coordinates(&x_hr, &y_hr);
127 y_hr -= base_type::filter_dy_int();
130 int y_lr = y_hr >> image_subpixel_shift;
139 y_hr &= image_subpixel_mask;
143 (image_subpixel_scale - y_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;
230 int y_hr; local
457 int y_hr; local
582 int y_hr = y; local
704 int y_hr = ((image_subpixel_mask - (y & image_subpixel_mask)) * local
828 int y_hr = ((image_subpixel_mask - (y & image_subpixel_mask)) * local
[all...]
H A Dagg_span_image_filter_rgba.h124 int y_hr; local
126 base_type::interpolator().coordinates(&x_hr, &y_hr);
129 y_hr -= base_type::filter_dy_int();
132 int y_lr = y_hr >> image_subpixel_shift;
142 y_hr &= image_subpixel_mask;
146 (image_subpixel_scale - y_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;
236 int y_hr; local
469 int y_hr; local
599 int y_hr = y; local
724 int y_hr = ((image_subpixel_mask - (y & image_subpixel_mask)) * local
852 int y_hr = ((image_subpixel_mask - (y & image_subpixel_mask)) * local
[all...]

Completed in 236 milliseconds