Searched defs:mapXY (Results 1 – 5 of 5) sorted by relevance
135 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); in check_xformed_bounds() local
144 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); in check_xformed_bounds() local
1297 void mapXY(SkScalar x, SkScalar y, SkPoint* result) const { in mapXY() function1318 SkPoint mapXY(SkScalar x, SkScalar y) const { in mapXY() function
1410 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