Home
last modified time | relevance | path

Searched refs:NodeMarker (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dnode_marker.cpp24 NodeMarker::NodeMarker(Path* path_, std::vector<Path::Node>::iterator node_iterator, size_t id_, UI… in NodeMarker() function in NodeMarker
35 NodeMarker::update_iterator() in update_iterator()
53 NodeMarker::remove_me() in remove_me()
67 NodeMarker::get_point_vector() const in get_point_vector()
84 NodeMarker::get_offset() const in get_offset()
90 NodeMarker::move_to(const Vector& pos) in move_to()
106 NodeMarker::editor_delete() in editor_delete()
120 NodeMarker::get_settings() in get_settings()
159 NodeMarker::editor_update() in editor_update()
188 void NodeMarker::update_node_times() { in update_node_times()
[all …]
H A Dnode_marker.hpp24 class NodeMarker : public MarkerObject class
27NodeMarker(Path* path_, std::vector<Path::Node>::iterator node_iterator, size_t id_, UID before, U…
61 NodeMarker(const NodeMarker&) = delete;
62 NodeMarker& operator=(const NodeMarker&) = delete;
H A Dbezier_marker.hpp23 class NodeMarker;
40 NodeMarker* get_parent() const;
H A Dbezier_marker.cpp62 NodeMarker*
65 return Sector::current()->get_object_by_uid<NodeMarker>(m_parent); in get_parent()
H A Doverlay_widget.hpp34 class NodeMarker;
133 TypedUID<NodeMarker> m_last_node_marker;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DASTRewriteFormatter.java49 public static class NodeMarker extends Position { class in ASTRewriteFormatter
95 private NodeMarker addMarker(Object annotation, int startOffset, int length) { in addMarker()
96 NodeMarker marker= new NodeMarker(); in addMarker()
106 NodeMarker marker= (NodeMarker) this.positions.get(i); in fixupLength()
114 public NodeMarker[] getMarkers() { in getMarkers()
115 return (NodeMarker[]) this.positions.toArray(new NodeMarker[this.positions.size()]); in getMarkers()
180 NodeMarker[] markers= flattener.getMarkers(); in getFormattedResult()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dnode-marker.h61 class NodeMarker : public NodeMarkerBase {
63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker() function
H A Dgraph-trimmer.h53 NodeMarker<bool> is_live_;
H A Dcontrol-flow-optimizer.h52 NodeMarker<bool> queued_;
H A Ddecompression-optimizer.h110 NodeMarker<State> states_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dnode-marker.h61 class NodeMarker : public NodeMarkerBase {
63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker() function
H A Dgraph-trimmer.h51 NodeMarker<bool> is_live_;
H A Dcontrol-flow-optimizer.h50 NodeMarker<bool> queued_;
H A Ddecompression-optimizer.h108 NodeMarker<State> states_;
H A Dint64-lowering.h89 NodeMarker<State> state_;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dnode-marker.h61 class NodeMarker : public NodeMarkerBase {
63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker() function
H A Dgraph-trimmer.h51 NodeMarker<bool> is_live_;
H A Dcontrol-flow-optimizer.h46 NodeMarker<bool> queued_;
H A Dint64-lowering.h71 NodeMarker<State> state_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dnode-marker.h61 class NodeMarker : public NodeMarkerBase {
63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker() function
H A Dgraph-trimmer.h53 NodeMarker<bool> is_live_;
H A Dcontrol-flow-optimizer.h52 NodeMarker<bool> queued_;
H A Ddecompression-optimizer.h110 NodeMarker<State> states_;
H A Dint64-lowering.h89 NodeMarker<State> state_;
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_Load_Surface_Object.c149 if (!Spec->NodeMarker) { in SUMA_AllocSpecFields()
266 if (Spec->NodeMarker) { in SUMA_FreeSpecFields()
268 Spec->NodeMarker = NULL; } in SUMA_FreeSpecFields()
719 if (SO->NodeMarker) { in SUMA_PrepSO_GeomProp_GL()
724 if (SO->NodeMarker == NULL) { in SUMA_PrepSO_GeomProp_GL()
2867 sprintf(Spec->NodeMarker[k], "%s",Spec->NodeMarker[i]); in SUMA_RemoveSpecState()
2987 if (Spec->NodeMarker[i][0]) { in SUMA_Write_SpecFile()
2990 Spec->NodeMarker[i] ); in SUMA_Write_SpecFile()
3335 if (strlen(Spec->NodeMarker[i])) { in SUMA_SpecStructInfo()
3867 if (!SO || !NodeMarker) SUMA_RETURN(NOPE); in SUMA_Load_SO_NodeMarker()
[all …]

123