Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float2

1478 		 * The domCg_float2 value of the text data of this element. 
1480 domCg_float2 _value;
1485 * @return Returns a domCg_float2 reference of the _value array.
1487 domCg_float2 &getValue() { return _value; }
1490 * @return Returns a constant domCg_float2 reference of the _value array.
1492 const domCg_float2 &getValue() const { return _value; }
1497 void setValue( const domCg_float2 &val ) { _value = val; }