Searched refs:fSource (Results 1 - 25 of 49) sorted by relevance

12

/haiku/src/libs/icon/transformer/
H A DPathTransformer.h27 : fSource(&source) {}
32 { fSource->rewind(path_id); }
34 { return fSource->vertex(x, y); }
37 { fSource = &source; }
40 { return fSource->WantsOpenPaths(); }
42 { return fSource->ApproximationScale(); }
45 VertexSource* fSource; member in class:PathTransformer
H A DPerspectiveTransformer.cpp79 PathTransformer(*other.fSource),
80 Perspective(*fSource, *this),
165 return fSource->ApproximationScale() * scale();
226 agg::bounding_rect(*fSource, pathID, 0, 1, &left, &top, &right, &bottom);
/haiku/src/kits/media/
H A DReaderPlugin.cpp16 fSource(NULL),
58 return fSource;
65 fSource = source;
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.h28 StreamingRingBuffer * fSource; member in class:NetSender
H A DNetSender.cpp26 fSource(source),
57 int32 readSize = fSource->Read(buffer, sizeof(buffer), true);
H A DRemoteMessage.h194 StreamingRingBuffer* fSource; member in class:RemoteMessage
209 fSource(source),
309 if (fSource == NULL)
312 int32 readSize = fSource->Read(&value, sizeof(T));
/haiku/src/kits/app/
H A DMessageFilter.cpp18 fSource(B_ANY_SOURCE),
31 fSource(source),
44 fSource(source),
74 fSource = from.MessageSource();
100 return fSource;
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp22 fSource(source),
32 fSource->AcquireReference();
39 fSource->ReleaseReference();
108 ssize_t bytesRead = fSource->Read(address, fBuffer[i], fBufferSize);
121 ElfSymbolLookupSource* fSource; member in struct:CachedSymbolLookupSource
142 fSource(NULL),
167 if (source == fSource)
170 if (fSource != NULL)
171 fSource->ReleaseReference();
173 fSource
306 ElfSymbolLookupSource* fSource; member in class:ElfSymbolLookupImpl
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioVolumeConverter.cpp57 fSource(NULL),
65 fSource = source;
77 return fSource->InitialLatency();
92 status_t ret = fSource->Read(buffer, pos, frames);
102 switch (fSource->Format().u.raw_audio.format) {
154 if (error == B_OK && !fSource)
157 error = fSource->InitCheck();
165 return fSource;
H A DAudioChannelConverter.h32 AudioReader* fSource; member in class:AudioChannelConverter
H A DAudioFormatConverter.h33 AudioReader* fSource; member in class:AudioFormatConverter
H A DAudioVolumeConverter.h34 AudioReader* fSource; member in class:AudioVolumeConverter
H A DAudioResampler.cpp76 fSource(NULL),
87 fSource(NULL),
92 if (fSource)
105 return fSource->InitialLatency();
125 return fSource->Read(buffer, sourcePos, sourceFrames);
145 error = fSource->Read(inBuffer, sourcePos, sourceFrames);
150 double inFrameRate = fSource->Format().u.raw_audio.frame_rate;
189 if (error == B_OK && !fSource)
217 fSource = source;
240 return fSource;
[all...]
H A DAudioChannelConverter.cpp76 fSource(source)
91 return fSource->InitialLatency();
104 int32 inChannels = fSource->Format().u.raw_audio.channel_count;
108 int32 inSampleSize = fSource->Format().u.raw_audio.format
113 TRACE(" fSource->Read()\n");
114 status_t ret = fSource->Read(inBuffer, pos, frames);
155 if (error == B_OK && !fSource)
164 return fSource;
H A DAudioFormatConverter.cpp154 fSource(NULL)
174 fSource = source;
186 return fSource->InitialLatency();
200 if (fFormat.u.raw_audio.format == fSource->Format().u.raw_audio.format
202 == fSource->Format().u.raw_audio.byte_order) {
204 return fSource->Read(buffer, pos, frames);
207 int32 inSampleSize = fSource->Format().u.raw_audio.format
219 string_for_format(fSource->Format(), formatString, 256);
222 "byte order: %lu\n", fSource->Format().u.raw_audio.format,
224 fSource
[all...]
H A DAudioAdapter.h42 AudioReader* fSource; member in class:AudioAdapter
H A DAudioAdapter.cpp29 fSource(source),
74 fSource = NULL;
89 return fSource->InitialLatency();
122 return fSource;
H A DAudioResampler.h50 AudioReader* fSource; member in class:AudioResampler
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.h57 BPositionIO *Source() { return fSource; }
60 BPositionIO * fSource; member in class:auReader
/haiku/src/apps/serialconnect/
H A DXModem.cpp33 : fSource(source),
54 delete fSource;
157 if (fSource->Read(fBuffer, kBlockSize) > 0) {
H A DXModem.h37 BDataIO* fSource; member in class:XModemSender
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.h56 NSVGimage* fSource; member in class:DocumentBuilder
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.cpp25 fSource(C_THEATER_TUNER),
H A DTheater.h97 theater_source fSource; member in class:CTheater
/haiku/headers/os/app/
H A DMessageFilter.h80 message_source fSource; member in class:BMessageFilter

Completed in 182 milliseconds

12