Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DShadowTest.cpp155 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); in check_xformed_bounds() local
/aosp_15_r20/external/skia/include/core/
H A DSkMatrix.h1416 SkPoint mapXY(SkScalar x, SkScalar y) const { in mapXY() function
/aosp_15_r20/external/skia/src/core/
H A DSkMatrix.cpp777 void SkMatrix::mapXY(SkScalar x, SkScalar y, SkPoint* result) const { in mapXY() function in SkMatrix