Home
last modified time | relevance | path

Searched refs:m_refs (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DVarNameCollector.java35 Vector m_refs = new Vector(); field in VarNameCollector
42 m_refs.removeAllElements(); //.clear(); in reset()
51 return m_refs.size(); in getVarCount()
63 return m_refs.contains(refName); in doesOccur()
75 m_refs.addElement(var.getQName()); in visitVariableRef()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h178 btVector3FloatData m_refs[2]; member
DbtSoftBody.cpp393 pj->m_refs[0] = pj->m_bodies[0].xform().inverse()*specs.position; in appendLinearJoint()
394 pj->m_refs[1] = pj->m_bodies[1].xform().inverse()*specs.position; in appendLinearJoint()
419 pj->m_refs[0] = pj->m_bodies[0].xform().inverse().getBasis()*specs.axis; in appendAngularJoint()
420 pj->m_refs[1] = pj->m_bodies[1].xform().inverse().getBasis()*specs.axis; in appendAngularJoint()
2775 m_rpos[0] = m_bodies[0].xform()*m_refs[0]; in Prepare()
2776 m_rpos[1] = m_bodies[1].xform()*m_refs[1]; in Prepare()
2819 m_axis[0] = m_bodies[0].xform().getBasis()*m_refs[0]; in Prepare()
2820 m_axis[1] = m_bodies[1].xform().getBasis()*m_refs[1]; in Prepare()
3605 m_joints[i]->m_refs[0].serializeFloat(memPtr->m_refs[0]); in serialize()
3606 m_joints[i]->m_refs[1].serializeFloat(memPtr->m_refs[1]); in serialize()
DbtSoftBodyHelpers.cpp400 const btVector3 a0=pj->m_bodies[0].xform()*pjl->m_refs[0]; in Draw()
401 const btVector3 a1=pj->m_bodies[1].xform()*pjl->m_refs[1]; in Draw()
413 const btVector3 a0=pj->m_bodies[0].xform().getBasis()*pj->m_refs[0]; in Draw()
414 const btVector3 a1=pj->m_bodies[1].xform().getBasis()*pj->m_refs[1]; in Draw()
DbtSoftBodyInternals.h667 joint.m_refs[0] = ra*ba.xform().getBasis(); in SolveContact()
668 joint.m_refs[1] = rb*bb.xform().getBasis(); in SolveContact()
DbtSoftBody.h499 btVector3 m_refs[2]; member
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1309 btVector3FloatData m_refs[2]; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp7793 btVector3 *b = (btVector3 *) arg1->m_refs; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Joint_1refs_1set()
7809 result = (btVector3 *)(btVector3 *) ((arg1)->m_refs); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Joint_1refs_1get()
17140 btVector3FloatData *b = (btVector3FloatData *) arg1->m_refs; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBodyJointData_1refs_1set()
17156 result = (btVector3FloatData *)(btVector3FloatData *) ((arg1)->m_refs); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBodyJointData_1refs_1get()