Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp33 uint32_t dwCoordinatesType) { in GetPageMatrix() argument
36 bool bFlipX = (dwCoordinatesType & 0x01) != 0; in GetPageMatrix()
37 bool bFlipY = (dwCoordinatesType & 0x02) != 0; in GetPageMatrix()