Home
last modified time | relevance | path

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

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