Home
last modified time | relevance | path

Searched refs:multVecMatrix (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.h123 void map(double x, double y, double& x2, double& y2) const { multVecMatrix(x, y, x2, y2); } in map()
344 void multVecMatrix(double x, double y, double& dstX, double& dstY) const;
347 … void multVecMatrix(double x, double y, double z, double& dstX, double& dstY, double& dstZ) const;
DTransformationMatrix.cpp578 multVecMatrix(p.x(), p.y(), x, y); in mapPoint()
590 multVecMatrix(p.x(), p.y(), p.z(), x, y, z); in mapPoint()
939 void TransformationMatrix::multVecMatrix(double x, double y, double& resultX, double& resultY) const in multVecMatrix() function in WebCore::TransformationMatrix
950 void TransformationMatrix::multVecMatrix(double x, double y, double z, double& resultX, double& res… in multVecMatrix() function in WebCore::TransformationMatrix
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1641158 (WebCore::TransformationMatrix::multVecMatrix):