Home
last modified time | relevance | path

Searched refs:src_max (Results 26 – 50 of 121) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcstretchengine.cpp42 int src_max, in Calc() argument
70 pixel_weights.m_SrcEnd = std::min(pixel_weights.m_SrcEnd, src_max - 1); in Calc()
88 end = std::min(end, src_max - 1); in Calc()
93 pixel_weights.m_SrcEnd = std::min(pixel_weights.m_SrcEnd, src_max - 1); in Calc()
162 pixel_weights.m_SrcEnd = std::min(pixel_pos, src_max - 1); in Calc()
176 end_i = std::min(end_i, src_max - 1); in Calc()
178 start_i = std::min(start_i, src_max - 1); in Calc()
H A Dcstretchengine.h48 int src_max,
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Daabb.h156 Vector3 src_max = position + size; in encloses() local
162 (src_max.x > dst_max.x) && in encloses()
164 (src_max.y > dst_max.y) && in encloses()
166 (src_max.z > dst_max.z)); in encloses()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Daabb.h156 Vector3 src_max = position + size; in encloses() local
162 (src_max.x > dst_max.x) && in encloses()
164 (src_max.y > dst_max.y) && in encloses()
166 (src_max.z > dst_max.z)); in encloses()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Daabb.h147 Vector3 src_max = pos + size; in encloses() local
153 (src_max.x > dst_max.x) && in encloses()
155 (src_max.y > dst_max.y) && in encloses()
157 (src_max.z > dst_max.z)); in encloses()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Daabb.h147 Vector3 src_max = pos + size; in encloses() local
153 (src_max.x > dst_max.x) && in encloses()
155 (src_max.y > dst_max.y) && in encloses()
157 (src_max.z > dst_max.z)); in encloses()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dtransformimage.hxx882 linearRangeMapping(SrcValueType src_min, SrcValueType src_max, in linearRangeMapping() argument
885 return linearRangeMapping(src_min, src_max, dest_min, dest_max, in linearRangeMapping()
901 SrcValueType src_min, SrcValueType src_max, in linearRangeMapping() argument
906 Multiplier diff = src_max - src_min; in linearRangeMapping()
917 SrcValueType src_min, SrcValueType src_max, in linearRangeMapping() argument
926 MComponent diff = src_max[i] - src_min[i]; in linearRangeMapping()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/
H A Dcstretchengine.cpp40 int src_max, in Calc() argument
69 pixel_weights.m_SrcEnd = std::min(pixel_weights.m_SrcEnd, src_max - 1); in Calc()
82 pixel_weights.m_SrcEnd = std::min(pixel_pos, src_max - 1); in Calc()
96 end_i = std::min(end_i, src_max - 1); in Calc()
98 start_i = std::min(start_i, src_max - 1); in Calc()
H A Dcstretchengine.h49 int src_max,
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A Dw2xconv.cpp934 template <typename SRC_TYPE, int src_max, int ridx, int bidx>
940 float div = 1.0f / src_max; in preproc_rgb2yuv()
980 template <typename SRC_TYPE, int src_max, int ridx, int bidx>
986 float div = 1.0f / src_max; in preproc_rgba2yuv()
987 float alpha_coef = 1.0f / src_max; in preproc_rgba2yuv()
1085 SRC_TYPE ra = src_max - a; in preproc_rgba2yuv()
1102 template <typename SRC_TYPE, int src_max, int ridx, int bidx>
1108 float div = 1.0f / src_max; in preproc_rgb2rgb()
1133 float div = 1.0f / src_max; in preproc_rgba2rgb()
1134 float alpha_coef = 1.0f / src_max; in preproc_rgba2rgb()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Ddib_int.h54 int src_max,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Ddib_int.h55 int src_max,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevdgbr.c423 gx_color_value src_max = (1 << src_depth) - 1; in gx_get_bits_std_to_native() local
424 #define v2cv(value) ((ulong)(value) * gx_max_color_value / src_max) in gx_get_bits_std_to_native()
425 gx_color_value alpha_default = src_max; in gx_get_bits_std_to_native()
436 #define v2frac(value) ((long)(value) * frac_1 / src_max) in gx_get_bits_std_to_native()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevdgbr.c425 gx_color_value src_max = (1 << src_depth) - 1; in gx_get_bits_std_to_native() local
426 #define v2cv(value) ((ulong)(value) * gx_max_color_value / src_max) in gx_get_bits_std_to_native()
427 gx_color_value alpha_default = src_max; in gx_get_bits_std_to_native()
438 #define v2frac(value) ((long)(value) * frac_1 / src_max) in gx_get_bits_std_to_native()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevdgbr.c425 gx_color_value src_max = (1 << src_depth) - 1; in gx_get_bits_std_to_native() local
426 #define v2cv(value) ((ulong)(value) * gx_max_color_value / src_max) in gx_get_bits_std_to_native()
427 gx_color_value alpha_default = src_max; in gx_get_bits_std_to_native()
438 #define v2frac(value) ((long)(value) * frac_1 / src_max) in gx_get_bits_std_to_native()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevdgbr.c423 gx_color_value src_max = (1 << src_depth) - 1; in gx_get_bits_std_to_native() local
424 #define v2cv(value) ((ulong)(value) * gx_max_color_value / src_max) in gx_get_bits_std_to_native()
425 gx_color_value alpha_default = src_max; in gx_get_bits_std_to_native()
436 #define v2frac(value) ((long)(value) * frac_1 / src_max) in gx_get_bits_std_to_native()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevdgbr.c418 gx_color_value src_max = (1 << src_depth) - 1; in gx_get_bits_std_to_native() local
419 #define v2cv(value) ((ulong)(value) * gx_max_color_value / src_max) in gx_get_bits_std_to_native()
420 gx_color_value alpha_default = src_max; in gx_get_bits_std_to_native()
431 #define v2frac(value) ((long)(value) * frac_1 / src_max) in gx_get_bits_std_to_native()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevdgbr.c418 gx_color_value src_max = (1 << src_depth) - 1; in gx_get_bits_std_to_native() local
419 #define v2cv(value) ((ulong)(value) * gx_max_color_value / src_max) in gx_get_bits_std_to_native()
420 gx_color_value alpha_default = src_max; in gx_get_bits_std_to_native()
431 #define v2frac(value) ((long)(value) * frac_1 / src_max) in gx_get_bits_std_to_native()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/programs/
H A Dgdal_translate.rst26 [-unscale] [-scale[_bn] [src_min src_max [dst_min dst_max]]]* [-exponent[_bn] exp_val]*
118 .. option:: -scale [src_min src_max [dst_min dst_max]]
120 Rescale the input pixels values from the range **src_min** to **src_max**
125 src_max are not used to clip input values.
/dports/graphics/gdal/gdal-3.3.3/doc/source/programs/
H A Dgdal_translate.rst26 [-unscale] [-scale[_bn] [src_min src_max [dst_min dst_max]]]* [-exponent[_bn] exp_val]*
118 .. option:: -scale [src_min src_max [dst_min dst_max]]
120 Rescale the input pixels values from the range **src_min** to **src_max**
125 src_max are not used to clip input values.
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/programs/
H A Dgdal_translate.rst26 [-unscale] [-scale[_bn] [src_min src_max [dst_min dst_max]]]* [-exponent[_bn] exp_val]*
118 .. option:: -scale [src_min src_max [dst_min dst_max]]
120 Rescale the input pixels values from the range **src_min** to **src_max**
125 src_max are not used to clip input values.
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dmisc.c394 char *strnzcatn(char *dst, int size, const char *src, int src_max) in strnzcatn() argument
405 while (--size && src_max--) in strnzcatn()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/format/
H A Du_format_pack.py276 src_max = src_channel.max()
284 if src_min < dst_min and src_max > dst_max:
287 if src_max > dst_max:
/dports/graphics/libosmesa/mesa-21.3.6/src/util/format/
H A Du_format_pack.py276 src_max = src_channel.max()
284 if src_min < dst_min and src_max > dst_max:
287 if src_max > dst_max:
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/format/
H A Du_format_pack.py276 src_max = src_channel.max()
284 if src_min < dst_min and src_max > dst_max:
287 if src_max > dst_max:

12345