Searched refs:SetTruncated (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417Writer.h20 void SetTruncated(FX_BOOL truncated);
H A DBC_PDF417Writer.cpp44 void CBC_PDF417Writer::SetTruncated(FX_BOOL truncated) { function in class:CBC_PDF417Writer
/external/pdfium/xfa/include/fwl/basewidget/
H A Dfxmath_barcode.h45 virtual FX_BOOL SetTruncated(FX_BOOL truncated) = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfxmath_barcodeimp.h47 virtual FX_BOOL SetTruncated(FX_BOOL truncated);
/external/pdfium/xfa/include/fwl/lightwidget/
H A Dbarcode.h72 void SetTruncated(FX_BOOL truncated) { function in class:CFWL_Barcode
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfxmath_barcodeimp.cpp299 FX_BOOL CFX_Barcode::SetTruncated(FX_BOOL truncated) { function in class:CFX_Barcode
304 memptr = (memptrtype)&CBC_PDF417I::SetTruncated;
H A Dfwl_barcodeimp.cpp168 m_pBarcodeEngine->SetTruncated(pData->GetTruncated());
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffbarcode.cpp106 pBarCodeWidget->SetTruncated(boolVal);
/external/pdfium/xfa/include/fxbarcode/
H A DBC_BarCode.h241 void SetTruncated(FX_BOOL truncated);
/external/pdfium/xfa/src/fxbarcode/
H A DBC_BarCode.cpp782 void CBC_PDF417I::SetTruncated(FX_BOOL truncated) { function in class:CBC_PDF417I
783 ((CBC_PDF417Writer*)m_pBCWriter)->SetTruncated(truncated);

Completed in 5834 milliseconds