Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float4x3

2549 		 * The domCg_float4x3 value of the text data of this element. 
2551 domCg_float4x3 _value;
2556 * @return Returns a domCg_float4x3 reference of the _value array.
2558 domCg_float4x3 &getValue() { return _value; }
2561 * @return Returns a constant domCg_float4x3 reference of the _value array.
2563 const domCg_float4x3 &getValue() const { return _value; }
2568 void setValue( const domCg_float4x3 &val ) { _value = val; }