Searched refs:self_type (Results 1 - 19 of 19) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_color_gray.h49 typedef gray8 self_type; typedef in struct:agg::gray8
62 gray8(const self_type& c, unsigned a_) :
92 const self_type& transparent()
114 const self_type& premultiply()
127 const self_type& premultiply(unsigned a_)
142 const self_type& demultiply()
156 self_type gradient(self_type c, double k) const
158 self_type ret;
166 AGG_INLINE void add(const self_type
236 typedef gray16 self_type; typedef in struct:agg::gray16
[all...]
H A Dagg_gamma_lut.h30 typedef gamma_lut<LoResT, HiResT, GammaShift, HiResShift> self_type; typedef in class:agg::gamma_lut
112 gamma_lut(const self_type&);
113 const self_type& operator = (const self_type&);
H A Dagg_scanline_p.h45 typedef scanline_p8 self_type; typedef in class:agg::scanline_p8
163 scanline_p8(const self_type&);
164 const self_type& operator = (const self_type&);
185 typedef scanline32_p8 self_type; typedef in class:agg::scanline32_p8
313 scanline32_p8(const self_type&);
314 const self_type& operator = (const self_type&);
H A Dagg_color_rgba.h234 typedef rgba8 self_type; typedef in struct:agg::rgba8
260 rgba8(const self_type& c, unsigned a_) :
277 const self_type& transparent()
284 const self_type& opacity(double a_)
299 AGG_INLINE const self_type& premultiply()
314 AGG_INLINE const self_type& premultiply(unsigned a_)
333 AGG_INLINE const self_type& demultiply()
351 AGG_INLINE self_type gradient(const self_type& c, double k) const
353 self_type re
483 typedef rgba16 self_type; typedef in struct:agg::rgba16
[all...]
H A Dagg_conv_curve.h64 typedef conv_curve<VertexSource, Curve3, Curve4> self_type; typedef in class:agg::conv_curve
118 conv_curve(const self_type&);
119 const self_type& operator = (const self_type&);
H A Dagg_scanline_u.h112 typedef scanline_u8 self_type; typedef in class:agg::scanline_u8
225 scanline_u8(const self_type&);
226 const self_type& operator = (const self_type&);
288 typedef scanline32_u8 self_type; typedef in class:agg::scanline32_u8
438 scanline32_u8(const self_type&);
439 const self_type& operator = (const self_type&);
H A Dagg_alpha_mask_u8.h51 typedef alpha_mask_u8<Step, Offset, MaskF> self_type; typedef in class:agg::alpha_mask_u8
302 alpha_mask_u8(const self_type&);
303 const self_type& operator = (const self_type&);
355 typedef amask_no_clip_u8<Step, Offset, MaskF> self_type; typedef in class:agg::amask_no_clip_u8
449 amask_no_clip_u8(const self_type&);
450 const self_type& operator = (const self_type&);
H A Dagg_font_cache_manager.h262 typedef font_cache_manager<FontEngine> self_type; typedef in class:agg::font_cache_manager
378 font_cache_manager(const self_type&);
379 const self_type& operator = (const self_type&);
H A Dagg_basics.h286 typedef rect_base<T> self_type; typedef in struct:agg::rect_base
298 const self_type& normalize()
306 bool clip(const self_type& r)
325 bool overlaps(const self_type& r) const
H A Dagg_blur.h1174 typedef recursive_blur_calc_rgba<T> self_type; typedef in struct:agg::recursive_blur_calc_rgba
1191 const self_type& c1,
1192 const self_type& c2,
1193 const self_type& c3,
1194 const self_type& c4)
1218 typedef recursive_blur_calc_rgb<T> self_type; typedef in struct:agg::recursive_blur_calc_rgb
1234 const self_type& c1,
1235 const self_type& c2,
1236 const self_type& c3,
1237 const self_type
1259 typedef recursive_blur_calc_gray<T> self_type; typedef in struct:agg::recursive_blur_calc_gray
[all...]
H A Dagg_array.h51 typedef pod_auto_array<T, Size> self_type; typedef in class:agg::pod_auto_array
59 const self_type& operator = (const T* c)
82 typedef pod_auto_vector<T, Size> self_type; typedef in class:agg::pod_auto_vector
110 typedef pod_array<T> self_type; typedef in class:agg::pod_array
120 pod_array(const self_type& v) :
135 const self_type& operator = (const self_type& v)
H A Dagg_rasterizer_cells_aa.h63 typedef rasterizer_cells_aa<Cell> self_type; typedef in class:agg::rasterizer_cells_aa
97 rasterizer_cells_aa(const self_type&);
98 const self_type& operator = (const self_type&);
H A Dagg_renderer_outline_aa.h1349 typedef renderer_outline_aa<base_ren_type> self_type; typedef in class:agg::renderer_outline_aa
1411 cover_type covers[line_interpolator_aa_base<self_type>::max_half_width * 2 + 4];
1483 cover_type covers[line_interpolator_aa_base<self_type>::max_half_width * 2 + 4];
1560 line_interpolator_aa0<self_type> li(*this, lp);
1617 line_interpolator_aa1<self_type> li(*this, lp, sx, sy);
1685 line_interpolator_aa2<self_type> li(*this, lp, ex, ey);
1756 line_interpolator_aa3<self_type> li(*this, lp, sx, sy, ex, ey);
H A Dagg_path_storage.h44 typedef vertex_block_storage<T, BlockShift, BlockPool> self_type; typedef in class:agg::vertex_block_storage
48 vertex_block_storage(const self_type& v);
49 const self_type& operator = (const self_type& ps);
612 typedef path_base<VertexContainer> self_type; typedef in class:agg::path_base
H A Dagg_renderer_outline_image.h813 typedef renderer_outline_image<BaseRenderer, ImagePattern> self_type; typedef in class:agg::renderer_outline_image
921 line_interpolator_image<self_type> li(*this, lp,
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_u_subpix.h25 typedef scanline_u8_subpix self_type; typedef in class:agg::scanline_u8_subpix
121 scanline_u8_subpix(const self_type&);
122 const self_type& operator = (const self_type&);
H A Dagg_scanline_p_subpix.h31 typedef scanline_p8_subpix self_type; typedef in class:agg::scanline_p8_subpix
152 scanline_p8_subpix(const self_type&);
153 const self_type& operator = (const self_type&);
H A Dagg_scanline_p_subpix_avrg_filtering.h32 typedef scanline_p8_subpix self_type; typedef in class:agg::scanline_p8_subpix_avrg_filtering
180 scanline_p8_subpix_avrg_filtering(const self_type&);
181 const self_type& operator = (const self_type&);
H A Dagg_scanline_u_subpix_avrg_filtering.h27 typedef scanline_u8_subpix_avrg_filtering self_type; typedef in class:agg::scanline_u8_subpix_avrg_filtering
150 scanline_u8_subpix_avrg_filtering(const self_type&);
151 const self_type& operator = (const self_type&);

Completed in 87 milliseconds