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.cpp10 TEST(XfaUtilsImpTest, XFA_MapRotation) { in TEST() argument
22 XFA_MapRotation(TestCases[i].input)); in TEST()
Dxfa_utils.h27 int32_t XFA_MapRotation(int32_t nRotation);
Dxfa_utils.cpp576 int32_t XFA_MapRotation(int32_t nRotation) { in XFA_MapRotation() function
Dcxfa_itemlayoutprocessor.cpp1114 XFA_MapRotation(pNode->JSObject()->GetInteger(XFA_Attribute::Rotate)) / in CalculatePositionedContainerPos()
2758 int32_t nRotate = XFA_MapRotation( in DoLayoutField()
Dcxfa_node.cpp1544 return degrees ? XFA_MapRotation(*degrees) / 90 * 90 : 0; in GetRotate()