Home | History | Annotate | Download | only in dom

Lines Matching refs:domGlsl_int4

916 		 * The domGlsl_int4 value of the text data of this element. 
918 domGlsl_int4 _value;
923 * @return Returns a domGlsl_int4 reference of the _value array.
925 domGlsl_int4 &getValue() { return _value; }
928 * @return Returns a constant domGlsl_int4 reference of the _value array.
930 const domGlsl_int4 &getValue() const { return _value; }
935 void setValue( const domGlsl_int4 &val ) { _value = val; }