Home
last modified time | relevance | path

Searched defs:mapXY (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tests/
DShadowTest.cpp135 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); in check_xformed_bounds() local
/third_party/skia/tests/
DShadowTest.cpp144 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); in check_xformed_bounds() local
/third_party/flutter/skia/include/core/
DSkMatrix.h1310 SkPoint mapXY(SkScalar x, SkScalar y) const { in mapXY() function
/third_party/skia/include/core/
DSkMatrix.h1408 SkPoint mapXY(SkScalar x, SkScalar y) const { in mapXY() function
/third_party/flutter/skia/src/core/
DSkMatrix.cpp789 void SkMatrix::mapXY(SkScalar x, SkScalar y, SkPoint* result) const { in mapXY() function in SkMatrix
/third_party/skia/src/core/
DSkMatrix.cpp786 void SkMatrix::mapXY(SkScalar x, SkScalar y, SkPoint* result) const { in mapXY() function in SkMatrix