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

/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h12 class CFX_Matrix;
569 class CFX_Matrix { class
571 CFX_Matrix() { SetIdentity(); } function in class:CFX_Matrix
573 explicit CFX_Matrix(const FX_FLOAT n[6]) function in class:CFX_Matrix
576 CFX_Matrix(const CFX_Matrix& other) function in class:CFX_Matrix
584 CFX_Matrix(FX_FLOAT a1, function in class:CFX_Matrix
592 void operator=(const CFX_Matrix& other) {
610 void SetReverse(const CFX_Matrix& m);
612 void Concat(const CFX_Matrix
[all...]

Completed in 352 milliseconds