Home
last modified time | relevance | path

Searched refs:skcms_PrimariesToXYZD50 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/third_party/skcms/
Dskcms.h371 SKCMS_API bool skcms_PrimariesToXYZD50(float rx, float ry,
/third_party/skia/src/core/
DSkColorSpace.cpp16 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
/third_party/skia/tests/
DColorSpaceTest.cpp217 bool result = skcms_PrimariesToXYZD50( in DEF_TEST()
/third_party/skia/src/codec/
DSkPngCodec.cpp400 if (skcms_PrimariesToXYZD50(rx, ry, gx, gy, bx, by, wx, wy, &tmp)) { in read_color_profile()
/third_party/skia/third_party/skcms/
Dskcms.cc1723 bool skcms_PrimariesToXYZD50(float rx, float ry, in skcms_PrimariesToXYZD50() function