Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_blend_type

244 			domGl_blend_type attrValue;
251 * @return Returns a domGl_blend_type of the value attribute.
253 domGl_blend_type getValue() const { return attrValue; }
258 void setValue( domGl_blend_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
311 domGl_blend_type attrValue;
318 * @return Returns a domGl_blend_type of the value attribute.
320 domGl_blend_type getValue() const { return attrValue; }
325 void setValue( domGl_blend_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }