Home
last modified time | relevance | path

Searched refs:dest_min (Results 1 – 25 of 25) sorted by last modified time

/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dtransformimage.hxx746 DestValueType dest_min, DestValueType dest_max ) in linearRangeMapping() argument
748 return linearRangeMapping(src_min, src_max, dest_min, dest_max, in linearRangeMapping()
756 DestValueType dest_min, DestValueType dest_max, in linearRangeMapping() argument
763 : (dest_max - dest_min) / diff; in linearRangeMapping()
765 scale, dest_min / scale - src_min ); in linearRangeMapping()
772 DestValueType dest_min, DestValueType dest_max, in linearRangeMapping() argument
783 : (dest_max[i] - dest_min[i]) / diff; in linearRangeMapping()
784 offset[i] = dest_min[i] / scale[i] - src_min[i]; in linearRangeMapping()
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/layer-modes/
H A Dgimpoperationlayermode-blend.c382 gfloat dest_min, dest_max, dest_l; in gimp_operation_layer_mode_blend_hsl_color() local
385 dest_min = MIN (in[0], in[1]); in gimp_operation_layer_mode_blend_hsl_color()
386 dest_min = MIN (dest_min, in[2]); in gimp_operation_layer_mode_blend_hsl_color()
389 dest_l = (dest_min + dest_max) / 2.0f; in gimp_operation_layer_mode_blend_hsl_color()
462 dest_min = MIN (in[0], in[1]); in gimp_operation_layer_mode_blend_hsv_hue()
463 dest_min = MIN (dest_min, in[2]); in gimp_operation_layer_mode_blend_hsv_hue()
466 dest_delta = dest_max - dest_min; in gimp_operation_layer_mode_blend_hsv_hue()
504 gfloat dest_min, dest_max, dest_delta; in gimp_operation_layer_mode_blend_hsv_saturation() local
506 dest_min = MIN (in[0], in[1]); in gimp_operation_layer_mode_blend_hsv_saturation()
507 dest_min = MIN (dest_min, in[2]); in gimp_operation_layer_mode_blend_hsv_saturation()
[all …]
/dports/security/py-trezor/trezor-0.13.0/tests/
H A Dtest_stellar.py800 dest_min = "120"
822 dest_min=dest_min,
878 dest_min = "120"
898 dest_min=dest_min,
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Dstellar.py278 destination_min=_read_amount(op.dest_min),
/dports/science/py-dlib/dlib-19.22/dlib/image_transforms/
H A Dassign_image.h133 const double dest_min = pixel_traits<dest_pixel>::min(); in impl_assign_image_scaled() local
136 const double scale = (upper!=lower)? ((dest_max - dest_min) / (upper - lower)) : 0; in impl_assign_image_scaled()
144 assign_pixel(dest[r][c], scale*val + dest_min); in impl_assign_image_scaled()
/dports/science/dlib-cpp/dlib-19.22/dlib/image_transforms/
H A Dassign_image.h133 const double dest_min = pixel_traits<dest_pixel>::min(); in impl_assign_image_scaled() local
136 const double scale = (upper!=lower)? ((dest_max - dest_min) / (upper - lower)) : 0; in impl_assign_image_scaled()
144 assign_pixel(dest[r][c], scale*val + dest_min); in impl_assign_image_scaled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/
H A Dcstretchengine.h45 int dest_min,
H A Dcstretchengine.cpp36 int dest_min, in Calc() argument
53 m_DestMin = dest_min; in Calc()
54 if (dest_max - dest_min > static_cast<int>((1U << 30) - 4) / m_ItemSize) in Calc()
57 m_dwWeightTablesSize = (dest_max - dest_min) * m_ItemSize + 4; in Calc()
60 for (int dest_pixel = dest_min; dest_pixel < dest_max; ++dest_pixel) { in Calc()
89 for (int dest_pixel = dest_min; dest_pixel < dest_max; ++dest_pixel) { in Calc()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_MapRangeOperation.cpp54 float dest_min, dest_max; in executePixelSampled() local
65 dest_min = inputs[3]; in executePixelSampled()
75 value = dest_min + value * (dest_max - dest_min); in executePixelSampled()
81 value = dest_min; in executePixelSampled()
85 if (dest_max > dest_min) { in executePixelSampled()
86 CLAMP(value, dest_min, dest_max); in executePixelSampled()
89 CLAMP(value, dest_max, dest_min); in executePixelSampled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcstretchengine.cpp38 int dest_min, in Calc() argument
54 m_DestMin = dest_min; in Calc()
55 if (dest_max - dest_min > static_cast<int>((1U << 30) - 4) / m_ItemSize) in Calc()
58 m_dwWeightTablesSize = (dest_max - dest_min) * m_ItemSize + 4; in Calc()
61 for (int dest_pixel = dest_min; dest_pixel < dest_max; ++dest_pixel) { in Calc()
169 for (int dest_pixel = dest_min; dest_pixel < dest_max; ++dest_pixel) { in Calc()
H A Dcstretchengine.h44 int dest_min,
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dccodec_progressivedecoder.h83 int dest_min,
H A Dfx_codec_progress.cpp47 int dest_min, in Calc() argument
63 m_DestMin = dest_min; in Calc()
64 m_pWeightTables.resize((dest_max - dest_min) * m_ItemSize + 4); in Calc()
66 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
95 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Ddib_int.h50 int dest_min,
H A Dfx_dib_engine.cpp50 int dest_min, in Calc() argument
65 m_DestMin = dest_min; in Calc()
66 if ((dest_max - dest_min) > (int)((1U << 30) - 4) / m_ItemSize) in Calc()
69 m_dwWeightTablesSize = (dest_max - dest_min) * m_ItemSize + 4; in Calc()
75 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
195 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dtransformimage.hxx883 DestValueType dest_min, DestValueType dest_max ) in linearRangeMapping() argument
885 return linearRangeMapping(src_min, src_max, dest_min, dest_max, in linearRangeMapping()
892 DestValueType dest_min, DestValueType dest_max ) in linearRangeMapping() argument
894 return linearRangeMapping(src.min, src.max, dest_min, dest_max, in linearRangeMapping()
902 DestValueType dest_min, DestValueType dest_max, in linearRangeMapping() argument
909 : (dest_max - dest_min) / diff; in linearRangeMapping()
911 scale, dest_min / scale - src_min ); in linearRangeMapping()
918 DestValueType dest_min, DestValueType dest_max, in linearRangeMapping() argument
929 : (dest_max[i] - dest_min[i]) / diff; in linearRangeMapping()
930 offset[i] = dest_min[i] / scale[i] - src_min[i]; in linearRangeMapping()
/dports/graphics/tumble/tumble-0.36/
H A Dbitblt.h89 Point *dest_min,
H A Dbitblt.c408 Point *dest_min,
430 dr.min.x = dest_min->x;
431 dr.min.y = dest_min->y;
580 Point *dest_min, in bitblt() argument
589 dest_min->y + rect_height (src_rect) }}; in bitblt()
601 dest_point.y = dest_min->y + src_point.y - src_rect->min.y; in bitblt()
622 dest_point.y = dest_min->y + src_point.y - src_rect->min.y; in bitblt()
767 Point dest_min; in resize_bitmap() local
775 dest_min.x = 0; in resize_bitmap()
776 dest_min.y = 0; in resize_bitmap()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/include/
H A Dccodec_progressivedecoder.h83 int dest_min,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Ddib_int.h51 int dest_min,
H A Dfx_dib_engine.cpp36 int dest_min, in Calc() argument
55 m_DestMin = dest_min; in Calc()
56 if ((dest_max - dest_min) > (int)((1U << 30) - 4) / m_ItemSize) { in Calc()
60 FX_TryAlloc(uint8_t, (dest_max - dest_min) * m_ItemSize + 4); in Calc()
65 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
184 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp45 int dest_min, in Calc() argument
61 m_DestMin = dest_min; in Calc()
62 m_pWeightTables.resize((dest_max - dest_min) * m_ItemSize + 4); in Calc()
64 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
93 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel++) { in Calc()
/dports/sysutils/p5-Schedule-Cron/Schedule-Cron-1.01/lib/Schedule/
H A DCron.pm1327 my ($dest_mon,$dest_mday,$dest_wday,$dest_hour,$dest_min,$dest_sec,$dest_year) =
1335 dbg "Parsing $dest_hour:$dest_min:$dest_sec $dest_year/$dest_mon/$dest_mday" if $DEBUG;
1446 $dest_min = $expanded->[0]->[0];
1450 unless (defined ($dest_min = $self->_get_nearest($dest_min,$expanded->[0])))
1453 $dest_min = $expanded->[0]->[0];
1469 $dest_min = 0;
1477 if ($dest_min != $now_min)
1488 $dest_hour,$dest_min,$dest_sec,
1490 ($dest_min,$dest_hour,$dest_mday,$dest_mon,$dest_year,$dest_wday) =
1500 $dest_sec = ($dest_min == $now_min ? $dest_sec : 0);
[all …]
/dports/databases/p5-T2/T2-0.10/lib/T2/
H A DClass.pm696 dest_min => 0,
H A DAssociation.pm65 dest_min => { init_default => 1 },
235 source_min => $self->dest_min,
238 dest_min => $self->source_min,