Searched defs:mapXY (Results 1 – 3 of 3) sorted by relevance
144 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); in check_xformed_bounds() local
1408 SkPoint mapXY(SkScalar x, SkScalar y) const { in mapXY() function
786 void SkMatrix::mapXY(SkScalar x, SkScalar y, SkPoint* result) const { in mapXY() function in SkMatrix