Home
last modified time | relevance | path

Searched refs:gegl_node_get_debug_name (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/gegl/process/
H A Dgegl-graph-traversal-debug.c55 printf ("%s: output=%s\n", gegl_node_get_debug_name (cur_node), in gegl_graph_dump_outputs()
60 printf ("%s: sink\n", gegl_node_get_debug_name (cur_node)); in gegl_graph_dump_outputs()
91 printf ("%s: result: ", gegl_node_get_debug_name (cur_node)); in gegl_graph_dump_request()
93 printf ("%s: result (cached): ", gegl_node_get_debug_name (cur_node)); in gegl_graph_dump_request()
H A Dgegl-graph-traversal.c457 gegl_node_get_debug_name (node), in gegl_graph_process()
466 gegl_node_get_debug_name (node)); in gegl_graph_process()
506 gegl_node_get_debug_name (node), in gegl_graph_process()
H A Dgegl-processor.c332 gegl_node_get_debug_name (processor->node), in gegl_processor_set_rectangle()
/dports/graphics/gegl/gegl-0.4.34/gegl/graph/
H A Dgegl-node.c562 sink_pad_name, gegl_node_get_debug_name (sink)); in gegl_node_pads_exist()
574 source_pad_name, gegl_node_get_debug_name (source)); in gegl_node_pads_exist()
810 gegl_node_get_debug_name (source), in gegl_node_source_invalidated()
1259 g_print (" %s\n", gegl_node_get_debug_name (source_node)); in gegl_node_dump_depends_on()
1549 gegl_node_get_debug_name (self)); in gegl_node_set_valist()
1663 gegl_node_get_debug_name (self)); in gegl_node_set_property()
1703 gegl_node_get_debug_name (self)); in gegl_node_get_property()
1770 gegl_node_get_debug_name (GeglNode *node) in gegl_node_get_debug_name() function
1939 G_STRFUNC, output_pad, gegl_node_get_debug_name (node)); in gegl_node_get_consumers()
2281 gegl_node_get_debug_name (destination), in graph_source_invalidated()
[all …]
H A Dgegl-node-private.h129 const gchar * gegl_node_get_debug_name (GeglNode *node);
/dports/graphics/gegl/gegl-0.4.34/gegl/
H A Dgegl-dot.c80 g_string_append_printf (string, "%s |", gegl_node_get_debug_name (node)); in gegl_dot_util_add_node()
207 gchar *name = g_strdup (gegl_node_get_debug_name (node)); in gegl_dot_add_graph()
H A Dgegl-apply.c86 gegl_node_get_debug_name (node), property_name); in gegl_node_set_props()
/dports/graphics/gegl/gegl-0.4.34/gegl/operation/
H A Dgegl-operation-context.c329 gegl_node_get_debug_name (node)); in gegl_operation_context_get_target()
/dports/graphics/gegl/gegl-0.4.34/docs/
H A Ddevelopment.adoc138 * `gegl_node_get_debug_name()` Prints a debug string representation of a node.