Searched refs:debugNode (Results 1 – 7 of 7) sorted by relevance
59 private Node debugNode; field in MotionPath106 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 …]
194 Node debugNode = (Node) debugShape; in render() local206 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()
345 xmlNodePtr debugNode; /* the source node XSLT */ member
107 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr()113 NULL, ctxt->context->debugNode, XML_FROM_XPOINTER, in xmlXPtrErr()
362 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr()368 NULL, ctxt->context->debugNode, XML_FROM_XPATH, in xmlXPathErr()
27106 (khtml::debugNode): Ditto.27387 (khtml::debugNode): Ditto.27497 (khtml::debugNode): Ditto.31262 (khtml::debugNode): New debugging helper.
25031 (khtml::debugNode):