Searched refs:source (Results 51 - 75 of 606) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/icon/transformer/
H A DAffineTransformer.cpp28 AffineTransformer::AffineTransformer(VertexSource& source) argument
29 : Transformer(source, "Transformation"),
30 Affine(source, *this)
35 AffineTransformer::AffineTransformer(VertexSource& source, argument
37 : Transformer(source, archive),
38 Affine(source, *this)
60 AffineTransformer::Clone(VertexSource& source) const
62 AffineTransformer* clone = new (nothrow) AffineTransformer(source);
84 AffineTransformer::SetSource(VertexSource& source) argument
86 Transformer::SetSource(source);
[all...]
H A DContourTransformer.cpp29 ContourTransformer::ContourTransformer(VertexSource& source) argument
30 : Transformer(source, "Contour"),
31 Contour(source)
37 ContourTransformer::ContourTransformer(VertexSource& source, argument
39 : Transformer(source, archive),
40 Contour(source)
72 ContourTransformer::Clone(VertexSource& source) const
74 ContourTransformer* clone = new (nothrow) ContourTransformer(source);
102 ContourTransformer::SetSource(VertexSource& source) argument
104 Transformer::SetSource(source);
[all...]
/haiku-fatelf/src/libs/print/libprint/
H A DHalftone.cpp154 Halftone::Dither(uchar* destination, const uchar* source, int x, int y, argument
173 (this->*fDither)(destination, source, x, y, width);
207 const ColorRGB32* source = reinterpret_cast<const ColorRGB32*>(source0); local
221 c = *source;
231 if (c.little.red != source->little.red
232 || c.little.green != source->little.green
233 || c.little.blue != source->little.blue) {
234 c = *source;
237 source++;
252 if (c.little.red != source
327 const ColorRGB32 *source = reinterpret_cast<const ColorRGB32 *>(source0); local
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_concat.h31 void attach1(VS1& source) { m_source1 = &source; } argument
32 void attach2(VS2& source) { m_source2 = &source; } argument
/haiku-fatelf/headers/private/net/
H A Dethernet.h21 uint8 source[ETHER_ADDRESS_LENGTH]; member in struct:ether_header
/haiku-fatelf/src/add-ons/media/plugins/avi_reader/libOpenDML/
H A DStandardIndex.h5 * Redistribution and use in source and binary forms, with or without modification,
8 * * Redistributions of source code must retain the above copyright notice,
33 StandardIndex(BPositionIO *source, OpenDMLParser *parser);
/haiku-fatelf/src/apps/icon-o-matic/import_export/flat_icon/
H A DRDefExporter.h26 status_t _Export(const uint8* source,
H A DSourceExporter.h26 status_t _Export(const uint8* source,
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dcompress.c12 Compresses the source buffer into the destination buffer. The level
14 length of the source buffer. Upon entry, destLen is the total size of the
25 const Bytef *source,
32 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
65 const Bytef *source,
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
22 compress2( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) argument
62 compress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
/haiku-fatelf/src/servers/app/drawing/html5/
H A DNetSender.h20 StreamingRingBuffer *source);
/haiku-fatelf/src/servers/app/drawing/remote/
H A DNetSender.h20 StreamingRingBuffer *source);
/haiku-fatelf/src/tests/kits/net/icmp/
H A Dicmp_dumper.cpp34 struct sockaddr_in source; local
35 socklen_t addrLen = sizeof(source);
40 (struct sockaddr*)&source, &addrLen)) > 0) {
44 if (!inet_ntop(AF_INET, &source.sin_addr, host, sizeof(host)))
/haiku-fatelf/src/bin/rcs/
H A Drcstime.c64 str2time_checked(source, default_time, default_zone)
65 char const *source;
69 time_t t = str2time(source, default_time, default_zone);
71 faterror("unknown date/time: %s", source);
80 str2date(source, target)
81 char const *source;
85 str2time_checked(source, now(),
96 date2time(source)
97 char const source[datesize];
100 return str2time_checked(date2str(source,
[all...]
/haiku-fatelf/src/apps/installer/
H A DCopyEngine.h26 void ResetTargets(const char* source);
27 status_t CollectTargets(const char* source,
30 status_t CopyFolder(const char* source,
39 status_t _CollectCopyInfo(const char* source,
41 status_t _CopyFolder(const char* source,
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_unicode.c119 * The following source is based on Unicode's original source
146 * and if not, whether the problem was in the source or target buffers.
154 * sourceStart - pointer to a pointer to the source buffer.
177 * sequence is malformed. When "sourceIllegal" is returned, the source
224 UTF32* source = *sourceStart;
226 while (source < sourceEnd) {
231 ch = *source++;
236 --source; /* return to the illegal value itself */
259 *sourceStart = source;
380 UTF16* source = *sourceStart; local
451 pdc_islegalUTF8(UTF8 *source, int length) argument
497 UTF8* source = *sourceStart; local
[all...]
/haiku-fatelf/src/apps/cortex/addons/Flanger/
H A DFlangerNode.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
119 const media_source& source,
125 const media_source& source,
144 const media_source& source,
188 const media_source& source,
195 const media_source& source,
201 const media_source& source,
208 const media_source& source,
213 const media_source& source,
[all...]
H A DFlangerNode.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
246 m_input.source = media_source::null;
251 m_output.source.port = ControlPort();
252 m_output.source.id = ID_AUDIO_MIX_OUTPUT;
330 status_t err = SendBuffer(pBuffer, m_output.source, m_output.destination);
344 FlangerNode::Connected(const media_source& source, argument
349 "\tto source %ld\n", source.id));
356 if(m_input.source !
372 Disconnected( const media_source& source, const media_destination& destination) argument
417 FormatChanged( const media_source& source, const media_destination& destination, int32 changeTag, const media_format& newFormat) argument
514 AdditionalBufferRequested( const media_source& source, media_buffer_id previousBufferID, bigtime_t previousTime, const media_seek_tag* pPreviousTag) argument
524 Connect( status_t status, const media_source& source, const media_destination& destination, const media_format& format, char* pioName) argument
581 Disconnect( const media_source& source, const media_destination& destination) argument
615 EnableOutput( const media_source& source, bool enabled, int32* _deprecated_) argument
628 FormatChangeRequested( const media_source& source, const media_destination& destination, media_format* pioFormat, int32* _deprecated_) argument
641 FormatProposal( const media_source& source, media_format* pioFormat) argument
713 LatencyChanged( const media_source& source, const media_destination& destination, bigtime_t newLatency, uint32 flags) argument
744 LateNoticeReceived( const media_source& source, bigtime_t howLate, bigtime_t tpWhen) argument
779 PrepareToConnect( const media_source& source, const media_destination& destination, media_format* pioFormat, media_source* poSource, char* poName) argument
831 SetBufferGroup( const media_source& source, BBufferGroup* pGroup) argument
863 VideoClippingChanged( const media_source& source, int16 numShorts, int16* pClipData, const media_video_display_info& display, int32* poFromChangeTag) argument
[all...]
/haiku-fatelf/src/apps/cortex/addons/common/
H A DAudioFilterNode.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
243 const media_source& source,
249 const media_source& source,
268 const media_source& source,
312 const media_source& source,
319 const media_source& source,
325 const media_source& source,
332 const media_source& source,
337 const media_source& source,
[all...]
/haiku-fatelf/src/kits/locale/
H A DTimeZone.cpp78 BTimeZone& BTimeZone::operator=(const BTimeZone& source) argument
81 fICUTimeZone = source.fICUTimeZone == NULL
83 : source.fICUTimeZone->clone();
84 fICULocale = source.fICULocale == NULL
86 : source.fICULocale->clone();
87 fInitStatus = source.fInitStatus;
88 fInitializedFields = source.fInitializedFields;
89 fZoneID = source.fZoneID;
90 fName = source.fName;
91 fDaylightSavingName = source
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtriostr.h45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_
[all...]
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
115 const media_source &source,
118 : source(source),
125 media_source source; member in struct:connection_window
157 const media_source &source,
159 : source(source),
165 media_source source; member in struct:output_window
114 connection_window( const media_source &source, const media_destination &destination, BWindow *window) argument
156 output_window( const media_source &source, BWindow *window) argument
552 media_source source; local
583 media_source source; local
614 const media_source source = *reinterpret_cast<const media_source *>(data); local
774 _findWindowFor( const media_source &source, const media_destination &destination, BWindow **outWindow) argument
797 _removeWindowFor( const media_source &source, const media_destination &destination) argument
892 _findWindowFor( const media_source &source, BWindow **outWindow) argument
913 _removeWindowFor( const media_source &source) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-source.c1 /* TUI display source window.
30 #include "source.h"
37 #include "tui/tui-source.h"
42 /* Function to display source in the source window. */
124 cur_line])->which_element.source.line;
140 element->which_element.source.line_or_addr.line_no =
142 element->which_element.source.is_exec_point =
202 cur_line])->which_element.source.line,
207 cur_line])->which_element.source
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dsequence.c121 stp_sequence_copy(stp_sequence_t *dest, const stp_sequence_t *source) argument
124 CHECK_SEQUENCE(source);
126 dest->recompute_range = source->recompute_range;
127 dest->blo = source->blo;
128 dest->bhi = source->bhi;
129 dest->rlo = source->rlo;
130 dest->rhi = source->rhi;
131 dest->size = source->size;
132 dest->data = stp_zalloc(sizeof(double) * source->size);
133 memcpy(dest->data, source
137 stp_sequence_reverse(stp_sequence_t *dest, const stp_sequence_t *source) argument
[all...]
/haiku-fatelf/src/tests/kits/support/
H A DByteOrderTest.cpp271 #define TEST(type, source, target) \
272 memcpy(target, source, sizeof(source)); \
276 CHK(!memcmp(target, source, sizeof(source))); \
278 CHK(!memcmp(target, source, sizeof(source))); \
281 CHK(memcmp(target, source, sizeof(source))); \
283 CHK(!memcmp(target, source, sizeo
[all...]
/haiku-fatelf/headers/os/support/
H A DUTF8.h50 status_t convert_to_utf8(uint32 sourceEncoding, const char* source,
54 status_t convert_from_utf8(uint32 destEncoding, const char* source,

Completed in 237 milliseconds

1234567891011>>