Home
last modified time | relevance | path

Searched refs:GetRotate (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h79 int GetRotate() const;
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp521 switch (m_pWidget->GetRotate()) in GetCurMatrix()
561 if ((m_pWidget->GetRotate() / 90) & 0x01) in GetPDFWindowRect()
DFFL_IFormFiller.cpp744 switch (pWidget->GetRotate() / 90) in QueryWherePopup()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp156 int CPDFSDK_Widget::GetRotate() const in GetRotate() function in CPDFSDK_Widget