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

  /external/collada/src/dae/
daeElement.cpp 184 daeMetaAttribute* daeElement::getAttributeObject(size_t i) {
191 daeMetaAttribute* daeElement::getAttributeObject(daeString name) {
192 return getAttributeObject(getAttributeIndex(*this, name));
196 if (daeMetaAttribute* attr = getAttributeObject(i))
202 return getAttributeObject(name) != 0;
220 if (daeMetaAttribute* attr = getAttributeObject(i)) {
257 if (daeMetaAttribute* attr = getAttributeObject(i)) {
273 if (daeMetaAttribute* attr = getAttributeObject(name))
395 if (daeMetaAttribute* idAttr = this_->getAttributeObject("id"))
582 if (elt1.getAttributeObject(i)->compare(&elt1, &elt2) != 0
    [all...]
  /external/collada/include/dae/
daeElement.h 164 daeMetaAttribute* getAttributeObject(daeString name);
171 daeMetaAttribute* getAttributeObject(size_t i);
301 daeMemoryRef getAttributeValue(daeString name); // Use getAttribute or getAttributeObject instead.

Completed in 18 milliseconds