Searched defs:calculate (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/agg/src/
H A Dagg_vcgen_smooth_poly1.cpp80 void vcgen_smooth_poly1::calculate(const vertex_dist& v0, function in class:agg::vcgen_smooth_poly1
/haiku/headers/libs/agg/
H A Dagg_image_filters.h50 template<class FilterF> void calculate(const FilterF& filter, function in class:agg::image_filter_lut
H A Dagg_scanline_boolean_algebra.h372 static AGG_INLINE unsigned calculate(unsigned a, unsigned b) function in struct:agg::sbool_xor_formula_linear
392 static AGG_INLINE unsigned calculate(unsigned a, unsigned b) function in struct:agg::sbool_xor_formula_saddle
407 static AGG_INLINE unsigned calculate(unsigned a, unsigned b) function in struct:agg::sbool_xor_formula_abs_diff
H A Dagg_span_gradient.h154 static AGG_INLINE int calculate(int x, int y, int) function in class:agg::gradient_circle
165 static AGG_INLINE int calculate(int x, int y, int) function in class:agg::gradient_radial
176 static AGG_INLINE int calculate(int x, int y, int) function in class:agg::gradient_radial_d
220 int calculate(int x, int y, int) const function in class:agg::gradient_radial_focus
317 static int calculate(int x, int, int) { return x; } function in class:agg::gradient_x
325 static int calculate(int, int y, int) { return y; } function in class:agg::gradient_y
333 static AGG_INLINE int calculate(int x, int y, int) function in class:agg::gradient_diamond
346 static AGG_INLINE int calculate(in function in class:agg::gradient_xy
357 static AGG_INLINE int calculate(int x, int y, int) function in class:agg::gradient_sqrt_xy
368 static AGG_INLINE int calculate(int x, int y, int d) function in class:agg::gradient_conic
382 AGG_INLINE int calculate(int x, int y, int d) const function in class:agg::gradient_repeat_adaptor
401 AGG_INLINE int calculate(int x, int y, int d) const function in class:agg::gradient_reflect_adaptor
[all...]
H A Dagg_alpha_mask_u8.h31 static unsigned calculate(const int8u* p) { return *p; } function in struct:agg::one_component_mask_u8
39 static unsigned calculate(const int8u* p) function in struct:agg::rgb_to_gray_mask_u8
[all...]

Completed in 31 milliseconds