Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float4x2

2486 		 * The domCg_float4x2 value of the text data of this element. 
2488 domCg_float4x2 _value;
2493 * @return Returns a domCg_float4x2 reference of the _value array.
2495 domCg_float4x2 &getValue() { return _value; }
2498 * @return Returns a constant domCg_float4x2 reference of the _value array.
2500 const domCg_float4x2 &getValue() const { return _value; }
2505 void setValue( const domCg_float4x2 &val ) { _value = val; }