Searched defs:CFX_Matrix (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h16 class CFX_Matrix;
650 void Transform(const CFX_Matrix* pMatrix);
746 class CFX_Matrix : public CFX_Object class in inherits:CFX_Object
750 CFX_Matrix() function in class:CFX_Matrix
756 CFX_Matrix(FX_FLOAT a1, FX_FLOAT b1, FX_FLOAT c1, FX_FLOAT d1, FX_FLOAT e1, FX_FLOAT f1) function in class:CFX_Matrix
775 void SetReverse(const CFX_Matrix &m);
779 void Concat(const CFX_Matrix &m, FX_BOOL bPrepended = FALSE);
781 void ConcatInverse(const CFX_Matrix& m, FX_BOOL bPrepended = FALSE);
787 void Copy(const CFX_Matrix& m)
899 #define CFX_AffineMatrix CFX_Matrix
[all...]

Completed in 71 milliseconds