Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float4

1604 		 * The domCg_float4 value of the text data of this element. 
1606 domCg_float4 _value;
1611 * @return Returns a domCg_float4 reference of the _value array.
1613 domCg_float4 &getValue() { return _value; }
1616 * @return Returns a constant domCg_float4 reference of the _value array.
1618 const domCg_float4 &getValue() const { return _value; }
1623 void setValue( const domCg_float4 &val ) { _value = val; }