Searched refs:RenderBitmap (Results 1 – 19 of 19) sorted by relevance
/external/pdfium/xfa/fxbarcode/ |
D | cbc_datamatrix.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_pdf417i.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_ean13.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_ean8.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_upca.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_qrcode.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_code128.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_code39.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_codabar.h | 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
|
D | cbc_codebase.h | 33 virtual bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
|
D | cbc_datamatrix.cpp | 56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_DataMatrix
|
D | cbc_pdf417i.cpp | 66 bool CBC_PDF417I::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_PDF417I
|
D | cbc_qrcode.cpp | 72 bool CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_QRCode
|
D | cbc_code128.cpp | 81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_Code128
|
D | cbc_upca.cpp | 89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_UPCA
|
D | cbc_code39.cpp | 73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_Code39
|
D | cbc_ean8.cpp | 85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_EAN8
|
D | cbc_ean13.cpp | 86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_EAN13
|
D | cbc_codabar.cpp | 96 bool CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() function in CBC_Codabar
|