Home
last modified time | relevance | path

Searched refs:gamma_shift (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_gamma_lut.pas42 gamma_shift ,
82 gamma_shift:=GammaShift;
83 gamma_size :=1 shl gamma_shift;
91 LoResT:=gamma_shift div 8;
102 int8u(i shl (hi_res_shift - gamma_shift ) );
106 int16u(i shl (hi_res_shift - gamma_shift ) );
110 int32u(i shl (hi_res_shift - gamma_shift ) );
122 int8u(i shr (hi_res_shift - gamma_shift ) );
141 gamma_shift:=GammaShift;
142 gamma_size :=1 shl gamma_shift;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_gamma_lut.pas42 gamma_shift ,
82 gamma_shift:=GammaShift;
83 gamma_size :=1 shl gamma_shift;
91 LoResT:=gamma_shift div 8;
102 int8u(i shl (hi_res_shift - gamma_shift ) );
106 int16u(i shl (hi_res_shift - gamma_shift ) );
110 int32u(i shl (hi_res_shift - gamma_shift ) );
122 int8u(i shr (hi_res_shift - gamma_shift ) );
141 gamma_shift:=GammaShift;
142 gamma_size :=1 shl gamma_shift;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_gamma_lut.pas42 gamma_shift ,
82 gamma_shift:=GammaShift;
83 gamma_size :=1 shl gamma_shift;
91 LoResT:=gamma_shift div 8;
102 int8u(i shl (hi_res_shift - gamma_shift ) );
106 int16u(i shl (hi_res_shift - gamma_shift ) );
110 int32u(i shl (hi_res_shift - gamma_shift ) );
122 int8u(i shr (hi_res_shift - gamma_shift ) );
141 gamma_shift:=GammaShift;
142 gamma_size :=1 shl gamma_shift;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_gamma_lut.pas42 gamma_shift ,
82 gamma_shift:=GammaShift;
83 gamma_size :=1 shl gamma_shift;
91 LoResT:=gamma_shift div 8;
102 int8u(i shl (hi_res_shift - gamma_shift ) );
106 int16u(i shl (hi_res_shift - gamma_shift ) );
110 int32u(i shl (hi_res_shift - gamma_shift ) );
122 int8u(i shr (hi_res_shift - gamma_shift ) );
141 gamma_shift:=GammaShift;
142 gamma_size :=1 shl gamma_shift;
[all …]
/dports/graphics/agg/agg-2.5/include/
H A Dagg_gamma_lut.h43 gamma_shift = GammaShift, enumerator
44 gamma_size = 1 << gamma_shift,
69 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
74 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_gamma_lut.h34 gamma_shift = GammaShift, enumerator
35 gamma_size = 1 << gamma_shift,
60 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
65 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_gamma_lut.h35 gamma_shift = GammaShift, enumerator
36 gamma_size = 1 << gamma_shift,
61 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
66 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/agg/
H A Dagg_gamma_lut.h35 gamma_shift = GammaShift, enumerator
36 gamma_size = 1 << gamma_shift,
61 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
66 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_gamma_lut.h35 gamma_shift = GammaShift, enumerator
36 gamma_size = 1 << gamma_shift,
61 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
66 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_gamma_lut.h35 gamma_shift = GammaShift, enumerator
36 gamma_size = 1 << gamma_shift,
61 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
66 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_gamma_lut.h35 gamma_shift = GammaShift, enumerator
36 gamma_size = 1 << gamma_shift,
61 m_dir_gamma[i] = HiResT(i << (hi_res_shift - gamma_shift)); in gamma_lut()
66 m_inv_gamma[i] = LoResT(i >> (hi_res_shift - gamma_shift)); in gamma_lut()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/png/vtkpng/
H A Dpngrtran.c1235 png_ptr->gamma_shift); in png_do_read_transformations()
1248 png_ptr->gamma_shift); in png_do_read_transformations()
2162 png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
2166 png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
2170 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
2259 png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
2263 png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
2267 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
2552 png_uint_16pp gamma_16_to_1, int gamma_shift) in png_do_background() argument
3220 int gamma_shift) in png_do_gamma() argument
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libpng/
H A Dpngrtran.c1431 png_ptr->gamma_shift in png_do_read_transformations()
1446 png_ptr->gamma_shift); in png_do_read_transformations()
2351 png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
2360 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
2449 png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
2452 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
2454 png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
2458 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
2567 png_uint_16pp gamma_16_to_1, int gamma_shift in png_do_background() argument
3257 int gamma_shift) in png_do_gamma() argument
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/
H A Dpngrtran.c3102 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3111 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3114 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3116 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3120 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3198 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3652 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3675 gamma_shift][v >> 8]; in png_do_compose()
3934 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4161 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibPNG/
H A Dpngrtran.c3104 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3113 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3116 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3118 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3122 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3200 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3658 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3681 gamma_shift][v >> 8]; in png_do_compose()
3939 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4166 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/PNG/src/itkpng/
H A Dpngrtran.c3097 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3106 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3109 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3111 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3115 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3192 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3646 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3798 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3927 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4154 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/emulators/stella/stella-6.6/src/libpng/
H A Dpngrtran.c3113 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3122 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3125 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3127 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3131 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3209 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3667 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3690 gamma_shift][v >> 8]; in png_do_compose()
3948 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4174 int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/png/vtkpng/
H A Dpngrtran.c3113 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3122 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3125 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3127 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3131 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3209 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3667 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3690 gamma_shift][v >> 8]; in png_do_compose()
3948 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4174 int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libpng/
H A Dpngrtran.c3113 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3122 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3125 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3127 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3131 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3209 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3667 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3690 gamma_shift][v >> 8]; in png_do_compose()
3948 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4174 int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrtran.c3141 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3150 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3153 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3155 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3159 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3237 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3695 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3718 gamma_shift][v >> 8]; in png_do_compose()
3976 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4202 int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpng/
H A Dpngrtran.c3113 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3122 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3125 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3127 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3131 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3209 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3667 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3690 gamma_shift][v >> 8]; in png_do_compose()
3948 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4174 int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/graphics/apngasm/apngasm-2.91/libpng/
H A Dpngrtran.c3102 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3111 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3114 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3116 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3120 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3198 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3657 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3680 gamma_shift][v >> 8]; in png_do_compose()
3939 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4166 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/graphics/apngdis/apngdis-2.9/libpng/
H A Dpngrtran.c3102 >> png_ptr->gamma_shift][red >> 8]; in png_do_rgb_to_gray()
3111 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3114 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3116 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3120 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3198 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3657 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3680 gamma_shift][v >> 8]; in png_do_compose()
3939 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4166 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/png/
H A Dpngrtran.c3097 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3106 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3109 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3111 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3115 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3192 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3646 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3798 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3927 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4154 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/
H A Dpngrtran.c3241 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3250 >> png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
3253 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
3255 >> png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
3259 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
3394 int gamma_shift = png_ptr->gamma_shift; in png_do_compose() local
3831 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
3981 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_compose()
4101 int gamma_shift = png_ptr->gamma_shift; in png_do_gamma() local
4328 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha() local
[all …]

12345678910>>...16