Home
last modified time | relevance | path

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

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