Searched refs:skcms_PrimariesToXYZD50 (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/include/third_party/skcms/ |
D | skcms.h | 371 SKCMS_API bool skcms_PrimariesToXYZD50(float rx, float ry,
|
/third_party/skia/src/core/ |
D | SkColorSpace.cpp | 16 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
|
/third_party/skia/tests/ |
D | ColorSpaceTest.cpp | 217 bool result = skcms_PrimariesToXYZD50( in DEF_TEST()
|
/third_party/skia/src/codec/ |
D | SkPngCodec.cpp | 400 if (skcms_PrimariesToXYZD50(rx, ry, gx, gy, bx, by, wx, wy, &tmp)) { in read_color_profile()
|
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 1723 bool skcms_PrimariesToXYZD50(float rx, float ry, in skcms_PrimariesToXYZD50() function
|