Home
last modified time | relevance | path

Searched refs:gimp_viewable_invalidate_preview (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpfloatingselectionundo.c105 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (floating_layer)); in gimp_floating_selection_undo_pop()
H A Dgimpimageproxy.c654 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (managed)); in gimp_image_proxy_profile_changed()
669 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (image_proxy)); in gimp_image_proxy_image_invalidate_preview()
755 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (image_proxy)); in gimp_image_proxy_set_image()
H A Dgimpviewable.c288 gimp_viewable_invalidate_preview (viewable); in gimp_viewable_set_property()
583 gimp_viewable_invalidate_preview (GimpViewable *viewable) in gimp_viewable_invalidate_preview() function
1278 gimp_viewable_invalidate_preview (viewable); in gimp_viewable_set_icon_name()
1329 gimp_viewable_invalidate_preview (viewable); in gimp_viewable_preview_thaw()
H A Dgimpimagefile.c384 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (imagefile)); in gimp_imagefile_update()
397 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (documents_imagefile)); in gimp_imagefile_update()
720 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (imagefile)); in gimp_imagefile_icon_callback()
H A Dgimpviewable.h113 void gimp_viewable_invalidate_preview (GimpViewable *viewable);
H A Dgimpitemstack.c315 gimp_viewable_invalidate_preview (viewable); in gimp_item_stack_viewable_invalidate_previews()
H A Dgimplayer-floating-selection.c328 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (gimp_layer_get_floating_sel_drawable (layer))); in floating_sel_invalidate()
H A Dgimpundo.c497 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (undo)); in gimp_undo_create_preview_private()
H A Dgimpbuffer.c360 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (managed)); in gimp_buffer_color_managed_profile_changed()
H A Dgimpdrawable.c760 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (managed)); in gimp_drawable_profile_changed()
803 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (drawable)); in gimp_drawable_real_update()
H A Dgimpdata.c339 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (data)); in gimp_data_real_dirty()
H A Dgimplayer.c1155 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (layer->mask)); in gimp_layer_translate()
2254 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (layer)); in gimp_layer_apply_mask()
H A Dgimpgrouplayer.c327 iface->invalidate_preview = (void (*) (GimpProjectable*)) gimp_viewable_invalidate_preview; in gimp_projectable_iface_init()
H A Dgimpimage.c713 iface->invalidate_preview = (void (*) (GimpProjectable*)) gimp_viewable_invalidate_preview; in gimp_projectable_iface_init()
1432 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (image)); in gimp_image_color_managed_profile_changed()
/dports/graphics/gimp-app/gimp-2.10.30/app/text/
H A Dgimptextundo.c263 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (layer)); in gimp_text_undo_pop()
H A Dgimptextlayer.c495 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (layer)); in gimp_text_layer_set_text()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpgradienteditor.c1016 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (gradient)); in gradient_editor_left_color_update()
1064 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (gradient)); in gradient_editor_right_color_update()
/dports/graphics/gimp-app/gimp-2.10.30/app/vectors/
H A Dgimpvectors.c778 gimp_viewable_invalidate_preview (GIMP_VIEWABLE (vectors)); in gimp_vectors_real_thaw()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-git3237 gimp_viewable_invalidate_preview().
3240 gimp_viewable_invalidate_preview(). Some cleanup in the disabled
H A DChangeLog.pre-2-015295 gimp_viewable_invalidate_preview(vectors).
15902 gimp_image_update() *and* gimp_viewable_invalidate_preview() to
16033 by gimp_viewable_invalidate_preview(drawable) is equal to calling
25029 gimp_viewable_invalidate_preview() on the layer, not on the image
26241 gimp_viewable_invalidate_preview() only if we don't call
H A DChangeLog.pre-2-26904 instead of gimp_viewable_invalidate_preview() so the projection
H A DChangeLog.pre-2-44241 to gimp_viewable_invalidate_preview(image).