Home
last modified time | relevance | path

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

/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimage.c568 if (imd->overunderexposed) pixbuf_highlight_overunderexposed(*pixbuf, x, y, w, h); in image_post_process_tile_color_cb()
662 if (imd->cm || imd->desaturate || imd->overunderexposed) in image_set_desaturate()
674 void image_set_overunderexposed(ImageWindow *imd, gboolean overunderexposed) in image_set_overunderexposed() argument
676 imd->overunderexposed = overunderexposed; in image_set_overunderexposed()
677 if (imd->cm || imd->desaturate || imd->overunderexposed) in image_set_overunderexposed()
686 return imd->overunderexposed; in image_get_overunderexposed()
1409 if (imd->cm || imd->desaturate || imd->overunderexposed) in image_change_pixbuf()
1532 if (imd->cm || imd->desaturate || imd->overunderexposed) in image_move_from_image()
1594 if (imd->cm || imd->desaturate || imd->overunderexposed) in image_copy_from_image()
H A Dlayout_image.h66 void layout_image_set_overunderexposed(LayoutWindow *lw, gboolean overunderexposed);
H A Doptions.h41 gboolean overunderexposed; member
H A Dimage.h91 void image_set_overunderexposed(ImageWindow *imd, gboolean overunderexposed);
H A Dtypedefs.h572 gboolean overunderexposed; member
H A Dlayout_image.c1299 void layout_image_set_overunderexposed(LayoutWindow *lw, gboolean overunderexposed) in layout_image_set_overunderexposed() argument
1303 image_set_overunderexposed(lw->image, overunderexposed); in layout_image_set_overunderexposed()
H A Dlayout_util.c3803 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(action), options->overunderexposed); in layout_util_sync_views()