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

12

/haiku/headers/libs/agg/
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_conv_close_polygon.h29 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_close_polygon
H A Dagg_rasterizer_outline.h32 void attach(Renderer& ren) { m_ren = &ren; } function in class:agg::rasterizer_outline
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
H A Dagg_span_pattern_rgba.h53 void attach(source_type& v) { m_src = &v; } function in class:agg::span_pattern_rgba
H A Dagg_conv_adaptor_vpgen.h29 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_adaptor_vpgen
H A Dagg_pixfmt_transposer.h36 void attach(pixfmt_type& pixf) { m_pixf = &pixf; } function in class:agg::pixfmt_transposer
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_rendering_buffer.h64 void attach(T* buf, unsigned width, unsigned height, int stride) function in class:agg::row_ptr_cache
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_curve.h68 void attach(VertexSource& source) { m_source = &source; } function in class:agg::conv_curve
H A Dagg_renderer_primitives.h45 void attach(base_ren_type& ren) { m_ren = &ren; } function in class:agg::renderer_primitives
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_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_image_accessors.h41 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_clip
119 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_no_clip
164 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_clone
242 void attach(const pixfmt_type& pixf) function in class:agg::image_accessor_wrap
/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc94 void fstreambase::attach(int fd) function in class:fstreambase
H A Dfilebuf.cc149 filebuf* filebuf::attach(int fd) function in class:filebuf
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_scanline_subpix.h61 void attach(base_ren_type& ren) function in class:agg::renderer_scanline_subpix_solid
H A Dagg_clipped_alpha_mask.h37 void attach(rendering_buffer& rbuf) function in class:agg::clipped_alpha_mask
42 void attach(rendering_buffer& rbuf, int x, int y, int8u outside) function in class:agg::clipped_alpha_mask
/haiku/headers/os/drivers/pcmcia/
H A Ddriver_ops.h62 dev_node_t *(*attach) (dev_locator_t *loc); member in struct:driver_operations
/haiku/src/kits/mail/
H A Db_mail_message.cpp105 BSimpleMailAttachment *attach = new BSimpleMailAttachment; local
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h39 int (*attach)(device_t dev); member in struct:device::__anon1780
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c110 int (*attach)(device_t, int); member in struct:ral_opns

Completed in 139 milliseconds

12