Home
last modified time | relevance | path

Searched refs:toXYZ (Results 26 – 50 of 72) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkColorSpace.h121 const skcms_Matrix3x3& toXYZ);
234 const skcms_Matrix3x3& toXYZ);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkColorSpace.h121 const skcms_Matrix3x3& toXYZ);
234 const skcms_Matrix3x3& toXYZ);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkColorSpace.h121 const skcms_Matrix3x3& toXYZ);
234 const skcms_Matrix3x3& toXYZ);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkColorSpace.h121 const skcms_Matrix3x3& toXYZ);
234 const skcms_Matrix3x3& toXYZ);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkColorSpace.h120 const skcms_Matrix3x3& toXYZ);
230 SkColorSpace(const skcms_TransferFunction& transferFn, const skcms_Matrix3x3& toXYZ);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkColorSpace.h122 const skcms_Matrix3x3& toXYZ);
232 SkColorSpace(const skcms_TransferFunction& transferFn, const skcms_Matrix3x3& toXYZ);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkColorSpace_ICC.cpp1309 float toXYZ[9]; in make_xyz() local
1310 if (!load_xyz(&toXYZ[0], r->addr(base), r->fLength) || in make_xyz()
1311 !load_xyz(&toXYZ[3], g->addr(base), g->fLength) || in make_xyz()
1312 !load_xyz(&toXYZ[6], b->addr(base), b->fLength)) in make_xyz()
1317 mat.set3x3(toXYZ[0], toXYZ[1], toXYZ[2], in make_xyz()
1318 toXYZ[3], toXYZ[4], toXYZ[5], in make_xyz()
1319 toXYZ[6], toXYZ[7], toXYZ[8]); in make_xyz()
H A DSkICC.cpp291 static void write_xyz_tag(uint32_t* ptr, const SkMatrix44& toXYZ, int col) { in write_xyz_tag() argument
294 ptr[2] = SkEndian_SwapBE32(float_round_to_fixed(toXYZ.getFloat(0, col))); in write_xyz_tag()
295 ptr[3] = SkEndian_SwapBE32(float_round_to_fixed(toXYZ.getFloat(1, col))); in write_xyz_tag()
296 ptr[4] = SkEndian_SwapBE32(float_round_to_fixed(toXYZ.getFloat(2, col))); in write_xyz_tag()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/texturev/
H A Dcommon.sh61 mat3 toXYZ = mat3(
66 return mul(toXYZ, _rgb);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/texturev/
H A Dcommon.sh61 mat3 toXYZ = mat3(
66 return mul(toXYZ, _rgb);
/dports/astro/kstars/kstars-3.5.6/kstars/htmesh/
H A DHTMesh.cpp162 void HTMesh::toXYZ(double ra, double dec, double *x, double *y, double *z) in toXYZ() function in HTMesh
191 toXYZ(ra1, dec1, &x1, &y1, &z1); in intersect()
192 toXYZ(ra2, dec2, &x2, &y2, &z2); in intersect()
H A DHTMesh.h169 void toXYZ(double ra, double dec, double *x, double *y, double *z);
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/cg/
H A Dsphere.py79 dist = linear2arcdist(euclidean(toXYZ(pt0), toXYZ(pt1)), radius)
176 def toXYZ(pt): function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkColorSpace_Base.h208 SkColorSpace_Base(SkGammaNamed gammaNamed, const SkMatrix44& toXYZ);
211 sk_sp<SkGammas> gammas, const SkMatrix44& toXYZ, sk_sp<SkData> profileData);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc405 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
406 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
407 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
408 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1398 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1403 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1433 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc402 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
403 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
404 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
405 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1436 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1441 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1448 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc395 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
396 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
397 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
398 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1388 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1393 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1423 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc418 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
419 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
420 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
421 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1455 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1460 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1467 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc415 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
416 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
417 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
418 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1449 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1454 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1461 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc405 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
406 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
407 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
408 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1398 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1403 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1433 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc405 const skcms_ICCTag* bXYZ, skcms_Matrix3x3* toXYZ) { in read_to_XYZD50() argument
406 return read_tag_xyz(rXYZ, &toXYZ->vals[0][0], &toXYZ->vals[1][0], &toXYZ->vals[2][0]) && in read_to_XYZD50()
407 read_tag_xyz(gXYZ, &toXYZ->vals[0][1], &toXYZ->vals[1][1], &toXYZ->vals[2][1]) && in read_to_XYZD50()
408 read_tag_xyz(bXYZ, &toXYZ->vals[0][2], &toXYZ->vals[1][2], &toXYZ->vals[2][2]); in read_to_XYZD50()
1398 skcms_Matrix3x3 toXYZ = {{ in skcms_PrimariesToXYZD50() local
1403 toXYZ = skcms_Matrix3x3_concat(&primaries, &toXYZ); in skcms_PrimariesToXYZD50()
1433 *toXYZD50 = skcms_Matrix3x3_concat(&DXtoD50, &toXYZ); in skcms_PrimariesToXYZD50()
/dports/graphics/ampasCTL/CTL-57b48a2/OpenEXR_CTL/exr_ctl_exr/
H A Dchange_saturation.ctl109 float toXYZ[4][4] = RGBtoXYZ (chromaticities, whiteLuminance);
111 float XYZ[3] = mult_f3_f44 (RGB, toXYZ);
/dports/graphics/nurbs++/nurbs++-3.0.11/image/
H A Dcolor.h56 void toXYZ(double& x, double& y, double& z) ;
202 inline void Color::toXYZ(double &x, double& y, double& z){ in toXYZ() function
/dports/astro/kstars/kstars-3.5.6/kstars/projections/
H A Dprojector.cpp17 void toXYZ(const SkyPoint *p, double *x, double *y, double *z) in toXYZ() function
130 toXYZ(p1, &x, &y, &z); in clipLineVec()
133 toXYZ(p2, &dx, &dy, &dz); in clipLineVec()
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/cg/tests/
H A Dtest_sphere.py162 pts = list(map(sphere.toXYZ, pts))

123