Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed3x4

6299 		 * The domCg_fixed3x4 value of the text data of this element. 
6301 domCg_fixed3x4 _value;
6306 * @return Returns a domCg_fixed3x4 reference of the _value array.
6308 domCg_fixed3x4 &getValue() { return _value; }
6311 * @return Returns a constant domCg_fixed3x4 reference of the _value array.
6313 const domCg_fixed3x4 &getValue() const { return _value; }
6318 void setValue( const domCg_fixed3x4 &val ) { _value = val; }