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

/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.cpp25 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::L = nullptr;
26 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::M = nullptr;
27 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::Q = nullptr;
28 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::H = nullptr;
30 CBC_QRCoderErrorCorrectionLevel::CBC_QRCoderErrorCorrectionLevel( function in class:CBC_QRCoderErrorCorrectionLevel
[all...]
H A DBC_QRCoderErrorCorrectionLevel.h12 class CBC_QRCoderErrorCorrectionLevel { class
14 static CBC_QRCoderErrorCorrectionLevel* L;
15 static CBC_QRCoderErrorCorrectionLevel* M;
16 static CBC_QRCoderErrorCorrectionLevel* Q;
17 static CBC_QRCoderErrorCorrectionLevel* H;
22 static CBC_QRCoderErrorCorrectionLevel* ForBits(int32_t bits);
24 ~CBC_QRCoderErrorCorrectionLevel();
31 CBC_QRCoderErrorCorrectionLevel(int32_t ordinal,
34 CBC_QRCoderErrorCorrectionLevel();

Completed in 138 milliseconds