Home
last modified time | relevance | path

Searched refs:gimp_curve_get_point (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpcurveview.c441 gimp_curve_get_point (view->curve, i, &x, &y); in gimp_curve_view_draw_point()
876 gimp_curve_get_point (curve, point - 1, &view->leftmost, NULL); in gimp_curve_view_button_press()
881 gimp_curve_get_point (curve, point + 1, &view->rightmost, NULL); in gimp_curve_view_button_press()
887 gimp_curve_get_point (curve, point, &point_x, &point_y); in gimp_curve_view_button_press()
975 gimp_curve_get_point (curve, point, &point_x, &point_y); in gimp_curve_view_motion_notify()
1123 gimp_curve_get_point (curve, i, NULL, &y); in gimp_curve_view_key_press()
1130 gimp_curve_get_point (curve, i, &x, NULL); in gimp_curve_view_key_press()
1144 gimp_curve_get_point (curve, i, &x, NULL); in gimp_curve_view_key_press()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpcurve.h102 void gimp_curve_get_point (GimpCurve *curve,
H A Dgimpcurve.c1001 gimp_curve_get_point (GimpCurve *curve, in gimp_curve_get_point() function
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpcurvestool.c936 gimp_curve_get_point (curve, point - 1, &min, NULL); in gimp_curves_tool_update_point()
939 gimp_curve_get_point (curve, point + 1, &max, NULL); in gimp_curves_tool_update_point()
941 gimp_curve_get_point (curve, point, &x, &y); in gimp_curves_tool_update_point()
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimpcurvesconfig.c670 gimp_curve_get_point (curve, j, &point_x, &point_y); in gimp_curves_config_save_cruft()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-git5626 gimp_curve_get_point() because that returns nothing for free
5631 * app/core/gimpcurve.c (gimp_curve_get_point): instead of above
H A DChangeLog.pre-2-611119 * app/core/gimpcurve.[ch]: add gimp_curve_get_point().