Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderFormatInformation.cpp27 const int32_t CBC_QRCoderFormatInformation::FORMAT_INFO_DECODE_LOOKUP[32][2] = { member in CBC_QRCoderFormatInformation
79 int32_t const* decodeInfo = &FORMAT_INFO_DECODE_LOOKUP[i][0]; in DoDecodeFormatInformation()
DBC_QRCoderFormatInformation.h13 const static int32_t FORMAT_INFO_DECODE_LOOKUP[32][2]; variable