Home
last modified time | relevance | path

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

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