Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed2

5417 		 * The domCg_fixed2 value of the text data of this element. 
5419 domCg_fixed2 _value;
5424 * @return Returns a domCg_fixed2 reference of the _value array.
5426 domCg_fixed2 &getValue() { return _value; }
5429 * @return Returns a constant domCg_fixed2 reference of the _value array.
5431 const domCg_fixed2 &getValue() const { return _value; }
5436 void setValue( const domCg_fixed2 &val ) { _value = val; }