Searched defs:source (Results 51 - 75 of 267) sorted by relevance

1234567891011

/haiku/src/servers/app/
H A DSimpleTransform.h187 void Apply(BPoint* destination, const BPoint* source, int32 count) const argument
198 void Apply(BRect* destination, const BRect* source, int32 count) const argument
209 void Apply(BRegion* destination, const BRegion* source, int32 count) const argument
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp55 uint8 *source = (uint8 *)input->Data(); local
/haiku/src/kits/media/
H A DReaderPlugin.cpp63 Reader::Setup(BDataIO *source) argument
/haiku/src/servers/media/
H A DNotificationManager.cpp176 const media_source *source; local
H A DBufferManager.cpp238 area_id source = fSourceInfoMap.Get(clone); local
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp168 VMAnonymousNoSwapCache* source local
/haiku/src/kits/interface/
H A DPolygon.cpp111 BPolygon::MapTo(BRect source, BRect destination) argument
213 BPolygon::_MapPoint(BPoint* point, const BRect& source, argument
224 BPolygon::_MapRectangle(BRect* rect, const BRect& source, argument
[all...]
/haiku/headers/private/media/experimental/
H A DMediaClientDefs.h85 media_source source; member in struct:BPrivate::media::media_connection
/haiku/src/apps/serialconnect/
H A DXModem.cpp32 XModemSender::XModemSender(BDataIO* source, BSerialPort* sink, BHandler* listener) argument
/haiku/src/kits/locale/
H A DLanguage.cpp214 BLanguage::operator=(const BLanguage& source) argument
/haiku/src/bin/keymap/
H A Dmain.cpp58 load_keymap(Keymap& keymap, const char* name, bool source) argument
/haiku/src/kits/translation/
H A DBitmapStream.cpp76 void *source; local
254 BBitmapStream::SwapHeader(const TranslatorBitmap* source, argument
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioChannelConverter.cpp73 AudioChannelConverter::AudioChannelConverter(AudioReader* source, argument
/haiku/src/tests/kits/media/mp3_reader_test/
H A Dmain.cpp39 BDataIO *source; local
/haiku/src/tests/kits/media/wav_reader_test/
H A Dmain.cpp39 BDataIO *source; local
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp12 DataIOUtils::CopyAll(BDataIO* target, BDataIO* source) argument
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp29 ContourTransformer::ContourTransformer(VertexSource& source) argument
38 ContourTransformer::ContourTransformer(VertexSource& source, argument
104 ContourTransformer::SetSource(VertexSource& source) argument
H A DStrokeTransformer.cpp29 StrokeTransformer::StrokeTransformer(VertexSource& source) argument
37 StrokeTransformer::StrokeTransformer(VertexSource& source, argument
108 StrokeTransformer::SetSource(VertexSource& source) argument
/haiku/src/add-ons/translators/pcx/
H A DPCXTranslator.cpp120 PCXTranslator::DerivedTranslate(BPositionIO *source, argument
H A DPCX.cpp75 convert_data_to_bits(pcx_header &header, StreamBuffer &source, argument
257 PCX::convert_pcx_to_bits(BMessage *settings, BPositionIO &source, BPositionIO &target) argument
/haiku/src/apps/cortex/NodeManager/
H A DConnection.h106 const media_source& source() const { return m_source; } function in class:Connection
/haiku/src/apps/cortex/addons/audioOps/
H A DAudioAdapterOp.cpp102 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceFrame, uint32& destinationFrame, uint32 framesRequired, bigtime_t performanceTime) argument
172 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceFrame, uint32& destinationFrame, uint32 framesRequired, bigtime_t performanceTime) argument
237 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceFrame, uint32& destinationFrame, uint32 framesRequired, bigtime_t performanceTime) argument
296 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceFrame, uint32& destinationFrame, uint32 framesRequired, bigtime_t performanceTime) argument
356 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceFrame, uint32& destinationFrame, uint32 framesRequired, bigtime_t performanceTime) argument
419 process( const AudioBuffer& source, AudioBuffer& destination, double& sourceFrame, uint32& destinationFrame, uint32 framesRequired, bigtime_t performanceTime) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp193 BView* source; local
/haiku/src/kits/game/
H A DGameSoundBuffer.h23 media_source source; member in struct:Connection
/haiku/src/libs/print/libprint/
H A DPackBits.cpp48 static int Run(unsigned char* destination, const unsigned char* source, int n) argument
146 int pack_bits_size(const unsigned char* source, int size) argument
152 int pack_bits(unsigned char* destination, const unsigned char* source, int size) argument
180 unsigned char* source = new unsigned char[size]; local
[all...]

Completed in 134 milliseconds

1234567891011