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

  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 75 int GetRotate() const;
cpdfsdk_widget.cpp 548 int CPDFSDK_Widget::GetRotate() const {
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.h 50 int32_t GetRotate();
cxfa_widgetdata.cpp 288 int32_t CXFA_WidgetData::GetRotate() {
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 410 switch (m_pWidget->GetRotate()) {
443 if ((m_pWidget->GetRotate() / 90) & 0x01)
cffl_interactiveformfiller.cpp 547 switch (pWidget->GetRotate() / 90) {
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 127 int nRotate = pWidgetAcc->GetRotate();
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 61 switch (m_pDataAcc->GetRotate()) {
412 int32_t iRotate = m_pDataAcc->GetRotate();
    [all...]

Completed in 243 milliseconds