Searched refs:attach (Results 1 - 25 of 59) sorted by path

123

/haiku/headers/cpp/
H A Dfstream.h52 void attach(int fd);
H A Dstreambuf.h437 filebuf* attach(int fd);
/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_amask_adaptor.h73 return m_pixf->attach(pixf, x1, y1, x2, y2);
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
189 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
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
247 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
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
842 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
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
1786 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
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
2371 m_rbuf->attach(pixf.pix_ptr(r.x1, stride < 0 ? r.y2 : r.y1),
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
47 m_ren.attach(pixf);
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.h117 m_buf.attach(&m_data[0], m_width + m_dilation * 2,
827 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.h60 attach(buf, width, height, stride);
64 void attach(T* buf, unsigned width, unsigned height, int stride) function in class:agg::row_ptr_cache

Completed in 243 milliseconds

123