Searched refs:source (Results 51 - 75 of 489) sorted by last modified time

1234567891011>>

/haiku/src/libs/icon/transformer/
H A DPathTransformer.h26 PathTransformer(VertexSource& source) argument
27 : fSource(&source) {}
36 virtual void SetSource(VertexSource& source) argument
37 { fSource = &source; }
H A DContourTransformer.cpp29 ContourTransformer::ContourTransformer(VertexSource& source) argument
31 PathTransformer(source),
32 Contour(source)
38 ContourTransformer::ContourTransformer(VertexSource& source, argument
41 PathTransformer(source),
42 Contour(source)
104 ContourTransformer::SetSource(VertexSource& source) argument
106 PathTransformer::SetSource(source);
107 Contour::attach(source);
H A DAffineTransformer.cpp28 AffineTransformer::AffineTransformer(VertexSource& source) argument
30 PathTransformer(source),
31 Affine(source, *this)
36 AffineTransformer::AffineTransformer(VertexSource& source, argument
39 PathTransformer(source),
40 Affine(source, *this)
86 AffineTransformer::SetSource(VertexSource& source) argument
88 PathTransformer::SetSource(source);
89 Affine::attach(source);
H A DTransformerFactory.cpp28 TransformerFactory::TransformerFor(uint32 type, VertexSource& source, Shape* shape) argument
32 return new AffineTransformer(source);
34 return new PerspectiveTransformer(source, shape);
36 return new ContourTransformer(source);
38 return new StrokeTransformer(source);
46 TransformerFactory::TransformerFor(BMessage* message, VertexSource& source, Shape* shape) argument
50 return new AffineTransformer(source, message);
52 return new PerspectiveTransformer(source, shape, message);
54 return new ContourTransformer(source, message);
56 return new StrokeTransformer(source, messag
[all...]
H A DTransformerFactory.h39 VertexSource& source,
43 VertexSource& source,
H A DStrokeTransformer.h33 VertexSource& source);
35 VertexSource& source,
47 virtual void SetSource(VertexSource& source);
H A DPerspectiveTransformer.h59 VertexSource& source,
62 VertexSource& source,
77 virtual void SetSource(VertexSource& source);
H A DContourTransformer.h33 VertexSource& source);
35 VertexSource& source,
47 virtual void SetSource(VertexSource& source);
H A DAffineTransformer.h36 VertexSource& source);
38 VertexSource& source,
50 virtual void SetSource(VertexSource& source);
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp12 DataIOUtils::CopyAll(BDataIO* target, BDataIO* source) argument
19 result = source->ReadExactly(buffer, BUFFER_SIZE, &sizeRead);
H A DDataIOUtils.h14 static status_t CopyAll(BDataIO* target, BDataIO* source);
18 /*! This is a data source (read only) that is restricted to a certain size. An
22 constrained quantity of data from the delegate data source. This prevents
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp442 _ReadTransformer(LittleEndianBuffer& buffer, VertexSource& source, Shape* shape) argument
451 = new (nothrow) AffineTransformer(source);
468 = new (nothrow) ContourTransformer(source);
486 = new (nothrow) PerspectiveTransformer(source, shape);
503 = new (nothrow) StrokeTransformer(source);
647 // path source shape
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
536 res_setoptions(res_state statp, const char *options, const char *source) argument
546 options, source);
603 options, source);
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
42 * Redistribution and use in source and binary forms, with or without
45 * 1. Redistributions of source code must retain the above copyright
140 /* Database, source mappings. */
296 _nsloadmod(const char *source, nss_module_register_fn reg_fn) argument
304 mod.name = strdup(source);
409 printf("%s (%d source%s):", dbt->name, dbt->srclistsize,
556 _nsmethod(const char *source, const char *database, const char *method, argument
565 if (strcasecmp(source, disp_ta
[all...]
/haiku/src/libs/icon/shape/
H A DShape.cpp434 ::VertexSource& source = const_cast<Shape*>(this)->VertexSource(); local
436 transformedSource(source, *this);
452 ::VertexSource* source = &fPathSource; local
458 t->SetSource(*source);
459 source = t;
464 fPathSource.Update(source->WantsOpenPaths(),
465 source->ApproximationScale());
469 return *source;
/haiku/src/libs/icon/
H A DIconRenderer.cpp360 source_type source(pixf_img, background);
365 span_gen_type spanGenerator(source, interpolator);
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
710 // retrieve input/output matching the given destination/source.
712 // or source don't correspond to this node.
723 const media_source& source; member in class:match_output_source
724 match_output_source(const media_source& _source) : source(_source) {}
726 return output.source == source;
1679 // set time source
H A DNodeManager.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
166 // PRINT(("# source: %ld\n", connections[n].sourceNode()));
283 " source node: %ld\n"
284 " source id: %ld\n"
285 " source port: %ld\n"
290 connection->source().id, connection->source().port,
298 connection->source(),
490 // fetches Connection corresponding to a given source/destinatio
494 findConnection( media_node_id node, const media_source& source, Connection* outConnection) const argument
689 findConnection( const media_source& source, Connection* outConnection) const argument
2301 media_source source; local
2362 media_source* source; local
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1005 while (VMCache* source = cache->source) {
1006 source->Lock();
1007 source->AcquireRefLocked();
1009 cache = source;
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp473 PCL6Driver::_MediaSource(JobData::PaperSource source) argument
475 switch (source) {
/haiku/src/apps/cortex/support/
H A DMediaString.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
87 list = B_TRANSLATE("Time source");
93 last = B_TRANSLATE("Time source");
524 const media_source &source,
529 if ((source.port != media_source::null.port)
530 && (source.id != media_source::null.id)) {
532 << source.port << ", "
534 << source.id;
523 getStringFor( const media_source &source, bool complete) argument
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp94 a job, and the external event source.
96 There is one object per registered event source, and it keeps all jobs that
97 reference the event as listeners. If the event source triggers the event,
102 ExternalEventSource(BMessenger& source,
281 ExternalEventSource::ExternalEventSource(BMessenger& source, argument
284 fSource(source),
460 // Even if we failed to find a matching source, we do not want to return an error,
1025 message.AddMessenger("source", eventSource->Source());
1053 BMessenger source; local
1055 && message->FindMessenger("source",
1098 BMessenger source; local
[all...]
/haiku/headers/os/kernel/
H A DOS.h101 uint32 addressSpec, uint32 protection, area_id source);
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp72 addr_t _SourceToVirtual(addr_t source);
73 addr_t _SourceToCompare(addr_t source);
358 Test::_SourceToVirtual(addr_t source) argument
361 if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE)
362 return source - fSuite.SecondPhysicalDataBase() + fSuite.DataBase();
364 return source - fSuite.PhysicalDataBase() + fSuite.DataBase();
367 return source;
372 Test::_SourceToCompare(addr_t source) argument
375 if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE) {
376 return source
[all...]
/haiku/src/tests/kits/media/wav_reader_test/
H A Dmain.cpp37 TRACE("main: opening source file...\n");
39 BDataIO *source; local
41 source = new BFile(argc == 2 ? argv[1] : FILENAME, O_RDWR);
43 source = new FileDataIO(argc == 2 ? argv[1] : FILENAME, O_RDWR);
47 reader->Setup(source);
137 delete source;

Completed in 301 milliseconds

1234567891011>>