Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed4x1

6362 		 * The domCg_fixed4x1 value of the text data of this element. 
6364 domCg_fixed4x1 _value;
6369 * @return Returns a domCg_fixed4x1 reference of the _value array.
6371 domCg_fixed4x1 &getValue() { return _value; }
6374 * @return Returns a constant domCg_fixed4x1 reference of the _value array.
6376 const domCg_fixed4x1 &getValue() const { return _value; }
6381 void setValue( const domCg_fixed4x1 &val ) { _value = val; }