Home
last modified time | relevance | path

Searched refs:_dsize (Results 1 – 11 of 11) sorted by relevance

/dports/audio/zita-dpl1/zita-dpl1-0.3.3/source/
H A Ddplimit1.cc117 for (_dsize = 64; _dsize < _delay + _div1; _dsize *= 2); in init()
118 _dmask = _dsize - 1; in init()
122 _dbuff [i] = new float [_dsize]; in init()
123 memset (_dbuff [i], 0, _dsize * sizeof (float)); in init()
H A Ddplimit1.h93 int _dsize; variable
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/source/
H A Dpeaklim.cc128 for (_dsize = 64; _dsize < _delay + _div1; _dsize *= 2); in init()
129 _dmask = _dsize - 1; in init()
133 _dbuff [i] = new float [_dsize]; in init()
134 memset (_dbuff [i], 0, _dsize * sizeof (float)); in init()
H A Dpeaklim.h85 int _dsize;
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DFont.h178 double designSize () const {return _dsize;} in designSize()
190 double _dsize; ///< design size in PS point units variable
202 double designSize () const {return _dsize;} in designSize()
219 …PhysicalFontProxy (const PhysicalFont *font, double ds, double ss) : _pf(font), _dsize(ds), _ssize… in PhysicalFontProxy()
220 …PhysicalFontProxy (const PhysicalFontProxy &proxy, double ds, double ss) : _pf(proxy._pf), _dsize(… in PhysicalFontProxy()
224 double _dsize; ///< design size in PS point units variable
344 double designSize () const {return _dsize;} in designSize()
354 …VirtualFontProxy (const VirtualFont *font, double ds, double ss) : _vf(font), _dsize(ds), _ssize(s… in VirtualFontProxy()
355 …VirtualFontProxy (const VirtualFontProxy &proxy, double ds, double ss) : _vf(proxy._vf), _dsize(ds… in VirtualFontProxy()
360 double _dsize; ///< design size in PS point units variable
H A DFont.cpp112 : _metrics(0), _fontname(name), _checksum(cs), _dsize(ds), _ssize(ss) in TFMFont()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/lib/
H A Dtask.vala40 public int64 _dsize; // the size has done
42 get { return _dsize; }
43 set { _dsize = value; }
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/dpl.lv2/src/
H A Dpeaklim.h93 int _dsize; variable
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_fruit.c5050 uint64_t *_dsize) in fruit_disk_free() argument
5072 _dsize); in fruit_disk_free()
5103 *_dsize = dsize; in fruit_disk_free()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dresize.cpp1487 void resizeLinearOpenCVchan(const Size2D &_ssize, const Size2D &_dsize, in resizeLinearOpenCVchan() argument
1495 Size2D dsize(_dsize.width*channels, _dsize.height); in resizeLinearOpenCVchan()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2115 const AT* _alpha, const AT* __beta, const Size& _ssize, const Size &_dsize, in resizeGeneric_Invoker() argument
2118 alpha(_alpha), _beta(__beta), ssize(_ssize), dsize(_dsize), in resizeGeneric_Invoker()