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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 179 virtual CPDF_Matrix GetWindowMatrix(void* pAttachedData) = 0;
382 CPDF_Matrix GetWindowMatrix() const;
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 86 virtual CPDF_Matrix GetWindowMatrix(void* pAttachedData);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 1127 CPDF_Matrix CPWL_Wnd::GetWindowMatrix() const
1133 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData()));
1155 CPDF_Matrix mt = GetWindowMatrix();
1165 CPDF_Matrix mt = GetWindowMatrix();
PWL_EditCtrl.cpp 55 CPDF_Matrix mt = GetWindowMatrix();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 494 CPDF_Matrix CFFL_FormFiller::GetWindowMatrix(void* pAttachedData)

Completed in 54 milliseconds