Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half2x3

4671 		 * The domCg_half2x3 value of the text data of this element. 
4673 domCg_half2x3 _value;
4678 * @return Returns a domCg_half2x3 reference of the _value array.
4680 domCg_half2x3 &getValue() { return _value; }
4683 * @return Returns a constant domCg_half2x3 reference of the _value array.
4685 const domCg_half2x3 &getValue() const { return _value; }
4690 void setValue( const domCg_half2x3 &val ) { _value = val; }