Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp426 switch (m_pWidget->GetRotate()) { in GetCurMatrix()
460 if ((m_pWidget->GetRotate() / 90) & 0x01) in GetPDFWindowRect()
DFFL_IFormFiller.cpp584 switch (pWidget->GetRotate() / 90) { in QueryWherePopup()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h114 int GetRotate() const;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp46 switch (m_pDataAcc->GetRotate()) { in GetRectWithoutRotate()
317 int32_t iRotate = m_pDataAcc->GetRotate(); in GetRotateMatrix()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h587 int32_t GetRotate();
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp327 nRotate = pWidgetAcc->GetRotate(); in GetPopupPos()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp545 int CPDFSDK_Widget::GetRotate() const { in GetRotate() function in CPDFSDK_Widget
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1526 int32_t CXFA_WidgetData::GetRotate() { in GetRotate() function in CXFA_WidgetData