Home
last modified time | relevance | path

Searched refs:XFA_MapRotation (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils_unittest.cpp9 TEST(XfaUtilsImpTest, XFA_MapRotation) { in TEST() argument
21 XFA_MapRotation(TestCases[i].input)); in TEST()
Dxfa_utils.h24 int32_t XFA_MapRotation(int32_t nRotation);
Dxfa_utils.cpp517 int32_t XFA_MapRotation(int32_t nRotation) { in XFA_MapRotation() function
Dcxfa_node.cpp2210 return degrees ? XFA_MapRotation(*degrees) / 90 * 90 : 0; in GetRotate()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp591 XFA_MapRotation(pNode->JSObject()->GetInteger(XFA_Attribute::Rotate)) / in CalculatePositionedContainerPos()
2035 int32_t nRotate = XFA_MapRotation( in DoLayoutField()