Searched defs:nRotation (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp229 int32_t XFA_MapRotation(int32_t nRotation) { argument
230 nRotation = nRotation % 360;
231 nRotation = nRotation < 0 ? nRotation + 360 : nRotation;
232 return nRotation;

Completed in 576 milliseconds