Searched refs:GetWindowMatrix (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_wnd.h113 virtual CFX_Matrix GetWindowMatrix(PrivateData* pAttached) = 0;
250 CFX_Matrix GetWindowMatrix() const;
H A Dcpwl_wnd.cpp732 CFX_Matrix CPWL_Wnd::GetWindowMatrix() const { function in class:CPWL_Wnd
735 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData()));
740 CFX_Matrix mt = GetWindowMatrix();
H A Dcpwl_edit_ctrl.cpp39 CFX_Matrix mt = GetWindowMatrix();
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.h89 CFX_Matrix GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) override;
H A Dcffl_formfiller.cpp379 CFX_Matrix CFFL_FormFiller::GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) { function in class:CFFL_FormFiller

Completed in 124 milliseconds