Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimpoperationcomposecrop.c53 … const GeglRectangle *output_roi);
227 const GeglRectangle *output_roi) in gimp_operation_compose_crop_get_required_for_output() argument
233 gegl_rectangle_intersect (&result, output_roi, &self->rect); in gimp_operation_compose_crop_get_required_for_output()
235 gegl_rectangle_subtract_bounding_box (&result, output_roi, &self->rect); in gimp_operation_compose_crop_get_required_for_output()
237 g_return_val_if_reached (*output_roi); in gimp_operation_compose_crop_get_required_for_output()
H A Dgimpoperationoffset.c61 … const GeglRectangle *output_roi);
237 const GeglRectangle *output_roi) in gimp_operation_offset_get_required_for_output() argument
242 gimp_operation_offset_get_rect (offset, TRUE, output_roi, &rect); in gimp_operation_offset_get_required_for_output()
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dcartoon.c166 const GeglRectangle *output_roi)
174 return *output_roi;
179 const GeglRectangle *output_roi)
187 return *output_roi;
/dports/graphics/gegl/gegl-0.4.34/gegl/operation/
H A Dgegl-operation.h124 const GeglRectangle *output_roi);
132 const GeglRectangle *output_roi);
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dgblur-1d.c1108 const GeglRectangle *output_roi)
1123 required_for_output = *output_roi;
1142 return *output_roi;
1147 required_for_output = gegl_gblur_1d_enlarge_extent (o, output_roi);
1179 const GeglRectangle *output_roi)
1185 cached_region = *output_roi;
1197 cached_region = *output_roi;
H A Dexp-combine.c1248 const GeglRectangle *output_roi)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil1_float_ops.cxx1585 vsol_box_2d_sptr input_roi, output_roi; in homography() local
1605 output_roi = new vsol_box_2d(); in homography()
1606 output_roi->add_point(0, 0); in homography()
1621 output_roi = new vsol_box_2d(); in homography()
1622 output_roi->add_point(0, 0); in homography()
1623 output_roi->add_point(wout, hout); in homography()
1624 output_poly = bsol_algs::poly_from_box(output_roi); in homography()
1655 int bilow = int(output_roi->get_min_x()+0.9999f); in homography()
1656 int bihigh = int(output_roi->get_max_x()); in homography()
1657 int bjlow = int(output_roi->get_min_y()+0.9999f); in homography()
[all …]
H A Dbrip_vil_float_ops.cxx2653 vsol_box_2d_sptr input_roi, output_roi; in homography() local
2673 output_roi = new vsol_box_2d(); in homography()
2674 output_roi->add_point(0, 0); in homography()
2687 output_roi = new vsol_box_2d(); in homography()
2688 output_roi->add_point(0, 0); in homography()
2689 output_roi->add_point(wout, hout); in homography()
2690 output_poly = bsol_algs::poly_from_box(output_roi); in homography()
2721 int bilow = int(output_roi->get_min_x()+0.9999f); in homography()
2722 int bihigh = int(output_roi->get_max_x()); in homography()
2723 int bjlow = int(output_roi->get_min_y()+0.9999f); in homography()
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/workshop/
H A Dboxblur-1d.c255 const GeglRectangle *output_roi)
259 GeglRectangle cached_region = *output_roi;
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vmal/
H A Dvmal_rectifier.cxx226 center_overlap_region (H0, im1_roi, H1, im2_roi, output_roi); in compute_joint_epipolar_transform_new()
237 conditional_rectify_rotate180 (output_roi, H0, H1); in compute_joint_epipolar_transform_new()
/dports/graphics/gegl/gegl-0.4.34/operations/common-cxx/
H A Dwarp.cc339 const GeglRectangle *output_roi)