Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp878 CFX_Matrix CPWL_Wnd::GetWindowMatrix() const { in GetWindowMatrix() function in CPWL_Wnd
882 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
890 CFX_Matrix mt = GetWindowMatrix(); in PWLtoWnd()
899 CFX_Matrix mt = GetWindowMatrix(); in PWLtoWnd()
DPWL_EditCtrl.cpp49 CFX_Matrix mt = GetWindowMatrix(); in IsWndHorV()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h182 virtual CFX_Matrix GetWindowMatrix(void* pAttachedData) = 0;
377 CFX_Matrix GetWindowMatrix() const;
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h88 CFX_Matrix GetWindowMatrix(void* pAttachedData) override;
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp406 CFX_Matrix CFFL_FormFiller::GetWindowMatrix(void* pAttachedData) { in GetWindowMatrix() function in CFFL_FormFiller