Home
last modified time | relevance | path

Searched defs:RenderDevice (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxbarcode/
Dcbc_code128.cpp49 bool CBC_Code128::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Code128
Dcbc_codabar.cpp45 bool CBC_Codabar::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Codabar
Dcbc_datamatrix.cpp46 bool CBC_DataMatrix::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_DataMatrix
Dcbc_qrcode.cpp44 bool CBC_QRCode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_QRCode
Dcbc_code39.cpp46 bool CBC_Code39::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_Code39
Dcbc_pdf417i.cpp55 bool CBC_PDF417I::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_PDF417I
Dcbc_eancode.cpp35 bool CBC_EANCode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CBC_EANCode
Dcfx_barcode.cpp240 bool CFX_Barcode::RenderDevice(CFX_RenderDevice* device, in RenderDevice() function in CFX_Barcode
Dcfx_barcode_unittest.cpp49 bool RenderDevice() { return barcode_->RenderDevice(device_.get(), matrix_); } in RenderDevice() function in BarcodeTest