Searched defs:attach (Results 1 - 25 of 40) sorted by path

12

/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h62 void attach(rendering_buffer& rbuf) { m_rbuf = &rbuf; } function in class:agg::alpha_mask_u8
366 void attach(rendering_buffer& rbuf) { m_rbuf = &rbuf; } function in class:agg::amask_no_clip_u8
H A Dagg_conv_adaptor_vcgen.h52 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_adaptor_vcgen
H A Dagg_conv_adaptor_vpgen.h29 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_adaptor_vpgen
H A Dagg_conv_close_polygon.h29 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_close_polygon
H A Dagg_conv_curve.h68 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_curve
H A Dagg_conv_transform.h34 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_transform
H A Dagg_conv_unclose_polygon.h28 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_unclose_polygon
H A Dagg_pixfmt_gray.h179 void attach(rbuf_type& rb) { m_rbuf = &rb; } function in class:agg::pixfmt_alpha_blend_gray
183 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h237 void attach(rbuf_type& rb) { m_rbuf = &rb; } function in class:agg::pixfmt_alpha_blend_rgb
241 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h832 void attach(rbuf_type& rb) { m_rbuf = &rb; } function in class:agg::pixfmt_alpha_blend_rgb_packed
836 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1776 void attach(rbuf_type& rb) { m_rbuf = &rb; } function in class:agg::pixfmt_alpha_blend_rgba
1780 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) function in class:agg::pixfmt_alpha_blend_rgba
2361 void attach(rbuf_type& rb) { m_rbuf = &rb; } function in class:agg::pixfmt_custom_blend_rgba
2365 bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2) function in class:agg::pixfmt_custom_blend_rgba
H A Dagg_pixfmt_transposer.h36 void attach(pixfmt_type& pixf) { m_pixf = &pixf; } function in class:agg::pixfmt_transposer
H A Dagg_rasterizer_outline.h32 void attach(Renderer& ren) { m_ren = &ren; } function in class:agg::rasterizer_outline
H A Dagg_rasterizer_outline_aa.h97 void attach(Renderer& ren) { m_ren = &ren; } function in class:agg::rasterizer_outline_aa
H A Dagg_renderer_base.h43 void attach(pixfmt_type& ren) function in class:agg::renderer_base
H A Dagg_renderer_mclip.h45 void attach(pixfmt_type& pixf) function in class:agg::renderer_mclip
H A Dagg_renderer_outline_aa.h1359 void attach(base_ren_type& ren) { m_ren = &ren; } function in class:agg::renderer_outline_aa
H A Dagg_renderer_outline_image.h827 void attach(base_ren_type& ren) { m_ren = &ren; } function in class:agg::renderer_outline_image
H A Dagg_renderer_primitives.h45 void attach(base_ren_type& ren) { m_ren = &ren; } function in class:agg::renderer_primitives
H A Dagg_renderer_raster_text.h38 void attach(ren_type& ren) { m_ren = &ren; } function in class:agg::renderer_raster_htext_solid
H A Dagg_renderer_scanline.h115 void attach(base_ren_type& ren) function in class:agg::renderer_scanline_aa_solid
212 void attach(base_ren_type& ren, function in class:agg::renderer_scanline_aa
315 void attach(base_ren_type& ren) function in class:agg::renderer_scanline_bin_solid
403 void attach(base_ren_type& ren, function in class:agg::renderer_scanline_bin
H A Dagg_rendering_buffer.h64 void attach(T* buf, unsigned width, unsigned height, int stride) function in class:agg::row_ptr_cache
H A Dagg_span_image_filter.h49 void attach(source_type& v) { m_src = &v; } function in class:agg::span_image_filter
H A Dagg_span_pattern_gray.h53 void attach(source_type& v) { m_src = &v; } function in class:agg::span_pattern_gray
H A Dagg_span_pattern_rgb.h54 void attach(source_type& v) { m_src = &v; } function in class:agg::span_pattern_rgb

Completed in 195 milliseconds

12