Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Ddevelop.h475 …evelop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction,
479 const int transf_direction, float *points, size_t points_count);
481 …evelop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction,
485 const int transf_direction, float *points, size_t points_count);
496 …velop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction);
498 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
501 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
506 …velop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction);
508 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
511 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
H A Ddevelop.c2645 && ((transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in dt_dev_distort_transform_locked()
2669 && (transf_direction == DT_DEV_TRANSFORM_DIR_ALL in dt_dev_distort_transform_plus()
2670 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_EXCL in dt_dev_distort_transform_plus()
2671 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_INCL)) in dt_dev_distort_transform_plus()
2694 && ((transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in dt_dev_distort_backtransform_locked()
2715 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_EXCL in dt_dev_distort_backtransform_plus()
2716 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_INCL)) in dt_dev_distort_backtransform_plus()
2759 if(piece->enabled && ((transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in dt_dev_hash_plus()
2807 if(probehash == dt_dev_hash_plus(dev, pipe, iop_order, transf_direction)) in dt_dev_wait_hash()
2820 if(dt_dev_wait_hash(dev, pipe, iop_order, transf_direction, lock, hash)) in dt_dev_sync_pixelpipe_hash()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Ddevelop.h483 …evelop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction,
487 const int transf_direction, float *points, size_t points_count);
489 …evelop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction,
493 const int transf_direction, float *points, size_t points_count);
504 …velop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction);
506 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
509 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
514 …velop_t *dev, struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction);
516 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
519 … struct dt_dev_pixelpipe_t *pipe, const double iop_order, const int transf_direction, dt_pthread_m…
H A Ddevelop.c2622 && ((transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in dt_dev_distort_transform_locked()
2646 && (transf_direction == DT_DEV_TRANSFORM_DIR_ALL in dt_dev_distort_transform_plus()
2647 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_EXCL in dt_dev_distort_transform_plus()
2648 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_INCL)) in dt_dev_distort_transform_plus()
2671 && ((transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in dt_dev_distort_backtransform_locked()
2692 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_EXCL in dt_dev_distort_backtransform_plus()
2693 || transf_direction == DT_DEV_TRANSFORM_DIR_FORW_INCL)) in dt_dev_distort_backtransform_plus()
2736 if(piece->enabled && ((transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in dt_dev_hash_plus()
2784 if(probehash == dt_dev_hash_plus(dev, pipe, iop_order, transf_direction)) in dt_dev_wait_hash()
2797 if(dt_dev_wait_hash(dev, pipe, iop_order, transf_direction, lock, hash)) in dt_dev_sync_pixelpipe_hash()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/develop/masks/
H A Dbrush.c569 …order(dt_develop_t *dev, dt_masks_form_t *form, const double iop_order, const int transf_direction, in _brush_get_pts_border() argument
616 if(source && form->points && transf_direction != DT_DEV_TRANSFORM_DIR_ALL) in _brush_get_pts_border()
867 if(source && transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _brush_get_pts_border()
903 if(dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *points, *points_count)) in _brush_get_pts_border()
905 …if(!border || dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *border, *bord… in _brush_get_pts_border()
H A Dpath.c516 …order(dt_develop_t *dev, dt_masks_form_t *form, const double iop_order, const int transf_direction, in _path_get_pts_border() argument
558 if(source && nb > 0 && transf_direction != DT_DEV_TRANSFORM_DIR_ALL) in _path_get_pts_border()
709 if(source && transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _path_get_pts_border()
747 …else if(dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *points, *points_cou… in _path_get_pts_border()
749 …if(!border || dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *border, *bord… in _path_get_pts_border()
/dports/graphics/darktable38/darktable-3.8.0/src/develop/masks/
H A Dbrush.c569 …order(dt_develop_t *dev, dt_masks_form_t *form, const double iop_order, const int transf_direction, in _brush_get_pts_border() argument
616 if(source && form->points && transf_direction != DT_DEV_TRANSFORM_DIR_ALL) in _brush_get_pts_border()
867 if(source && transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _brush_get_pts_border()
903 if(dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *points, *points_count)) in _brush_get_pts_border()
905 …if(!border || dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *border, *bord… in _brush_get_pts_border()
H A Dpath.c522 …order(dt_develop_t *dev, dt_masks_form_t *form, const double iop_order, const int transf_direction, in _path_get_pts_border() argument
564 if(source && nb > 0 && transf_direction != DT_DEV_TRANSFORM_DIR_ALL) in _path_get_pts_border()
717 if(source && transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _path_get_pts_border()
755 …else if(dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *points, *points_cou… in _path_get_pts_border()
757 …if(!border || dt_dev_distort_transform_plus(dev, pipe, iop_order, transf_direction, *border, *bord… in _path_get_pts_border()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dliquify.c525 int transf_direction; member
590 if(params->transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _distort_paths()
599 params->transf_direction, buffer, len); in _distort_paths()
603 if(params->transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _distort_paths()
609 …form_plus(params->develop, params->pipe, module->iop_order, params->transf_direction, buffer, len); in _distort_paths()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dliquify.c525 int transf_direction; member
590 if(params->transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _distort_paths()
599 params->transf_direction, buffer, len); in _distort_paths()
603 if(params->transf_direction == DT_DEV_TRANSFORM_DIR_ALL) in _distort_paths()
609 …form_plus(params->develop, params->pipe, module->iop_order, params->transf_direction, buffer, len); in _distort_paths()