Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpgenerictransformtool.c52 G_DEFINE_TYPE (GimpGenericTransformTool, gimp_generic_transform_tool, in G_DEFINE_TYPE() argument
70 gimp_generic_transform_tool_init (GimpGenericTransformTool *unified_tool) in gimp_generic_transform_tool_init()
78 GimpGenericTransformTool *generic = GIMP_GENERIC_TRANSFORM_TOOL (tg_tool); in gimp_generic_transform_tool_info_to_matrix()
93 GimpGenericTransformTool *generic = GIMP_GENERIC_TRANSFORM_TOOL (tg_tool); in gimp_generic_transform_tool_dialog()
148 GimpGenericTransformTool *generic = GIMP_GENERIC_TRANSFORM_TOOL (tg_tool); in gimp_generic_transform_tool_dialog_update()
185 GimpGenericTransformTool *generic = GIMP_GENERIC_TRANSFORM_TOOL (tg_tool); in gimp_generic_transform_tool_prepare()
H A Dgimpgenerictransformtool.h26 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_GENERIC_TRANSFORM_TOOL, GimpGenericTransformTool))
52 void (* info_to_points) (GimpGenericTransformTool *generic);
H A Dgimpunifiedtransformtool.h38 GimpGenericTransformTool parent_instance;
H A Dgimpperspectivetool.h38 GimpGenericTransformTool parent_instance;
H A Dgimphandletransformtool.h40 GimpGenericTransformTool parent_instance;
H A Dtools-types.h37 typedef struct _GimpGenericTransformTool GimpGenericTransformTool; typedef
H A Dgimpperspectivetool.c67 static void gimp_perspective_tool_info_to_points (GimpGenericTransformTool *generic);
274 gimp_perspective_tool_info_to_points (GimpGenericTransformTool *generic) in gimp_perspective_tool_info_to_points()
H A Dgimpunifiedtransformtool.c71 static void gimp_unified_transform_tool_info_to_points (GimpGenericTransformTool *gener…
337 gimp_unified_transform_tool_info_to_points (GimpGenericTransformTool *generic) in gimp_unified_transform_tool_info_to_points()
H A Dgimphandletransformtool.c93 static void gimp_handle_transform_tool_info_to_points (GimpGenericTransformTool *generi…
363 gimp_handle_transform_tool_info_to_points (GimpGenericTransformTool *generic) in gimp_handle_transform_tool_info_to_points()