Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float1x4

1856 		 * The domCg_float1x4 value of the text data of this element. 
1858 domCg_float1x4 _value;
1863 * @return Returns a domCg_float1x4 reference of the _value array.
1865 domCg_float1x4 &getValue() { return _value; }
1868 * @return Returns a constant domCg_float1x4 reference of the _value array.
1870 const domCg_float1x4 &getValue() const { return _value; }
1875 void setValue( const domCg_float1x4 &val ) { _value = val; }