Home
last modified time | relevance | path

Searched +defs:Import +defs:r (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dcolor4.h77 inline void Import(const Color4<Q> & b ) in Import() function
86 inline void Import(const Point4<Q> & b ) in Import() function
174 float r,g,b; in SetHSVColor() local
236 int r =range; variable
277 inline void Color4<float>::Import(const Color4<unsigned char> &b) in Import() function
295 inline void Color4<unsigned char>::Import(const Color4<float> &b) in Import() function
304 inline void Color4<unsigned char>::Import(const Point4<float> &b) in Import() function
425 unsigned short r = cc[0]/8; in ToUnsignedB5G5R5() local
435 unsigned short r = cc[0]/8; in ToUnsignedR5G5B5() local
446 unsigned short r = val % 32 *8; in FromUnsignedR5G5B5() local
[all …]
H A Dray3.h131 inline void Import( const Ray3<Q,K> & b ) in Import() function
174 Ray3(const Ray3<ScalarType,!NORM > &r) in Ray3()
195 Point3<ScalarType> ClosestPoint( Ray3<ScalarType,NORM> r, const Point3<ScalarType> & p) in ClosestPoint()
H A Dray2.h125 inline void Import( const Ray2<Q,K> & b ) in Import() function
168 Ray2(const Ray2<ScalarType,!NORM > &r) in Ray2()
189 Point2<ScalarType> ClosestPoint( Ray2<ScalarType,NORM> r, const Point2<ScalarType> & p) in ClosestPoint()
H A Dline3.h140 inline void Import( const Line3<Q,K> & b ) in Import() function
183 Line3 (const Line3<ScalarType,!NORM > &r) in Line3()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dcolor4.h77 inline void Import(const Color4<Q> & b ) in Import() function
86 inline void Import(const Point4<Q> & b ) in Import() function
174 float r,g,b; in SetHSVColor() local
236 int r =range; variable
276 inline void Color4<float>::Import(const Color4<unsigned char> &b) in Import() function
294 inline void Color4<unsigned char>::Import(const Color4<float> &b) in Import() function
303 inline void Color4<unsigned char>::Import(const Point4<float> &b) in Import() function
424 unsigned short r = cc[0]/8; in ToUnsignedB5G5R5() local
434 unsigned short r = cc[0]/8; in ToUnsignedR5G5B5() local
445 unsigned short r = val % 32 *8; in FromUnsignedR5G5B5() local
[all …]
H A Dray2.h125 inline void Import( const Ray2<Q,K> & b ) in Import() function
168 Ray2(const Ray2<ScalarType,!NORM > &r) in Ray2()
189 Point2<ScalarType> ClosestPoint( Ray2<ScalarType,NORM> r, const Point2<ScalarType> & p) in ClosestPoint()
H A Dray3.h131 inline void Import( const Ray3<Q,K> & b ) in Import() function
174 Ray3(const Ray3<ScalarType,!NORM > &r) in Ray3()
195 Point3<ScalarType> ClosestPoint( Ray3<ScalarType,NORM> r, const Point3<ScalarType> & p) in ClosestPoint()
H A Dline3.h140 inline void Import( const Line3<Q,K> & b ) in Import() function
183 Line3 (const Line3<ScalarType,!NORM > &r) in Line3()
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dimport.go21 r "reflect" packageName
170 func (c *Comp) Import(node ast.Spec) { func
205 func (c *Comp) declImport0(name string, imp *Import) {
215 func (c *Comp) declDotImport0(imp *Import) {
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DImportAssetsTag.h42 typedef std::pair<int, std::string> Import; typedef
46 const RunResources& r) in loader()
70 const RunResources& r) in ImportAssetsTag()
76 const RunResources& r) { in read()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dimports.rs66 crate struct Import<'a> { struct
67 pub kind: ImportKind<'a>, argument
80 pub id: NodeId,
87 pub root_id: NodeId,
112 impl<'a> Import<'a> { impl
628 pub r: &'a mut Resolver<'b>, field
/dports/security/py-gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dimportresult.cpp45 Private(const _gpgme_op_import_result &r) : res(r) in Private()
183 GpgME::Import::Import(const std::shared_ptr<ImportResult::Private> &parent, unsigned int i) in Import() function in GpgME::Import
189 GpgME::Import::Import() : d(), idx(0) {} in Import() function in GpgME::Import
/dports/security/gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dimportresult.cpp45 Private(const _gpgme_op_import_result &r) : res(r) in Private()
183 GpgME::Import::Import(const std::shared_ptr<ImportResult::Private> &parent, unsigned int i) in Import() function in GpgME::Import
189 GpgME::Import::Import() : d(), idx(0) {} in Import() function in GpgME::Import
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/cpp/src/
H A Dimportresult.cpp45 Private(const _gpgme_op_import_result &r) : res(r) in Private()
183 GpgME::Import::Import(const std::shared_ptr<ImportResult::Private> &parent, unsigned int i) in Import() function in GpgME::Import
189 GpgME::Import::Import() : d(), idx(0) {} in Import() function in GpgME::Import
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/cpp/src/
H A Dimportresult.cpp45 Private(const _gpgme_op_import_result &r) : res(r) in Private()
183 GpgME::Import::Import(const std::shared_ptr<ImportResult::Private> &parent, unsigned int i) in Import() function in GpgME::Import
189 GpgME::Import::Import() : d(), idx(0) {} in Import() function in GpgME::Import
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/base/genimport/
H A Dimporter.go27 r "reflect" packageName
105 func (imp *Importer) Import(path string) (*types.Package, error) { func
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/cmd/addblock/
H A Dimport.go36 r io.ReadSeeker member
279 func (bi *blockImporter) Import() chan *importResults { func
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/cmd/addblock/
H A Dimport.go36 r io.ReadSeeker member
279 func (bi *blockImporter) Import() chan *importResults { func
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/cmd/addblock/
H A Dimport.go36 r io.ReadSeeker member
279 func (bi *blockImporter) Import() chan *importResults { func
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/cmd/addblock/
H A Dimport.go36 r io.ReadSeeker member
279 func (bi *blockImporter) Import() chan *importResults { func
/dports/cad/ghdl/ghdl-1.0.0/doc/using/
H A DInvokingGHDL.rst121 .. _elab_and_run:command:
185 .. _Import:command: target
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/cmd/addblock/
H A Dimport.go36 r io.ReadSeeker member
279 func (bi *blockImporter) Import() chan *importResults { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/cmd/addblock/
H A Dimport.go36 r io.ReadSeeker member
279 func (bi *blockImporter) Import() chan *importResults { func
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/cmd/dbtool/
H A Dinsecureimport.go50 r io.ReadSeeker member
292 func (bi *blockImporter) Import() chan *importResults { func
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/cmd/dbtool/
H A Dinsecureimport.go50 r io.ReadSeeker member
292 func (bi *blockImporter) Import() chan *importResults { func

12345678910>>...12