Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed4

5543 		 * The domCg_fixed4 value of the text data of this element. 
5545 domCg_fixed4 _value;
5550 * @return Returns a domCg_fixed4 reference of the _value array.
5552 domCg_fixed4 &getValue() { return _value; }
5555 * @return Returns a constant domCg_fixed4 reference of the _value array.
5557 const domCg_fixed4 &getValue() const { return _value; }
5562 void setValue( const domCg_fixed4 &val ) { _value = val; }