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

/haiku/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.cpp1183 m_parameterSet->setValue(
1233 err = m_parameterSet->setValue(id, changeTime, value, size);
/haiku/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);
468 NumericValControl::setValue(const void* data, size_t size) function in class:NumericValControl
483 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);
348 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/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h62 int16 setValue);
64 int8 setValue);
H A DUVCCamDevice.cpp1218 UVCCamDevice::_SetParameterValue(uint16 wValue, int16 setValue) argument
1222 sizeof(setValue), &setValue)) == sizeof(setValue);
1227 UVCCamDevice::_SetParameterValue(uint16 wValue, int8 setValue) argument
1231 sizeof(setValue), &setValue)) == sizeof(setValue);
/haiku/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/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/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp64 fFaces[i].v[vi].p.setValue(x, y, z);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp876 m_regionStartView->setValue(0);
879 m_regionEndView->setValue(0);
931 m_regionStartView->setValue(
935 m_regionEndView->setValue(

Completed in 87 milliseconds