Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half3

4167 		 * The domCg_half3 value of the text data of this element. 
4169 domCg_half3 _value;
4174 * @return Returns a domCg_half3 reference of the _value array.
4176 domCg_half3 &getValue() { return _value; }
4179 * @return Returns a constant domCg_half3 reference of the _value array.
4181 const domCg_half3 &getValue() const { return _value; }
4186 void setValue( const domCg_half3 &val ) { _value = val; }