Searched refs:setValue (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/apps/cortex/addons/common/
H A DIParameterSet.cpp47 status_t IParameterSet::setValue( function in class:IParameterSet
H A DIParameterSet.h57 status_t setValue(
H A DAudioFilterNode.cpp1213 m_parameterSet->setValue(
1263 err = m_parameterSet->setValue(id, changeTime, value, size);
/haiku-fatelf/src/apps/cortex/ValControl/
H A DNumericValControl.h94 void setValue(double value, bool setParam = false);
117 void setValue(const void* data, size_t size); //nyi
H A DNumericValControl.cpp265 NumericValControl::setValue(double value, bool setParam) function in class:NumericValControl
269 // "### NumericValControl::setValue(%.12f)\n", value));
323 //void NumericValControl::setValue(double dfValue, bool bSetParam) {
325 // printf("setValue(%.12f)\n", dfValue);
352 // pSeg->setValue(!nIndex ? m_dfValue : fabs(m_dfValue));
363 // setValue(value() + dfDelta, true);
419 setValue(fParamValue[0]);
431 setValue(fParamValue);
469 NumericValControl::setValue(const void* data, size_t size) function in class:NumericValControl
484 setValue(
[all...]
H A DValControlDigitSegment.h83 // revised setValue() 18sep99: now sets the
85 void setValue(
91 // void setValue(double dfValue); // made public 30jan99
H A DValControlDigitSegment.cpp97 // revised setValue() 18sep99: now sets the
100 // a tad simpler. the old setValue() is provided for giggles.
102 void ValControlDigitSegment::setValue( function in class:ValControlDigitSegment
117 //void ValControlDigitSegment::setValue(double dfValue) {
119 // printf("seg[%d]::setValue(%.12f)\n", m_digitCount, dfValue);
350 setValue((int64)fVal, fVal < 0);
H A DValControl.h55 // getValue() and setValue(), for raw (BParameter-style) value access
171 virtual void setValue(const void* data, size_t size) = 0;
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h62 int16 setValue);
64 int8 setValue);
H A DUVCCamDevice.cpp1207 UVCCamDevice::_SetParameterValue(uint16 wValue, int16 setValue) argument
1211 sizeof(setValue), &setValue)) == sizeof(setValue);
1216 UVCCamDevice::_SetParameterValue(uint16 wValue, int8 setValue) argument
1220 sizeof(setValue), &setValue)) == sizeof(setValue);
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DBeOSCompatibility.h188 atomic_set(vint32 *value, int32 setValue) argument
191 int32 previous = atomic_add(value, setValue);
/haiku-fatelf/src/apps/glteapot/
H A DQuaternion.h79 void setValue(const float& x, const float& y, const float& z) function in class:Quaternion
88 void setValue(const float& x, const float& y, const float& z,const float& w) function in class:Quaternion
102 setValue(axis.x() * s, axis.y() * s, axis.z() * s,
118 setValue(cosRoll * sinPitch * cosYaw + sinRoll * cosPitch * sinYaw,
148 setValue(m_w * q.x() + m_x * q.m_w + m_y * q.z() - m_z * q.y(),
H A DVector3.h68 inline void setValue(const float& x, const float& y, const float& z) function in class:Vector3
/haiku-fatelf/src/apps/haiku3d/
H A DQuaternion.h86 void setValue(const float& x, const float& y, const float& z) function in class:Quaternion
95 void setValue(const float& x, const float& y, const float& z, const float& w) function in class:Quaternion
109 setValue(axis.x() * s, axis.y() * s, axis.z() * s,
125 setValue(cosRoll * sinPitch * cosYaw + sinRoll * cosPitch * sinYaw,
155 setValue(m_w * q.x() + m_x * q.m_w + m_y * q.z() - m_z * q.y(),
H A DMeshInstance.cpp100 normal.setValue(0, 0, -1.0);
158 normal.setValue(0, 0, -1.0);
H A DVector3.h79 inline void setValue(const float& x, const float& y, const float& z) function in class:Vector3
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathColor.h158 void setValue (S a, S b, S c, S d);
161 void setValue (const Color4<S> &v);
516 Color4<T>::setValue (S x, S y, S z, S w) function in class:Imath::Color4
527 Color4<T>::setValue (const Color4<S> &v) function in class:Imath::Color4
H A DImathShear.h103 void setValue (S XY, S XZ, S YZ, S YX, S ZX, S ZY);
106 void setValue (const Shear6<S> &h);
378 Shear6<T>::setValue (S XY, S XZ, S YZ, S YX, S ZX, S ZY) function in class:Imath::Shear6
391 Shear6<T>::setValue (const Shear6<S> &h) function in class:Imath::Shear6
H A DImathVec.h99 void setValue (S a, S b);
102 void setValue (const Vec2<S> &v);
293 void setValue (S a, S b, S c);
296 void setValue (const Vec3<S> &v);
650 Vec2<T>::setValue (S a, S b) function in class:Imath::Vec2
659 Vec2<T>::setValue (const Vec2<S> &v) function in class:Imath::Vec2
1037 Vec3<T>::setValue (S a, S b, S c) function in class:Imath::Vec3
1047 Vec3<T>::setValue (const Vec3<S> &v) function in class:Imath::Vec3
H A DImathBoxAlgo.h458 points[i].setValue( i & 01 ? box.min[0] : box.max[0],
H A DImathMatrix.h126 Matrix33 & setValue (const Matrix33<S> &v);
443 Matrix44 & setValue (const Matrix44<S> &v);
920 Matrix33<T>::setValue (const Matrix33<S> &v) function in class:Imath::Matrix33
1985 Matrix44<T>::setValue (const Matrix44<S> &v) function in class:Imath::Matrix44
/haiku-fatelf/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp64 fFaces[i].v[vi].p.setValue(x, y, z);
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.cpp860 m_regionStartView->setValue(0);
863 m_regionEndView->setValue(0);
915 m_regionStartView->setValue(
919 m_regionEndView->setValue(

Completed in 179 milliseconds