HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowMatrix (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 146 virtual CFX_Matrix GetWindowMatrix(void* pAttachedData) = 0;
338 CFX_Matrix GetWindowMatrix() const;
PWL_Wnd.cpp 828 CFX_Matrix CPWL_Wnd::GetWindowMatrix() const {
831 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData()));
837 CFX_Matrix mt = GetWindowMatrix();
PWL_EditCtrl.cpp 42 CFX_Matrix mt = GetWindowMatrix();
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.h 84 CFX_Matrix GetWindowMatrix(void* pAttachedData) override;
cffl_formfiller.cpp 390 CFX_Matrix CFFL_FormFiller::GetWindowMatrix(void* pAttachedData) {

Completed in 83 milliseconds