Home
last modified time | relevance | path

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

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