Home
last modified time | relevance | path

Searched refs:nRotate (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp131 int nRotate = hWidget->GetNode()->GetRotate(); in GetPopupPos() local
132 switch (nRotate) { in GetPopupPos()
190 switch (nRotate) { in GetPopupPos()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp938 int32_t nRotate = 0; in GenerateFormAP() local
940 nRotate = pMKDict->GetIntegerFor("R"); in GenerateFormAP()
944 switch (nRotate % 360) { in GenerateFormAP()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1113 int32_t nRotate = in CalculatePositionedContainerPos() local
1116 int32_t nAbsoluteAnchorType = nNextPos[nRotate][nAnchorType]; in CalculatePositionedContainerPos()
2758 int32_t nRotate = XFA_MapRotation( in DoLayoutField() local
2760 if (nRotate == 90 || nRotate == 270) in DoLayoutField()