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

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.h9 class CBC_QRCoderErrorCorrectionLevel { class
14 CBC_QRCoderErrorCorrectionLevel(int32_t ordinal, int32_t bits, FX_CHAR* name);
15 CBC_QRCoderErrorCorrectionLevel();
18 static CBC_QRCoderErrorCorrectionLevel* L;
19 static CBC_QRCoderErrorCorrectionLevel* M;
20 static CBC_QRCoderErrorCorrectionLevel* Q;
21 static CBC_QRCoderErrorCorrectionLevel* H;
22 virtual ~CBC_QRCoderErrorCorrectionLevel();
29 static CBC_QRCoderErrorCorrectionLevel* ForBits(int32_t bits);
H A DBC_QRCoderErrorCorrectionLevel.cpp25 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::L = NULL;
26 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::M = NULL;
27 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::Q = NULL;
28 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::H = NULL;
29 CBC_QRCoderErrorCorrectionLevel::CBC_QRCoderErrorCorrectionLevel( function in class:CBC_QRCoderErrorCorrectionLevel
[all...]

Completed in 85 milliseconds