Home
last modified time | relevance | path

Searched defs:rootNode (Results 1 – 25 of 37) sorted by relevance

12

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
DCollisionShapeFactory.java81 Node rootNode, CompoundCollisionShape shape, boolean meshAccurate, boolean dynamic) { in createCompoundShape()
133 Node rootNode, CompoundCollisionShape shape, boolean meshAccurate) { in createCompoundShape()
142 private static CompoundCollisionShape createMeshCompoundShape(Node rootNode) { in createMeshCompoundShape()
152 private static CompoundCollisionShape createBoxCompoundShape(Node rootNode) { in createBoxCompoundShape()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DPhysicsTestHelper.java40 …public static void createPhysicsTestWorld(Node rootNode, AssetManager assetManager, PhysicsSpace s… in createPhysicsTestWorld()
82 …public static void createPhysicsTestWorldSoccer(Node rootNode, AssetManager assetManager, PhysicsS… in createPhysicsTestWorldSoccer()
177 …public static void createBallShooter(final Application app, final Node rootNode, final PhysicsSpac… in createBallShooter()
/external/webkit/Source/WebCore/dom/
DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create()
DNameNodeList.h36 static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, const String& name) in create()
DClassNodeList.h41 static PassRefPtr<ClassNodeList> create(PassRefPtr<Node> rootNode, const String& classNames) in create()
DClassNodeList.cpp38 ClassNodeList::ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames) in ClassNodeList()
DNameNodeList.cpp34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const String& name) in NameNodeList()
DTagNodeList.h35 …static PassRefPtr<TagNodeList> create(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI,… in create()
DTagNodeList.cpp32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicS… in TagNodeList()
DDynamicNodeList.cpp31 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode) in DynamicNodeList()
39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) in DynamicNodeList()
DTraversal.cpp33 Traversal::Traversal(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> nodeFil… in Traversal()
DSelectorNodeList.cpp44 PassRefPtr<StaticNodeList> createSelectorNodeList(Node* rootNode, const CSSSelectorList& querySelec… in createSelectorNodeList()
DTreeWalker.h39 …static PassRefPtr<TreeWalker> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<No… in create()
DChildNodeList.cpp30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info) in ChildNodeList()
DDynamicNodeList.h63 Node* rootNode() const { return m_rootNode.get(); } in rootNode() function
DNodeIterator.h39 …static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<… in create()
DNodeIterator.cpp74 NodeIterator::NodeIterator(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> f… in NodeIterator()
/external/jmonkeyengine/engine/src/test/jme3test/app/state/
DRootNodeState.java40 private Node rootNode = new Node("Root Node"); field in RootNodeState
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestBlenderAnim.java87 private Spatial findNode(Node rootNode, String name) { in findNode()
DTestBlenderObjectAnim.java87 private Spatial findNode(Node rootNode, String name) { in findNode()
/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.cpp282 void HTMLElementStack::pushRootNode(PassRefPtr<ContainerNode> rootNode) in pushRootNode()
294 void HTMLElementStack::pushRootNodeCommon(PassRefPtr<ContainerNode> rootNode) in pushRootNodeCommon()
546 ContainerNode* HTMLElementStack::rootNode() const in rootNode() function in WebCore::HTMLElementStack
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowUriMatcher.java27 public MatchNode rootNode; field in ShadowUriMatcher
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestDepthOfField.java138 private void createTerrain(Node rootNode) { in createTerrain()
/external/skia/src/pdf/
DSkPDFPage.cpp59 SkPDFDict** rootNode) { in GeneratePageTree()
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DSimpleApplication.java74 protected Node rootNode = new Node("Root Node"); field in SimpleApplication

12