Searched refs:dwCoordinatesType (Results 1 – 1 of 1) sorted by relevance
33 uint32_t dwCoordinatesType) { in GetPageMatrix() argument37 bool bFlipX = (dwCoordinatesType & 0x01) != 0; in GetPageMatrix()38 bool bFlipY = (dwCoordinatesType & 0x02) != 0; in GetPageMatrix()