Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed2x2

5921 		 * The domCg_fixed2x2 value of the text data of this element. 
5923 domCg_fixed2x2 _value;
5928 * @return Returns a domCg_fixed2x2 reference of the _value array.
5930 domCg_fixed2x2 &getValue() { return _value; }
5933 * @return Returns a constant domCg_fixed2x2 reference of the _value array.
5935 const domCg_fixed2x2 &getValue() const { return _value; }
5940 void setValue( const domCg_fixed2x2 &val ) { _value = val; }