Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half4x3

5175 		 * The domCg_half4x3 value of the text data of this element. 
5177 domCg_half4x3 _value;
5182 * @return Returns a domCg_half4x3 reference of the _value array.
5184 domCg_half4x3 &getValue() { return _value; }
5187 * @return Returns a constant domCg_half4x3 reference of the _value array.
5189 const domCg_half4x3 &getValue() const { return _value; }
5194 void setValue( const domCg_half4x3 &val ) { _value = val; }