Home
last modified time | relevance | path

Searched refs:image_viewer_page_tool_class (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_tools/
H A Dgth-file-tool-sharpen.c409 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_sharpen_class_init() local
420 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_sharpen_class_init()
421 image_viewer_page_tool_class->reset_image = gth_file_tool_sharpen_reset_image; in gth_file_tool_sharpen_class_init()
H A Dgth-file-tool-grayscale.c470 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_grayscale_class_init() local
480 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_grayscale_class_init()
481 image_viewer_page_tool_class->reset_image = gth_file_tool_grayscale_reset_image; in gth_file_tool_grayscale_class_init()
H A Dgth-file-tool-adjust-colors.c627 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_adjust_colors_class_init() local
638 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_adjust_colors_class_init()
639 image_viewer_page_tool_class->reset_image = gth_file_tool_sharpen_reset_image; in gth_file_tool_adjust_colors_class_init()
H A Dgth-file-tool-adjust-contrast.c633 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_adjust_contrast_class_init() local
643 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_adjust_contrast_class_init()
644 image_viewer_page_tool_class->reset_image = gth_file_tool_adjust_contrast_reset_image; in gth_file_tool_adjust_contrast_class_init()
H A Dgth-file-tool-rotate.c660 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_rotate_class_init() local
671 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_rotate_class_init()
672 image_viewer_page_tool_class->reset_image = gth_file_tool_rotate_reset_image; in gth_file_tool_rotate_class_init()
H A Dgth-file-tool-crop.c715 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_crop_class_init() local
726 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_crop_class_init()
727 image_viewer_page_tool_class->reset_image = gth_file_tool_crop_reset_image; in gth_file_tool_crop_class_init()
H A Dgth-file-tool-effects.c331 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_effects_class_init() local
341 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_effects_class_init()
342 image_viewer_page_tool_class->reset_image = gth_file_tool_effects_reset_image; in gth_file_tool_effects_class_init()
H A Dgth-file-tool-curves.c921 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_curves_class_init() local
932 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_curves_class_init()
933 image_viewer_page_tool_class->reset_image = gth_file_tool_sharpen_reset_image; in gth_file_tool_curves_class_init()
H A Dgth-file-tool-resize.c816 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_resize_class_init() local
827 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_resize_class_init()
828 image_viewer_page_tool_class->reset_image = gth_file_tool_resize_reset_image; in gth_file_tool_resize_class_init()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/red_eye_removal/
H A Dgth-file-tool-red-eye.c450 GthImageViewerPageToolClass *image_viewer_page_tool_class; in gth_file_tool_red_eye_class_init() local
460 image_viewer_page_tool_class = (GthImageViewerPageToolClass *) klass; in gth_file_tool_red_eye_class_init()
461 image_viewer_page_tool_class->reset_image = gth_file_tool_red_eye_reset_image; in gth_file_tool_red_eye_class_init()