HomeSort by relevance Sort by last modified time
    Searched refs:SetTruncated (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fxbarcode/
cbc_pdf417i.h 29 void SetTruncated(bool truncated);
cbc_pdf417i.cpp 39 void CBC_PDF417I::SetTruncated(bool truncated) {
40 GetPDF417Writer()->SetTruncated(truncated);
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417Writer.h 28 void SetTruncated(bool truncated);
BC_PDF417Writer.cpp 47 void CBC_PDF417Writer::SetTruncated(bool truncated) {
  /external/pdfium/xfa/fwl/
cfx_barcode.h 56 bool SetTruncated(bool truncated);
cfwl_barcode.h 68 void SetTruncated(bool truncated);
cfwl_barcode.cpp 152 void CFWL_Barcode::SetTruncated(bool truncated) {
205 m_pBarcodeEngine->SetTruncated(m_bTruncated);
cfx_barcode.cpp 283 bool CFX_Barcode::SetTruncated(bool truncated) {
288 memptr = (memptrtype)&CBC_PDF417I::SetTruncated;
  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp 212 pBarCodeWidget->SetTruncated(*truncate);

Completed in 145 milliseconds