HomeSort by relevance Sort by last modified time
    Searched defs:CBC_QRCoderErrorCorrectionLevel (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.cpp 25 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(
    [all...]
BC_QRCoderErrorCorrectionLevel.h 9 class CBC_QRCoderErrorCorrectionLevel {
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);

Completed in 248 milliseconds