Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half3x2

4860 		 * The domCg_half3x2 value of the text data of this element. 
4862 domCg_half3x2 _value;
4867 * @return Returns a domCg_half3x2 reference of the _value array.
4869 domCg_half3x2 &getValue() { return _value; }
4872 * @return Returns a constant domCg_half3x2 reference of the _value array.
4874 const domCg_half3x2 &getValue() const { return _value; }
4879 void setValue( const domCg_half3x2 &val ) { _value = val; }