HomeSort by relevance Sort by last modified time
    Searched defs:mapXY (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
ShadowTest.cpp 81 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY);
82 SkPoint3 devLightPos = SkPoint3::Make(mapXY.fX, mapXY.fY, rec.fLightPos.fZ);
  /external/skqp/tests/
ShadowTest.cpp 81 SkPoint mapXY = ctm.mapXY(rec.fLightPos.fX, rec.fLightPos.fY);
82 SkPoint3 devLightPos = SkPoint3::Make(mapXY.fX, mapXY.fY, rec.fLightPos.fZ);
  /external/skia/include/core/
SkMatrix.h 440 /** 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
    [all...]
  /external/skqp/include/core/
SkMatrix.h 440 /** 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
    [all...]

Completed in 95 milliseconds