Home
last modified time | relevance | path

Searched defs:mapMScalars (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/include/core/
DSkMatrix44.h405 inline void mapMScalars(const SkMScalar src[4], SkMScalar dst[4]) const { in mapMScalars() function
409 inline void mapMScalars(SkMScalar vec[4]) const { in mapMScalars() function
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp748 void SkMatrix44::mapMScalars(const SkMScalar src[4], SkMScalar dst[4]) const { in mapMScalars() function in SkMatrix44