Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float3x2

2234 		 * The domCg_float3x2 value of the text data of this element. 
2236 domCg_float3x2 _value;
2241 domCg_float3x2 reference of the _value array.
2243 domCg_float3x2 &getValue() { return _value; }
2246 * @return Returns a constant domCg_float3x2 reference of the _value array.
2248 const domCg_float3x2 &getValue() const { return _value; }
2253 void setValue( const domCg_float3x2 &val ) { _value = val; }