Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderFormatInformation.cpp65 int32_t maskedFormatInfo) { in DecodeFormatInformation() argument
67 DoDecodeFormatInformation(maskedFormatInfo); in DecodeFormatInformation()
71 return DoDecodeFormatInformation(maskedFormatInfo ^ FORMAT_INFO_MASK_QR); in DecodeFormatInformation()
75 int32_t maskedFormatInfo) { in DoDecodeFormatInformation() argument
81 if (targetInfo == maskedFormatInfo) { in DoDecodeFormatInformation()
84 int32_t bitsDifference = NumBitsDiffering(maskedFormatInfo, targetInfo); in DoDecodeFormatInformation()
DBC_QRCoderFormatInformation.h26 int32_t maskedFormatInfo);
28 int32_t maskedFormatInfo);