aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-12-15 13:11:41 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-15 18:37:39 +0000
commit2d53d984251a753b9d0fb3adad3be09243cf5c14 (patch)
tree8cbe3bfc4a81624efdc79c2992e056040080a251 /include/core/SkMatrix.h
parent2a8ad669097f5e0b57e5acd174554d875728c75b (diff)
move homogenous with stride to matrixpriv
this appears to be needed only by Skia internally, so move it out of the public includes. R=bsalomon@google.com Bug: skia:6898 Change-Id: Iebdda8f2c9a8fd953dd44bac9b74158d7491c21a Reviewed-on: https://skia-review.googlesource.com/85961 Commit-Queue: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/core/SkMatrix.h')
-rw-r--r--include/core/SkMatrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index b527ab5ef9..e88232834b 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -1337,9 +1337,6 @@ public:
@param count items in SkPoint3 array to transform
*/
void mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const;
- /** Same as above but with a variable offset between successive points. */
- void mapHomogeneousPointsWithStride(SkPoint3 dst[], const SkPoint3 src[], size_t stride,
- int count) const;
/** Maps SkPoint (x, y) to result. SkPoint is mapped by multiplying by SkMatrix. Given: