HomeSort by relevance Sort by last modified time
    Searched refs:RenderBitmap (Results 1 - 19 of 19) sorted by null

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

Completed in 829 milliseconds