Searched defs:mapXY (Results 1 - 4 of 4) sorted by path

/external/skia/include/core/
H A DSkMatrix.h440 /** Sets input x perspective factor, which causes mapXY() to vary input x inversely
447 /** Sets input y perspective factor, which causes mapXY() to vary input y inversely
1310 void mapXY(SkScalar x, SkScalar y, SkPoint* result) const { function in class:SkMatrix
1331 SkPoint mapXY(SkScalar x, SkScalar y) const { function in class:SkMatrix
/external/skia/tests/
H A DShadowTest.cpp81 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); local
82 SkPoint3 devLightPos = SkPoint3::Make(mapXY.fX, mapXY.fY, rec.fLightPos.fZ);
/external/skqp/include/core/
H A DSkMatrix.h440 /** Sets input x perspective factor, which causes mapXY() to vary input x inversely
447 /** Sets input y perspective factor, which causes mapXY() to vary input y inversely
1310 void mapXY(SkScalar x, SkScalar y, SkPoint* result) const { function in class:SkMatrix
1331 SkPoint mapXY(SkScalar x, SkScalar y) const { function in class:SkMatrix
/external/skqp/tests/
H A DShadowTest.cpp81 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY); local
82 SkPoint3 devLightPos = SkPoint3::Make(mapXY.fX, mapXY.fY, rec.fLightPos.fZ);

Completed in 386 milliseconds