/external/pdfium/fxbarcode/ |
D | cfx_barcode_unittest.cpp | 50 bool RenderDevice() { in RenderDevice() function in BarcodeTest 51 return barcode_->RenderDevice(device_.get(), &matrix_); in RenderDevice() 80 RenderDevice(); in TEST_F() 93 RenderDevice(); in TEST_F() 111 RenderDevice(); in TEST_F() 124 RenderDevice(); in TEST_F() 137 RenderDevice(); in TEST_F() 155 RenderDevice(); in TEST_F() 173 RenderDevice(); in TEST_F() 191 RenderDevice(); in TEST_F() [all …]
|
D | cfx_barcode.cpp | 229 bool CFX_Barcode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CFX_Barcode 231 return m_pBCEngine && m_pBCEngine->RenderDevice(device, matrix); in RenderDevice()
|
D | cbc_pdf417i.h | 23 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_datamatrix.h | 23 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_qrcode.h | 23 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_codabar.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_code39.h | 25 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_code128.h | 24 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_eancode.h | 28 bool RenderDevice(CFX_RenderDevice* device,
|
D | cbc_datamatrix.cpp | 43 bool CBC_DataMatrix::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_DataMatrix
|
D | cbc_qrcode.cpp | 43 bool CBC_QRCode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_QRCode
|
D | cbc_pdf417i.cpp | 53 bool CBC_PDF417I::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_PDF417I
|
D | cbc_codebase.h | 30 virtual bool RenderDevice(CFX_RenderDevice* device,
|
D | cfx_barcode.h | 31 bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix);
|
D | cbc_codabar.cpp | 51 bool CBC_Codabar::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Codabar
|
D | cbc_code128.cpp | 55 bool CBC_Code128::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Code128
|
D | cbc_code39.cpp | 52 bool CBC_Code39::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Code39
|
D | cbc_eancode.cpp | 40 bool CBC_EANCode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_EANCode
|
/external/pdfium/xfa/fwl/ |
D | cfwl_barcode.cpp | 52 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), &matrix); in DrawWidget()
|