aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.h
diff options
context:
space:
mode:
authorGravatar skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>2018-05-09 18:44:08 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-09 19:40:51 +0000
commitb5d1f244b2d7a73217a03742d4fffd25ad1427f4 (patch)
tree0c619b94f4f8eb10c05bdc00d3b24f028ef8dbfe /third_party/skcms/skcms.h
parente61b969a07ba3ebe9e47e61381ad16c5d2c549a2 (diff)
Roll skia/third_party/skcms f771d23..78ee9e8 (1 commits)
https://skia.googlesource.com/skcms.git/+log/f771d23..78ee9e8 2018-05-09 brianosman@google.com Add skcms_PrimariesToXYZD50 The AutoRoll server is located here: https://skcms-skia-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=egdaniel@google.com Change-Id: Id29aa5abf53d1f4a79eff393f88f33ff6ff807bc Reviewed-on: https://skia-review.googlesource.com/127102 Commit-Queue: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'third_party/skcms/skcms.h')
-rw-r--r--third_party/skcms/skcms.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/skcms/skcms.h b/third_party/skcms/skcms.h
index bb94ad57cc..79d0abf5cd 100644
--- a/third_party/skcms/skcms.h
+++ b/third_party/skcms/skcms.h
@@ -232,6 +232,12 @@ SKCMS_API bool skcms_MakeUsableAsDestination(skcms_ICCProfile* profile);
// profile unchanged and return false.
SKCMS_API bool skcms_MakeUsableAsDestinationWithSingleCurve(skcms_ICCProfile* profile);
+SKCMS_API bool skcms_PrimariesToXYZD50(float rx, float ry,
+ float gx, float gy,
+ float bx, float by,
+ float wx, float wy,
+ skcms_Matrix3x3* toXYZD50);
+
#ifdef __cplusplus
}
#endif