Searched refs:apply_clip_path (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dselection-chemistry.h160 void sp_selection_set_mask(SPDesktop *desktop, bool apply_clip_path, bool apply_to_layer);
161 void sp_selection_unset_mask(SPDesktop *desktop, bool apply_clip_path);
H A Dselection-chemistry.cpp3859 * If \a apply_clip_path parameter is true, clipPath is created, otherwise mask
3862 void sp_selection_set_mask(SPDesktop *desktop, bool apply_clip_path, bool apply_to_layer) argument
3971 gchar const *attributeName = apply_clip_path ? "clip-path" : "mask";
4007 if (apply_clip_path) {
4025 if (apply_clip_path) {
4032 void sp_selection_unset_mask(SPDesktop *desktop, bool apply_clip_path) { argument
4052 gchar const *attributeName = apply_clip_path ? "clip-path" : "mask";
4070 if (apply_clip_path) {
4158 if (apply_clip_path) {

Completed in 450 milliseconds