Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed2x3

5984 		 * The domCg_fixed2x3 value of the text data of this element. 
5986 domCg_fixed2x3 _value;
5991 * @return Returns a domCg_fixed2x3 reference of the _value array.
5993 domCg_fixed2x3 &getValue() { return _value; }
5996 * @return Returns a constant domCg_fixed2x3 reference of the _value array.
5998 const domCg_fixed2x3 &getValue() const { return _value; }
6003 void setValue( const domCg_fixed2x3 &val ) { _value = val; }