Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_polygon_mode_type

1763 			domGl_polygon_mode_type attrValue;
1770 * @return Returns a domGl_polygon_mode_type of the value attribute.
1772 domGl_polygon_mode_type getValue() const { return attrValue; }
1777 void setValue( domGl_polygon_mode_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }