HomeSort by relevance Sort by last modified time
    Searched refs:domFx_surface_face_enum (Results 1 - 6 of 6) sorted by null

  /external/collada/include/1.4/dom/
domFx_colortarget_common.h 22 domFx_surface_face_enum attrFace;
46 * @return Returns a domFx_surface_face_enum of the face attribute.
48 domFx_surface_face_enum getFace() const { return attrFace; }
53 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
127 * @return Returns a domFx_surface_face_enum of the face attribute.
129 domFx_surface_face_enum getFace() const { return attrFace; }
134 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[1] = true; }
domFx_depthtarget_common.h 22 domFx_surface_face_enum attrFace;
46 * @return Returns a domFx_surface_face_enum of the face attribute.
48 domFx_surface_face_enum getFace() const { return attrFace; }
53 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
127 * @return Returns a domFx_surface_face_enum of the face attribute.
129 domFx_surface_face_enum getFace() const { return attrFace; }
134 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[1] = true; }
domFx_stenciltarget_common.h 22 domFx_surface_face_enum attrFace;
46 * @return Returns a domFx_surface_face_enum of the face attribute.
48 domFx_surface_face_enum getFace() const { return attrFace; }
53 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
127 * @return Returns a domFx_surface_face_enum of the face attribute.
129 domFx_surface_face_enum getFace() const { return attrFace; }
134 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[1] = true; }
domFx_surface_init_from_common.h 27 domFx_surface_face_enum attrFace;
60 * @return Returns a domFx_surface_face_enum of the face attribute.
62 domFx_surface_face_enum getFace() const { return attrFace; }
67 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
135 * @return Returns a domFx_surface_face_enum of the face attribute.
137 domFx_surface_face_enum getFace() const { return attrFace; }
142 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[2] = true; }
domFx_surface_init_cube_common.h 119 * The domFx_surface_face_enum value of the text data of this element.
121 domFx_surface_face_enum _value;
126 * @return a domFx_surface_face_enum of the value.
128 domFx_surface_face_enum getValue() const { return _value; }
133 void setValue( domFx_surface_face_enum val ) { _value = val; }
domTypes.h 253 enum domFx_surface_face_enum {
    [all...]

Completed in 27 milliseconds