Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float1x1

1667 		 * The domCg_float1x1 value of the text data of this element. 
1669 domCg_float1x1 _value;
1674 * @return Returns a domCg_float1x1 reference of the _value array.
1676 domCg_float1x1 &getValue() { return _value; }
1679 * @return Returns a constant domCg_float1x1 reference of the _value array.
1681 const domCg_float1x1 &getValue() const { return _value; }
1686 void setValue( const domCg_float1x1 &val ) { _value = val; }