Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float2x3

2045 		 * The domCg_float2x3 value of the text data of this element. 
2047 domCg_float2x3 _value;
2052 * @return Returns a domCg_float2x3 reference of the _value array.
2054 domCg_float2x3 &getValue() { return _value; }
2057 * @return Returns a constant domCg_float2x3 reference of the _value array.
2059 const domCg_float2x3 &getValue() const { return _value; }
2064 void setValue( const domCg_float2x3 &val ) { _value = val; }