Home
last modified time | relevance | path

Searched refs:RenderBitmap (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/xfa/fxbarcode/
Dcbc_datamatrix.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_pdf417i.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_ean13.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_ean8.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_upca.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_qrcode.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_code128.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_code39.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_codabar.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
Dcbc_codebase.h33 virtual bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
Dcbc_datamatrix.cpp56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_DataMatrix
Dcbc_pdf417i.cpp66 bool CBC_PDF417I::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_PDF417I
Dcbc_qrcode.cpp72 bool CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_QRCode
Dcbc_code128.cpp81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_Code128
Dcbc_upca.cpp89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_UPCA
Dcbc_code39.cpp73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_Code39
Dcbc_ean8.cpp85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_EAN8
Dcbc_ean13.cpp86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_EAN13
Dcbc_codabar.cpp96 bool CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_Codabar