Home
last modified time | relevance | path

Searched refs:whitex (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/pngj/chunks/
H A DPngChunkCHRM.java16 private double whitex, whitey; field in PngChunkCHRM
34 PngHelperInternal.writeInt4tobytes(PngHelperInternal.doubleToInt100000(whitex), c.data, 0); in createRawChunk()
49 whitex = PngHelperInternal.intToDouble100000(PngHelperInternal.readInt4fromBytes(c.data, 0)); in parseFromRaw()
62 whitex = otherx.whitex; in cloneDataFromRead()
63 whitey = otherx.whitex; in cloneDataFromRead()
72 …public void setChromaticities(final double whitex, final double whitey, final double redx, final d… in setChromaticities() argument
74 this.whitex = whitex; in setChromaticities()
85 return new double[] { whitex, whitey, redx, redy, greenx, greeny, bluex, bluey }; in getChromaticities()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c53 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
55 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
56 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c54 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
56 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
57 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c53 #define whitex (0.9497f / (0.9497f + 1.0000f + 1.4060f)) macro
55 static float uwht = 4*whitex/(-2*whitex + 12*whitey + 3);
56 static float vwht = 9*whitey/(-2*whitex + 12*whitey + 3);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpng.c1176 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1201 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1202 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1392 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1405 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1504 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpng.c1176 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1201 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1202 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1392 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1405 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1504 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpng.c1176 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1201 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1202 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1392 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1405 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1504 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/
H A Dpng.c854 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
875 if (xy.whitex < 0 || xy.whitex > PNG_FP_1) return 1;
876 if (xy.whitey < 0 || xy.whitey > PNG_FP_1-xy.whitex) return 1;
1063 if (!png_muldiv(&right, xy.greeny-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
1075 if (!png_muldiv(&left, xy.redy-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/stv0680/
H A Dbayer.c154 whitex = k; whitey = j; in light_enhance()
/dports/graphics/povray37/povray-3.7.0.10/libraries/png/
H A Dpng.c885 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
906 if (xy.whitex < 0 || xy.whitex > PNG_FP_1) return 1;
907 if (xy.whitey < 0 || xy.whitey > PNG_FP_1-xy.whitex) return 1;
1094 if (!png_muldiv(&right, xy.greeny-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
1106 if (!png_muldiv(&left, xy.redy-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
/dports/misc/vxl/vxl-3.3.2/v3p/png/
H A Dpng.c882 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
903 if (xy.whitex < 0 || xy.whitex > PNG_FP_1) return 1;
904 if (xy.whitey < 0 || xy.whitey > PNG_FP_1-xy.whitex) return 1;
1091 if (!png_muldiv(&right, xy.greeny-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
1103 if (!png_muldiv(&left, xy.redy-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/libpng/
H A Dpng.c882 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
903 if (xy.whitex < 0 || xy.whitex > PNG_FP_1) return 1;
904 if (xy.whitey < 0 || xy.whitey > PNG_FP_1-xy.whitex) return 1;
1091 if (!png_muldiv(&right, xy.greeny-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
1103 if (!png_muldiv(&left, xy.redy-xy.bluey, xy.whitex-xy.bluex, 7)) return 2;
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/
H A Dpng.c1232 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1257 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1258 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1461 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1560 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/libs/libpng/
H A Dpng.c1273 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1298 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1299 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1489 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1502 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1601 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/graphics/freeimage/FreeImage/Source/LibPNG/
H A Dpng.c1273 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1298 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1299 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1489 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1502 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1601 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/math/vtk9/VTK-9.1.0/ThirdParty/png/vtkpng/
H A Dpng.c1267 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1292 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1293 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1483 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1496 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/www/firefox-esr/firefox-91.8.0/media/libpng/
H A Dpng.c1267 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1292 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1293 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1483 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1496 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.c1295 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1320 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1321 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1511 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1524 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1623 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||

12345678910>>...27