Home
last modified time | relevance | path

Searched refs:has_crop (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/simple-scan/simple-scan-40.7/src/
H A Dpage.vala108 if (has_crop)
142 if (has_crop)
148 public bool has_crop { get; private set; }
197 bool has_crop,
215 this.has_crop = has_crop;
359 if (!has_crop)
361 has_crop = false;
378 has_crop = true;
436 has_crop = true;
478 if (!has_crop)
[all …]
H A Dautosave-manager.vala118 var has_crop = get_boolean (file, page_name, "has-crop");
152 has_crop,
329 file.set_boolean (page_name, "has-crop", page.has_crop);
H A Dpage-view.vala573 if (!page.has_crop)
957 if (page.has_crop)
H A Dapp-window.vala1063 if (page.has_crop)
1088 crop_button.active = page.has_crop;
H A Dsimple-scan.vala1610 do_crop = page.has_crop;
/dports/graphics/tumble/tumble-0.36/
H A Dtumble.h40 bool has_crop; member
H A Dsemantics.c51 bool has_crop; member
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-thumbnailer.c395 gboolean has_crop; in photos_thumbnailer_generate_thumbnail_pipeline() local
424 has_crop = photos_pipeline_get (pipeline, in photos_thumbnailer_generate_thumbnail_pipeline()
431 if (has_crop) in photos_thumbnailer_generate_thumbnail_pipeline()
438 has_crop = FALSE; in photos_thumbnailer_generate_thumbnail_pipeline()
442 if (has_crop in photos_thumbnailer_generate_thumbnail_pipeline()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.cpp836 if (has_crop()) { in cropSection()
1684 bool has_crop = cur_io_has_crop(); in updateVideoInput() local
1686 m_cropWidth->setEnabled(has_crop); in updateVideoInput()
1687 m_cropLeft->setEnabled(has_crop); in updateVideoInput()
1688 m_cropHeight->setEnabled(has_crop); in updateVideoInput()
1689 m_cropTop->setEnabled(has_crop); in updateVideoInput()
1728 bool has_crop = cur_io_has_crop(); in updateVideoOutput() local
1730 m_cropWidth->setEnabled(has_crop); in updateVideoOutput()
1731 m_cropLeft->setEnabled(has_crop); in updateVideoOutput()
1732 m_cropHeight->setEnabled(has_crop); in updateVideoOutput()
[all …]
H A Dgeneral-tab.h281 bool has_crop() { return m_fd->has_crop(); } in has_crop() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.cpp836 if (has_crop()) { in cropSection()
1684 bool has_crop = cur_io_has_crop(); in updateVideoInput() local
1686 m_cropWidth->setEnabled(has_crop); in updateVideoInput()
1687 m_cropLeft->setEnabled(has_crop); in updateVideoInput()
1688 m_cropHeight->setEnabled(has_crop); in updateVideoInput()
1689 m_cropTop->setEnabled(has_crop); in updateVideoInput()
1728 bool has_crop = cur_io_has_crop(); in updateVideoOutput() local
1730 m_cropWidth->setEnabled(has_crop); in updateVideoOutput()
1731 m_cropLeft->setEnabled(has_crop); in updateVideoOutput()
1732 m_cropHeight->setEnabled(has_crop); in updateVideoOutput()
[all …]
H A Dgeneral-tab.h281 bool has_crop() { return m_fd->has_crop(); } in has_crop() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.cpp836 if (has_crop()) { in cropSection()
1684 bool has_crop = cur_io_has_crop(); in updateVideoInput() local
1686 m_cropWidth->setEnabled(has_crop); in updateVideoInput()
1687 m_cropLeft->setEnabled(has_crop); in updateVideoInput()
1688 m_cropHeight->setEnabled(has_crop); in updateVideoInput()
1689 m_cropTop->setEnabled(has_crop); in updateVideoInput()
1728 bool has_crop = cur_io_has_crop(); in updateVideoOutput() local
1730 m_cropWidth->setEnabled(has_crop); in updateVideoOutput()
1731 m_cropLeft->setEnabled(has_crop); in updateVideoOutput()
1732 m_cropHeight->setEnabled(has_crop); in updateVideoOutput()
[all …]
H A Dgeneral-tab.h281 bool has_crop() { return m_fd->has_crop(); } in has_crop() function
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Dlightroom.c393 gboolean has_crop; member
513 if(!xmlStrcmp(value, (const xmlChar *)"True")) data->has_crop = TRUE; in _lrop()
1176 data.has_crop = FALSE; in dt_lightroom_import()
1263 if(dev != NULL && data.has_crop) in dt_lightroom_import()
1371 if(data.has_crop) data.pv.whratio = data.pv.whratio * data.fratio; in dt_lightroom_import()
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Dlightroom.c391 gboolean has_crop; member
511 if(!xmlStrcmp(value, (const xmlChar *)"True")) data->has_crop = TRUE; in _lrop()
1174 data.has_crop = FALSE; in dt_lightroom_import()
1261 if(dev != NULL && data.has_crop) in dt_lightroom_import()
1369 if(data.has_crop) data.pv.whratio = data.pv.whratio * data.fratio; in dt_lightroom_import()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-buffers.cpp2554 bool has_crop = node->cur_io_has_crop(); in streamFmtRun() local
2558 if (has_crop) { in streamFmtRun()
2585 bool has_crop = node->cur_io_has_crop(); in streamFmt() local
2620 if (has_crop) in streamFmt()
2656 if (has_crop) { in streamFmt()
2690 has_crop = false; in streamFmt()
2695 if (!has_crop && !has_compose) in streamFmt()
2724 if (!has_crop) { in streamFmt()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-buffers.cpp2554 bool has_crop = node->cur_io_has_crop(); in streamFmtRun() local
2558 if (has_crop) { in streamFmtRun()
2585 bool has_crop = node->cur_io_has_crop(); in streamFmt() local
2620 if (has_crop) in streamFmt()
2656 if (has_crop) { in streamFmt()
2690 has_crop = false; in streamFmt()
2695 if (!has_crop && !has_compose) in streamFmt()
2724 if (!has_crop) { in streamFmt()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-buffers.cpp2554 bool has_crop = node->cur_io_has_crop(); in streamFmtRun() local
2558 if (has_crop) { in streamFmtRun()
2585 bool has_crop = node->cur_io_has_crop(); in streamFmt() local
2620 if (has_crop) in streamFmt()
2656 if (has_crop) { in streamFmt()
2690 has_crop = false; in streamFmt()
2695 if (!has_crop && !has_compose) in streamFmt()
2724 if (!has_crop) { in streamFmt()
/dports/graphics/elementary-photos/photos-2.7.1/src/editing_tools/
H A DCropTool.vala500 if (!canvas.photo.has_crop ()) {
550 if (!canvas.photo.has_crop ()) {
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h240 bool has_crop() in has_crop() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h240 bool has_crop() in has_crop() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h240 bool has_crop() in has_crop() function
/dports/graphics/shotwell/shotwell-0.30.14/src/editing_tools/
H A DEditingTools.vala1071 if(!canvas.get_photo().has_crop()) {
1127 if(!canvas.get_photo().has_crop()) {
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DPhoto.vala2987 public bool has_crop () {

12