/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; 155 a_rgb = a.getRGBColorComponents(a_rgb); 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) {
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/plugins/jpeg/ |
H A D | ReadAsGrayTest.java | 154 float[] a_rgb = new float[3]; in compareWithTolerance() local 155 a_rgb = a.getRGBColorComponents(a_rgb); in compareWithTolerance() 160 if (Math.abs(a_rgb[i] - b_rgb[i]) > delta) { in compareWithTolerance()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/opts/ |
H A D | SkXfermode_opts.h | 120 static inline Sk4f a_rgb(const Sk4f& a, const Sk4f& rgb) { in a_rgb() function 142 return a_rgb(srcover, colors); in XFERMODE() 158 return a_rgb(srcover, colors); in XFERMODE() 183 return a_rgb(alpha, colors); in XFERMODE()
|
/dports/www/cssed/cssed-0.4.0/libcroco/parser/ |
H A D | cr-rgb.c | 408 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb * a_rgb) in cr_rgb_set_from_rgb() argument 410 g_return_val_if_fail (a_this && a_rgb, CR_BAD_PARAM_ERROR); in cr_rgb_set_from_rgb() 412 cr_rgb_copy (a_this, a_rgb) ; in cr_rgb_set_from_rgb()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/opts/ |
H A D | SkXfermode_opts.h | 120 static inline Sk4f a_rgb(const Sk4f& a, const Sk4f& rgb) { 142 return a_rgb(srcover, colors); 158 return a_rgb(srcover, colors); 183 return a_rgb(alpha, colors);
|
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/croco/ |
H A D | cr-rgb.h | 66 enum CRStatus cr_rgb_set_from_rgb (CRRgb *a_this, CRRgb const *a_rgb) ;
|
H A D | cr-rgb.c | 372 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb const * a_rgb) in cr_rgb_set_from_rgb() argument 374 g_return_val_if_fail (a_this && a_rgb, CR_BAD_PARAM_ERROR); in cr_rgb_set_from_rgb() 376 cr_rgb_copy (a_this, a_rgb) ; in cr_rgb_set_from_rgb()
|
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/croco/ |
H A D | cr-rgb.h | 66 enum CRStatus cr_rgb_set_from_rgb (CRRgb *a_this, CRRgb const *a_rgb) ;
|
H A D | cr-rgb.c | 372 cr_rgb_set_from_rgb (CRRgb * a_this, CRRgb const * a_rgb) in cr_rgb_set_from_rgb() argument 374 g_return_val_if_fail (a_this && a_rgb, CR_BAD_PARAM_ERROR); in cr_rgb_set_from_rgb() 376 cr_rgb_copy (a_this, a_rgb) ; in cr_rgb_set_from_rgb()
|
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/ |
H A D | cr-tknzr.c | 1255 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1342 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1343 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1346 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1352 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1353 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1354 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1355 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1361 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1363 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libcroco/ |
H A D | cr-tknzr.c | 1255 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1342 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1343 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1346 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1352 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1353 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1354 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1355 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1361 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1363 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libcroco/ |
H A D | cr-tknzr.c | 1255 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1342 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1343 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1346 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1352 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1353 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1354 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1355 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1361 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1363 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/ |
H A D | cr-tknzr.c | 1255 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1342 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1343 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1346 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1352 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1353 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1354 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1355 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1361 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1363 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libcroco/ |
H A D | cr-tknzr.c | 1247 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1324 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1325 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1328 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1334 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1335 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1336 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1337 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1343 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1345 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/ |
H A D | cr-tknzr.c | 1255 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1342 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1343 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1346 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1352 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1353 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1354 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1355 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1361 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1363 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/libcroco/ |
H A D | cr-tknzr.c | 1255 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1342 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1343 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1346 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1352 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1353 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1354 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1355 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1361 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1363 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|
/dports/textproc/libcroco/libcroco-0.6.13/src/ |
H A D | cr-tknzr.c | 1244 cr_tknzr_parse_rgb (CRTknzr * a_this, CRRgb ** a_rgb) in cr_tknzr_parse_rgb() argument 1331 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1332 *a_rgb = cr_rgb_new_with_vals (red, green, blue, in cr_tknzr_parse_rgb() 1335 if (*a_rgb == NULL) { in cr_tknzr_parse_rgb() 1341 (*a_rgb)->red = red; in cr_tknzr_parse_rgb() 1342 (*a_rgb)->green = green; in cr_tknzr_parse_rgb() 1343 (*a_rgb)->blue = blue; in cr_tknzr_parse_rgb() 1344 (*a_rgb)->is_percentage = is_percentage; in cr_tknzr_parse_rgb() 1350 if (a_rgb && *a_rgb) { in cr_tknzr_parse_rgb() 1352 (&(*a_rgb)->location, in cr_tknzr_parse_rgb()
|