Searched refs:multVecMatrix (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | TransformationMatrix.h | 123 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;
|
D | TransformationMatrix.cpp | 578 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/ |
D | ChangeLog-2009-06-16 | 41158 (WebCore::TransformationMatrix::multVecMatrix):
|