Searched refs:source (Results 1 - 25 of 487) sorted by path

1234567891011>>

/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h83 // Sets the current stream to source or destination
91 // order to access the attributes of the source file; store or load
101 virtual status_t SetSource(const BFile * source);
102 virtual status_t SetSource(const entry_ref * source, int32 flags = 0);
103 virtual status_t SetSource(const BDataIO * source);
105 virtual status_t SetDestination(const BFile * source);
106 virtual status_t SetDestination(const entry_ref * source, int32 flags = 0);
107 virtual status_t SetDestination(const BDataIO * source);
166 // this function returns, the source object should be
H A DMediaFileProducer.h131 const media_source & source,
173 const media_source & source,
198 const media_source & source,
204 const media_source & source,
/haiku/docs/interface_guidelines/docbook-css/
H A Dopera.css19 -o-link-source: current;
/haiku/headers/build/
H A DHaikuBuildCompatibility.h7 with the current Haiku source anymore).
10 kludges in our source files at a minimum.
117 extern size_t strlcat(char *dest, const char *source, size_t length);
118 extern size_t strlcpy(char *dest, const char *source, size_t length);
/haiku/headers/build/os/interface/
H A DBitmap.h43 BBitmap(const BBitmap *source, bool acceptsViews = false,
/haiku/headers/compatibility/gnu/
H A Dstring.h19 extern void *memmem(const void *source, size_t sourceLength,
/haiku/headers/libs/agg/
H A Dagg_conv_adaptor_vcgen.h48 conv_adaptor_vcgen(VertexSource& source) : argument
49 m_source(&source),
52 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_conv_adaptor_vpgen.h28 conv_adaptor_vpgen(VertexSource& source) : m_source(&source) {} argument
29 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_conv_close_polygon.h29 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_conv_concat.h31 void attach1(VS1& source) { m_source1 = &source; } argument
32 void attach2(VS2& source) { m_source2 = &source; } argument
H A Dagg_conv_curve.h66 conv_curve(VertexSource& source) : argument
67 m_source(&source), m_last_x(0.0), m_last_y(0.0) {}
68 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_conv_transform.h32 conv_transform(VertexSource& source, const Transformer& tr) : argument
33 m_source(&source), m_trans(&tr) {}
34 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_conv_unclose_polygon.h28 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_span_image_filter.h52 source_type& source() { return *m_src; } function in class:agg::span_image_filter
53 const source_type& source() const { return *m_src; } function in class:agg::span_image_filter
H A Dagg_span_image_filter_gray.h68 base_type::source().span(x >> image_subpixel_shift,
131 fg_ptr = (const value_type*)base_type::source().span(x_lr, y_lr, 2);
134 fg_ptr = (const value_type*)base_type::source().next_x();
137 fg_ptr = (const value_type*)base_type::source().next_y();
140 fg_ptr = (const value_type*)base_type::source().next_x();
194 int maxx = base_type::source().width() - 1;
195 int maxy = base_type::source().height() - 1;
217 fg_ptr = (const value_type*)base_type::source().row_ptr(y_lr) + x_lr;
223 fg_ptr = (const value_type*)base_type::source().row_ptr(y_lr) + x_lr;
254 *((const value_type*)base_type::source()
[all...]
H A Dagg_span_image_filter_rgb.h69 base_type::source().span(x >> image_subpixel_shift,
141 fg_ptr = (const value_type*)base_type::source().span(x_lr, y_lr, 2);
148 fg_ptr = (const value_type*)base_type::source().next_x();
154 fg_ptr = (const value_type*)base_type::source().next_y();
160 fg_ptr = (const value_type*)base_type::source().next_x();
224 int maxx = base_type::source().width() - 1;
225 int maxy = base_type::source().height() - 1;
252 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
267 base_type::source().row_ptr(y_lr) + x_lr + x_lr + x_lr;
310 base_type::source()
[all...]
H A Dagg_span_image_filter_rgba.h69 base_type::source().span(x >> image_subpixel_shift,
144 fg_ptr = (const value_type*)base_type::source().span(x_lr, y_lr, 2);
152 fg_ptr = (const value_type*)base_type::source().next_x();
159 fg_ptr = (const value_type*)base_type::source().next_y();
166 fg_ptr = (const value_type*)base_type::source().next_x();
230 int maxx = base_type::source().width() - 1;
231 int maxy = base_type::source().height() - 1;
260 base_type::source().row_ptr(y_lr) + (x_lr << 2);
277 base_type::source().row_ptr(y_lr) + (x_lr << 2);
322 base_type::source()
[all...]
H A Dagg_span_pattern_gray.h54 source_type& source() { return *m_src; } function in class:agg::span_pattern_gray
55 const source_type& source() const { return *m_src; } function in class:agg::span_pattern_gray
H A Dagg_span_pattern_rgb.h55 source_type& source() { return *m_src; } function in class:agg::span_pattern_rgb
56 const source_type& source() const { return *m_src; } function in class:agg::span_pattern_rgb
H A Dagg_span_pattern_rgba.h54 source_type& source() { return *m_src; } function in class:agg::span_pattern_rgba
55 const source_type& source() const { return *m_src; } function in class:agg::span_pattern_rgba
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h82 void _RotateInto(BBitmap* target, const BBitmap* source);
H A DHalftone.h34 typedef void (Halftone::*PFN_dither)(uchar* destination, const uchar* source,
73 void Dither(uchar *destination, const uchar *source, int x,
96 void DitherRGB32(uchar* destination, const uchar* source,
104 const uchar* source, int x, int y, int width);
H A DPackBits.h9 int pack_bits_size(const unsigned char* source, int size);
10 int pack_bits(unsigned char* destination, const unsigned char* source,
/haiku/headers/os/app/
H A DMessageFilter.h48 message_source source, filter_hook func = NULL);
50 message_source source, uint32 what,
/haiku/headers/os/interface/
H A DPolygon.h29 void MapTo(BRect source, BRect destination);
44 void _MapPoint(BPoint* point, const BRect& source,
46 void _MapRectangle(BRect* rect, const BRect& source,

Completed in 102 milliseconds

1234567891011>>