Home
last modified time | relevance | path

Searched refs:gegl_node_create_child (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/examples/
H A Dhello-world.c48 GeglNode *display = gegl_node_create_child (gegl, "gegl:display"); in main()
/dports/graphics/gegl/gegl-0.4.34/gegl/graph/
H A Dgegl-node.h594 GeglNode * gegl_node_create_child (GeglNode *parent,
H A Dgegl-node.c2256 gegl_node_create_child (GeglNode *self, in gegl_node_create_child() function
/dports/graphics/gegl/gegl-0.4.34/tools/
H A Dgegl-imgcmp.c125 comparison = gegl_node_create_child (gegl, "gegl:image-compare"); in main()
H A Dgegl-tester.c91 operation = gegl_node_create_child (composition, op_name); in standard_output()