Searched defs:pOutBitmap (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/xfa/fxbarcode/ |
D | cbc_datamatrix.cpp | 56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_pdf417i.cpp | 66 bool CBC_PDF417I::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_qrcode.cpp | 72 bool CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_code128.cpp | 81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_code39.cpp | 73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_ean8.cpp | 85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_ean13.cpp | 86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_upca.cpp | 89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | cbc_codabar.cpp | 96 bool CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap()
|
D | BC_TwoDimWriter.cpp | 60 void CBC_TwoDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, in RenderBitmapResult()
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 228 void CBC_OneDimWriter::ShowBitmapChars(CFX_DIBitmap* pOutBitmap, in ShowBitmapChars() 252 CFX_DIBitmap* pOutBitmap, in ShowChars() 320 void CBC_OneDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, in RenderBitmapResult()
|
D | BC_OnedUPCAWriter.cpp | 121 CFX_DIBitmap* pOutBitmap, in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 169 CFX_DIBitmap* pOutBitmap, in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 171 CFX_DIBitmap* pOutBitmap, in ShowChars()
|