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

  /external/collada/include/1.4/dom/
domAccessor.h 36 domUint attrCount;
41 domUint attrOffset;
52 domUint attrStride;
63 * @return Returns a domUint of the count attribute.
65 domUint getCount() const { return attrCount; }
70 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[0] = true; }
74 * @return Returns a domUint of the offset attribute.
76 domUint getOffset() const { return attrOffset; }
81 void setOffset( domUint atOffset ) { attrOffset = atOffset; _validAttributeArray[1] = true; }
106 * @return Returns a domUint of the stride attribute
    [all...]
domInputLocalOffset.h 31 domUint attrOffset;
46 domUint attrSet;
52 * @return Returns a domUint of the offset attribute.
54 domUint getOffset() const { return attrOffset; }
59 void setOffset( domUint atOffset ) { attrOffset = atOffset; }
95 * @return Returns a domUint of the set attribute.
97 domUint getSet() const { return attrSet; }
102 void setSet( domUint atSet ) { attrSet = atSet; }
132 * @return Returns a domUint of the offset attribute.
134 domUint getOffset() const { return attrOffset;
    [all...]
domImage.h 194 domUint attrHeight;
199 domUint attrWidth;
205 domUint attrDepth;
279 * @return Returns a domUint of the height attribute.
281 domUint getHeight() const { return attrHeight; }
286 void setHeight( domUint atHeight ) { attrHeight = atHeight; _validAttributeArray[3] = true; }
290 * @return Returns a domUint of the width attribute.
292 domUint getWidth() const { return attrWidth; }
297 void setWidth( domUint atWidth ) { attrWidth = atWidth; _validAttributeArray[4] = true; }
301 * @return Returns a domUint of the depth attribute
    [all...]
domBool_array.h 43 domUint attrCount;
78 * @return Returns a domUint of the count attribute.
80 domUint getCount() const { return attrCount; }
85 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[2] = true; }
domFloat_array.h 43 domUint attrCount;
90 * @return Returns a domUint of the count attribute.
92 domUint getCount() const { return attrCount; }
97 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[2] = true; }
domIDREF_array.h 43 domUint attrCount;
78 * @return Returns a domUint of the count attribute.
80 domUint getCount() const { return attrCount; }
85 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[2] = true; }
domInt_array.h 43 domUint attrCount;
89 * @return Returns a domUint of the count attribute.
91 domUint getCount() const { return attrCount; }
96 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[2] = true; }
domLines.h 43 domUint attrCount;
81 * @return Returns a domUint of the count attribute.
83 domUint getCount() const { return attrCount; }
88 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domLinestrips.h 43 domUint attrCount;
81 * @return Returns a domUint of the count attribute.
83 domUint getCount() const { return attrCount; }
88 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domName_array.h 43 domUint attrCount;
78 * @return Returns a domUint of the count attribute.
80 domUint getCount() const { return attrCount; }
85 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[2] = true; }
domTriangles.h 43 domUint attrCount;
81 * @return Returns a domUint of the count attribute.
83 domUint getCount() const { return attrCount; }
88 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domTrifans.h 43 domUint attrCount;
81 * @return Returns a domUint of the count attribute.
83 domUint getCount() const { return attrCount; }
88 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domTristrips.h 43 domUint attrCount;
81 * @return Returns a domUint of the count attribute.
83 domUint getCount() const { return attrCount; }
88 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domPolylist.h 113 domUint attrCount;
157 * @return Returns a domUint of the count attribute.
159 domUint getCount() const { return attrCount; }
164 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domInstance_material.h 135 domUint attrInput_set;
163 * @return Returns a domUint of the input_set attribute.
165 domUint getInput_set() const { return attrInput_set; }
170 void setInput_set( domUint atInput_set ) { attrInput_set = atInput_set; _validAttributeArray[2] = true; }
domPolygons.h 183 domUint attrCount;
239 * @return Returns a domUint of the count attribute.
241 domUint getCount() const { return attrCount; }
246 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[1] = true; }
domSkin.h 337 domUint attrCount;
364 * @return Returns a domUint of the count attribute.
366 domUint getCount() const { return attrCount; }
371 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[0] = true; }
domTypes.h 21 typedef xsUnsignedLong domUint;
28 typedef daeTArray<domUint> domListOfUInts;
    [all...]
  /development/tools/a3dconvert/
ColladaGeometry.cpp 178 domUint positionIndex = colladaIndexList[indexToRemap*mMultiIndexOffset + mPositionOffset];
189 domUint normalIndex = colladaIndexList[indexToRemap*mMultiIndexOffset + mNormalOffset];
200 domUint tangentIndex = colladaIndexList[indexToRemap*mMultiIndexOffset + mTangentOffset];
211 domUint binormalIndex = colladaIndexList[indexToRemap*mMultiIndexOffset + mNormalOffset];
221 domUint texCoordIndex = colladaIndexList[indexToRemap*mMultiIndexOffset + mTexture1Offset];

Completed in 190 milliseconds