Searched refs:x_lr (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_span_image_filter_rgb.h129 int x_lr = x_hr >> image_subpixel_shift; local
141 fg_ptr = (const value_type*)base_type::source().span(x_lr, y_lr, 2);
237 int x_lr = x_hr >> image_subpixel_shift; local
241 if(x_lr >= 0 && y_lr >= 0 &&
242 x_lr < maxx && y_lr < maxy)
252 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
267 base_type::source().row_ptr(y_lr) + x_lr + x_lr
464 int x_lr = x_hr >> image_subpixel_shift; local
584 int x_lr = x_hr >> image_subpixel_shift; local
708 int x_lr = x >> image_subpixel_shift; local
832 int x_lr = x >> image_subpixel_shift; local
[all...]
H A Dagg_span_image_filter_gray.h123 int x_lr = x_hr >> image_subpixel_shift; local
131 fg_ptr = (const value_type*)base_type::source().span(x_lr, y_lr, 2);
207 int x_lr = x_hr >> image_subpixel_shift; local
210 if(x_lr >= 0 && y_lr >= 0 &&
211 x_lr < maxx && y_lr < maxy)
217 fg_ptr = (const value_type*)base_type::source().row_ptr(y_lr) + x_lr;
223 fg_ptr = (const value_type*)base_type::source().row_ptr(y_lr) + x_lr;
234 if(x_lr < -1 || y_lr < -1 ||
235 x_lr > maxx || y_lr > maxy)
250 if(x_lr >
379 int x_lr = x_hr >> image_subpixel_shift; local
481 int x_lr = x_hr >> image_subpixel_shift; local
589 int x_lr = x >> image_subpixel_shift; local
700 int x_lr = x >> image_subpixel_shift; local
[all...]
H A Dagg_span_image_filter_rgba.h131 int x_lr = x_hr >> image_subpixel_shift; local
144 fg_ptr = (const value_type*)base_type::source().span(x_lr, y_lr, 2);
243 int x_lr = x_hr >> image_subpixel_shift; local
248 if(x_lr >= 0 && y_lr >= 0 &&
249 x_lr < maxx && y_lr < maxy)
260 base_type::source().row_ptr(y_lr) + (x_lr << 2);
277 base_type::source().row_ptr(y_lr) + (x_lr << 2);
298 if(x_lr < -1 || y_lr < -1 ||
299 x_lr > maxx || y_lr > maxy)
318 if(x_lr >
476 int x_lr = x_hr >> image_subpixel_shift; local
601 int x_lr = x_hr >> image_subpixel_shift; local
728 int x_lr = x >> image_subpixel_shift; local
856 int x_lr = x >> image_subpixel_shift; local
[all...]
H A Dagg_pattern_filters_rgba.h73 int x_lr = x >> line_subpixel_shift; local
78 const color_type* ptr = buf[y_lr] + x_lr;
95 ptr = buf[y_lr + 1] + x_lr;

Completed in 48 milliseconds