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

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCodeWriter.cpp 48 FX_BOOL CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) {
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixWriter.cpp 48 FX_BOOL CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) {
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Writer.cpp 37 FX_BOOL CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) {
  /external/pdfium/xfa/include/fwl/lightwidget/
barcode.h 68 void SetErrorCorrectionLevel(int32_t ecLevel) {
  /external/pdfium/xfa/src/fwl/src/basewidget/
fxmath_barcodeimp.cpp 284 FX_BOOL CFX_Barcode::SetErrorCorrectionLevel(int32_t level) {
289 memptr = (memptrtype)&CBC_QRCode::SetErrorCorrectionLevel;
292 memptr = (memptrtype)&CBC_PDF417I::SetErrorCorrectionLevel;
  /external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp 714 FX_BOOL CBC_QRCode::SetErrorCorrectionLevel(int32_t level) {
721 return ((CBC_TwoDimWriter*)m_pBCWriter)->SetErrorCorrectionLevel(level);
778 FX_BOOL CBC_PDF417I::SetErrorCorrectionLevel(int32_t level) {
779 ((CBC_PDF417Writer*)m_pBCWriter)->SetErrorCorrectionLevel(level);
    [all...]

Completed in 83 milliseconds