remove deprecated SkMatrix44::map() 2x
Change-Id: Iac32934a454da7c6edf02aec36fa12e4dbbae408 Reviewed-on: https://skia-review.googlesource.com/c/159483 Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
f28e55d5a1
commit
5f8ef8c1da
@ -400,16 +400,6 @@ public:
|
||||
this->mapScalars(vec, vec);
|
||||
}
|
||||
|
||||
SK_ATTR_DEPRECATED("use mapScalars")
|
||||
void map(const SkScalar src[4], SkScalar dst[4]) const {
|
||||
this->mapScalars(src, dst);
|
||||
}
|
||||
|
||||
SK_ATTR_DEPRECATED("use mapScalars")
|
||||
void map(SkScalar vec[4]) const {
|
||||
this->mapScalars(vec, vec);
|
||||
}
|
||||
|
||||
#ifdef SK_MSCALAR_IS_DOUBLE
|
||||
void mapMScalars(const SkMScalar src[4], SkMScalar dst[4]) const;
|
||||
#elif defined SK_MSCALAR_IS_FLOAT
|
||||
|
Loading…
Reference in New Issue
Block a user