Home
last modified time | relevance | path

Searched refs:debugNode (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPath.java59 private Node debugNode; field in MotionPath
106 if (debugNode == null) { in attachDebugNode()
107 debugNode = new Node(); in attachDebugNode()
113 debugNode.attachChild(geo); in attachDebugNode()
118 debugNode.attachChild(CreateCatmullRomPath()); in attachDebugNode()
121 debugNode.attachChild(CreateLinearPath()); in attachDebugNode()
124 debugNode.attachChild(CreateLinearPath()); in attachDebugNode()
128 root.attachChild(debugNode); in attachDebugNode()
248 if (debugNode != null) { in setPathSplineType()
249 Node parent = debugNode.getParent(); in setPathSplineType()
[all …]
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java194 Node debugNode = (Node) debugShape; in render() local
206 Geometry locGeom = (Geometry) debugNode.getChild("WheelLocationDebugShape" + i); in render()
207 Geometry dirGeom = (Geometry) debugNode.getChild("WheelDirectionDebugShape" + i); in render()
208 Geometry axleGeom = (Geometry) debugNode.getChild("WheelAxleDebugShape" + i); in render()
209 Geometry wheelGeom = (Geometry) debugNode.getChild("WheelRadiusDebugShape" + i); in render()
/external/libxml2/include/libxml/
Dxpath.h345 xmlNodePtr debugNode; /* the source node XSLT */ member
/external/libxml2/
Dxpointer.c107 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr()
113 NULL, ctxt->context->debugNode, XML_FROM_XPOINTER, in xmlXPtrErr()
Dxpath.c362 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr()
368 NULL, ctxt->context->debugNode, XML_FROM_XPATH, in xmlXPathErr()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2327106 (khtml::debugNode): Ditto.
27387 (khtml::debugNode): Ditto.
27497 (khtml::debugNode): Ditto.
31262 (khtml::debugNode): New debugging helper.
DChangeLog-2005-12-1925031 (khtml::debugNode):