Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dcrop-zealous.c181 gint32 livingrows, livingcols, destrow, destcol; in do_zcrop() local
206 livingrows = 0; in do_zcrop()
219 livingrows++; in do_zcrop()
252 if ((livingcols == 0 || livingrows == 0) || in do_zcrop()
253 (livingcols == width && livingrows == height)) in do_zcrop()
316 gimp_image_crop (image_id, livingcols, livingrows, 0, 0); in do_zcrop()