Searched refs:calc_type (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_color_rgba.h226 typedef int32u calc_type; typedef in struct:agg::rgba8
307 r = value_type((calc_type(r) * a) >> base_shift);
308 g = value_type((calc_type(g) * a) >> base_shift);
309 b = value_type((calc_type(b) * a) >> base_shift);
322 calc_type r_ = (calc_type(r) * a_) / a;
323 calc_type g_ = (calc_type(g) * a_) / a;
324 calc_type b_ = (calc_type(
475 typedef int32u calc_type; typedef in struct:agg::rgba16
[all...]
H A Dagg_color_gray.h41 typedef int32u calc_type; typedef in struct:agg::gray8
122 v = value_type((calc_type(v) * a) >> base_shift);
135 calc_type v_ = (calc_type(v) * a_) / a;
150 calc_type v_ = (calc_type(v) * base_mask) / a;
159 calc_type ik = uround(k * base_scale);
160 ret.v = value_type(calc_type(v) + (((calc_type(c.v) - v) * ik) >> base_shift));
161 ret.a = value_type(calc_type(
228 typedef int32u calc_type; typedef in struct:agg::gray16
[all...]
H A Dagg_pixfmt_rgb_packed.h39 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgb555
48 calc_type r = (rgb >> 7) & 0xF8;
49 calc_type g = (rgb >> 2) & 0xF8;
50 calc_type b = (rgb << 3) & 0xF8;
78 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgb555_pre
88 calc_type r = (rgb >> 7) & 0xF8;
89 calc_type g = (rgb >> 2) & 0xF8;
90 calc_type
121 typedef color_type::calc_type calc_type; typedef in class:agg::blender_rgb555_gamma
170 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgb565
208 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgb565_pre
248 typedef color_type::calc_type calc_type; typedef in class:agg::blender_rgb565_gamma
293 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgbAAA
333 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgbAAA_pre
376 typedef color_type::calc_type calc_type; typedef in class:agg::blender_rgbAAA_gamma
421 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_bgrAAA
461 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_bgrAAA_pre
504 typedef color_type::calc_type calc_type; typedef in class:agg::blender_bgrAAA_gamma
551 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgbBBA
588 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_rgbBBA_pre
629 typedef color_type::calc_type calc_type; typedef in class:agg::blender_rgbBBA_gamma
673 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_bgrABB
710 typedef color_type::calc_type calc_type; typedef in struct:agg::blender_bgrABB_pre
751 typedef color_type::calc_type calc_type; typedef in class:agg::blender_bgrABB_gamma
802 typedef typename color_type::calc_type calc_type; typedef in class:agg::pixfmt_alpha_blend_rgb_packed
[all...]
H A Dagg_pixfmt_rgba.h40 typedef typename ColorT::calc_type calc_type; typedef in struct:agg::multiplier_rgba
45 calc_type a = p[Order::A];
63 calc_type a = p[Order::A];
71 calc_type r = (calc_type(p[Order::R]) * ColorT::base_mask) / a;
72 calc_type g = (calc_type(p[Order::G]) * ColorT::base_mask) / a;
73 calc_type b = (calc_type(
134 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_rgba
164 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_rgba_pre
204 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_rgba_plain
316 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_src_over
350 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_dst_over
384 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_src_in
422 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_dst_in
452 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_src_out
490 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_dst_out
521 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_src_atop
555 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_dst_atop
597 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_xor
635 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_plus
675 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_minus
715 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_multiply
756 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_screen
796 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_overlay
857 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_darken
900 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_lighten
943 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_color_dodge
1007 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_color_burn
1071 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_hard_light
1129 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_soft_light
1191 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_difference
1233 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_exclusion
1276 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_contrast
1323 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_invert
1359 typedef typename color_type::calc_type calc_type; typedef in struct:agg::comp_op_rgba_invert_rgb
1686 typedef typename color_type::calc_type calc_type; typedef in struct:agg::copy_or_blend_rgba_wrapper
1763 typedef typename color_type::calc_type calc_type; typedef in class:agg::pixfmt_alpha_blend_rgba
2345 typedef typename color_type::calc_type calc_type; typedef in class:agg::pixfmt_custom_blend_rgba
[all...]
H A Dagg_pattern_filters_rgba.h55 typedef typename color_type::calc_type calc_type; typedef in struct:agg::pattern_filter_bilinear_rgba
69 calc_type r, g, b, a;
72 calc_type weight;
H A Dagg_span_pattern_gray.h40 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_pattern_gray
H A Dagg_span_pattern_rgb.h41 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_pattern_rgb
H A Dagg_span_pattern_rgba.h41 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_pattern_rgba
H A Dagg_pixfmt_gray.h40 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_gray
46 *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);
56 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_gray_pre
125 typedef typename color_type::calc_type calc_type; typedef in class:agg::pixfmt_alpha_blend_gray
144 calc_type alpha = (calc_type(
[all...]
H A Dagg_pixfmt_rgb.h82 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_rgb
104 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_rgb_pre
143 typedef typename color_type::calc_type calc_type; typedef in class:agg::blender_rgb_gamma
156 calc_type r = m_gamma->dir(p[Order::R]);
157 calc_type g = m_gamma->dir(p[Order::G]);
158 calc_type b = m_gamma->dir(p[Order::B]);
181 typedef typename color_type::calc_type calc_typ typedef in class:agg::pixfmt_alpha_blend_rgb
[all...]
H A Dagg_span_image_filter_gray.h45 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_gray_nn
91 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_gray_bilinear
111 calc_type fg;
164 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_gray_bilinear_clip
187 calc_type fg;
188 calc_type src_alpha;
341 typedef typename color_type::calc_type calc_typ typedef in class:agg::span_image_filter_gray_2x2
440 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_gray
[all...]
H A Dagg_span_image_filter_rgb.h46 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgb_nn
97 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgb_bilinear
117 calc_type fg[3];
192 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgb_bilinear_clip
215 calc_type fg[3];
216 calc_type src_alpha;
426 typedef typename color_type::calc_type calc_typ typedef in class:agg::span_image_filter_rgb_2x2
543 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgb
[all...]
H A Dagg_span_image_filter_rgba.h46 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgba_nn
97 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgba_bilinear
118 calc_type fg[4];
198 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgba_bilinear_clip
223 calc_type fg[4];
437 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgba_2x2
560 typedef typename color_type::calc_type calc_type; typedef in class:agg::span_image_filter_rgba
[all...]
H A Dagg_pixfmt_transposer.h31 typedef typename color_type::calc_type calc_type; typedef in class:agg::pixfmt_transposer
H A Dagg_blur.h1071 typedef typename calculator_type::value_type calc_type; typedef in class:agg::recursive_blur
1079 calc_type s = calc_type(radius * 0.5);
1080 calc_type q = calc_type((s < 2.5) ?
1084 calc_type q2 = calc_type(q * q);
1085 calc_type q3 = calc_type(q2 * q);
1087 calc_type b
[all...]

Completed in 82 milliseconds