/external/pdfium/xfa/fxbarcode/ |
D | cbc_datamatrix.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_pdf417i.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_ean13.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_ean8.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_upca.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_qrcode.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_code128.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_code39.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_codabar.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_codebase.h | 30 virtual bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_datamatrix.cpp | 48 bool CBC_DataMatrix::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_DataMatrix
|
D | cbc_pdf417i.cpp | 58 bool CBC_PDF417I::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_PDF417I
|
D | cbc_qrcode.cpp | 64 bool CBC_QRCode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_QRCode
|
D | cbc_code128.cpp | 71 bool CBC_Code128::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Code128
|
D | cbc_upca.cpp | 79 bool CBC_UPCA::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_UPCA
|
D | cbc_code39.cpp | 60 bool CBC_Code39::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Code39
|
D | cbc_ean8.cpp | 75 bool CBC_EAN8::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_EAN8
|
D | cbc_ean13.cpp | 76 bool CBC_EAN13::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_EAN13
|
D | cbc_codabar.cpp | 83 bool CBC_Codabar::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Codabar
|
/external/pdfium/xfa/fwl/ |
D | cfx_barcode.cpp | 312 bool CFX_Barcode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CFX_Barcode 315 return m_pBCEngine && m_pBCEngine->RenderDevice(device, matrix, e); in RenderDevice()
|
D | cfx_barcode.h | 32 bool RenderDevice(CFX_RenderDevice* device,
|
D | cfwl_barcode.cpp | 56 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), pMatrix, in DrawWidget()
|