Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half2x4

4734 		 * The domCg_half2x4 value of the text data of this element. 
4736 domCg_half2x4 _value;
4741 * @return Returns a domCg_half2x4 reference of the _value array.
4743 domCg_half2x4 &getValue() { return _value; }
4746 * @return Returns a constant domCg_half2x4 reference of the _value array.
4748 const domCg_half2x4 &getValue() const { return _value; }
4753 void setValue( const domCg_half2x4 &val ) { _value = val; }