Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half3x4

4986 		 * The domCg_half3x4 value of the text data of this element. 
4988 domCg_half3x4 _value;
4993 * @return Returns a domCg_half3x4 reference of the _value array.
4995 domCg_half3x4 &getValue() { return _value; }
4998 * @return Returns a constant domCg_half3x4 reference of the _value array.
5000 const domCg_half3x4 &getValue() const { return _value; }
5005 void setValue( const domCg_half3x4 &val ) { _value = val; }