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

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

Completed in 480 milliseconds