Home
last modified time | relevance | path

Searched refs:XYZ (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libpng/
H A Dpng.c1233 png_xy_from_XYZ(png_xy *xy, const png_XYZ *XYZ) in png_xy_from_XYZ() argument
1237 d = XYZ->red_X + XYZ->red_Y + XYZ->red_Z; in png_xy_from_XYZ()
1238 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0) in png_xy_from_XYZ()
1240 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0) in png_xy_from_XYZ()
1243 whiteX = XYZ->red_X; in png_xy_from_XYZ()
1244 whiteY = XYZ->red_Y; in png_xy_from_XYZ()
1246 d = XYZ->green_X + XYZ in png_xy_from_XYZ()
1276 png_XYZ_from_xy(png_XYZ *XYZ, const png_xy *xy) png_XYZ_from_xy() argument
1542 png_XYZ_normalize(png_XYZ *XYZ) png_XYZ_normalize() argument
1618 png_colorspace_check_xy(png_XYZ *XYZ, const png_xy *xy) png_colorspace_check_xy() argument
1644 png_colorspace_check_XYZ(png_xy *xy, png_XYZ *XYZ) png_colorspace_check_XYZ() argument
1672 png_colorspace_set_xy_and_XYZ(png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy, const png_XYZ *XYZ, int preferred) png_colorspace_set_xy_and_XYZ() argument
1729 png_XYZ XYZ; png_colorspace_set_chromaticities() local
1760 png_XYZ XYZ = *XYZ_in; png_colorspace_set_endpoints() local
[all...]
H A Dpngset.c76 png_XYZ XYZ; in png_set_cHRM_XYZ_fixed() local
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed"); in png_set_cHRM_XYZ_fixed()
83 XYZ.red_X = int_red_X; in png_set_cHRM_XYZ_fixed()
84 XYZ.red_Y = int_red_Y; in png_set_cHRM_XYZ_fixed()
85 XYZ.red_Z = int_red_Z; in png_set_cHRM_XYZ_fixed()
86 XYZ.green_X = int_green_X; in png_set_cHRM_XYZ_fixed()
87 XYZ.green_Y = int_green_Y; in png_set_cHRM_XYZ_fixed()
88 XYZ.green_Z = int_green_Z; in png_set_cHRM_XYZ_fixed()
89 XYZ.blue_X = int_blue_X; in png_set_cHRM_XYZ_fixed()
90 XYZ in png_set_cHRM_XYZ_fixed()
[all...]
H A Dpngpriv.h1689 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ,
/third_party/typescript/tests/baselines/reference/
H A DmoduleImport.js3 import XYZ = X.Y.Z;
5 if (x>0) XYZ.pong (x-1);
23 var XYZ = X.Y.Z;
26 XYZ.pong(x - 1);
/third_party/ffmpeg/libavfilter/
H A Dfflcms2.c198 static av_always_inline void XYZ_xy(cmsCIEXYZ XYZ, AVCIExy *xy) in XYZ_xy() argument
200 double k = 1.0 / (XYZ.X + XYZ.Y + XYZ.Z); in XYZ_xy()
201 xy->x = av_d2q(k * XYZ.X, 100000); in XYZ_xy()
202 xy->y = av_d2q(k * XYZ.Y, 100000); in XYZ_xy()
/third_party/skia/third_party/skcms/
H A Dskcms.cc304 // XYZ is also a PCS signature, so it's defined in skcms.h
402 // XYZType is technically variable sized, holding N XYZ triples. However, the only valid uses of
615 // We require exactly three (ie XYZ/Lab/RGB) output channels
642 // For B2A, exactly 3 input channels (XYZ) and 3 (RGB) or 4 (CMYK) output channels.
815 // We require exactly three (ie XYZ/Lab/RGB) output channels
942 // Require exactly 3 inputs (XYZ) and 3 (RGB) or 4 (CMYK) outputs.
1324 // Malformed XYZ tags
1736 // First, we need to convert xy values (primaries) to XYZ.
1749 skcms_Vector3 XYZ = mv_mul(&primaries_inv, &wXYZ);
1752 { XYZ
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2199 static const UChar XYZ[] = u"XYZ"; in TestCurrencyUnit() local
2200 static const char XYZ8[] = "XYZ"; in TestCurrencyUnit()
2224 // Test XYZ, a valid but non-standard currency. in TestCurrencyUnit()
2225 // Note: Country code XY is private-use, so XYZ should remain unallocated. in TestCurrencyUnit()
2226 CurrencyUnit extended(XYZ, ec); in TestCurrencyUnit()
2228 assertEquals("non-standard", XYZ, extended.getISOCurrency()); in TestCurrencyUnit()
2317 assertEquals("ISO Code after restoring 3", XYZ, restored3.getISOCurrency()); in TestCurrencyUnit()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9intrapred_16bpp.asm959 LOWPASS 0, 1, 2 ; XYZ#ABC.

Completed in 24 milliseconds