/external/pdfium/xfa/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 60 void CBC_TwoDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, in RenderBitmapResult() argument 63 pOutBitmap = CreateDIBitmap(m_Width, m_Height); in RenderBitmapResult() 65 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight()); in RenderBitmapResult() 67 if (!pOutBitmap) { in RenderBitmapResult() 71 pOutBitmap->Clear(m_backgroundColor); in RenderBitmapResult() 81 pOutBitmap->SetPixel(leftPos + x, topPos + y, m_barColor); in RenderBitmapResult() 87 pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult() 88 delete pOutBitmap; in RenderBitmapResult() 89 pOutBitmap = pStretchBitmap.release(); in RenderBitmapResult()
|
D | cbc_datamatrix.cpp | 56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 58 ->RenderBitmapResult(pOutBitmap, e); in RenderBitmap()
|
D | cbc_pdf417i.cpp | 66 bool CBC_PDF417I::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 68 ->RenderBitmapResult(pOutBitmap, e); in RenderBitmap()
|
D | cbc_qrcode.cpp | 72 bool CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 74 ->RenderBitmapResult(pOutBitmap, e); in RenderBitmap()
|
D | cbc_code128.cpp | 81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 83 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
|
D | cbc_upca.cpp | 89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 91 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
|
D | cbc_code39.cpp | 73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 78 ->RenderBitmapResult(pOutBitmap, renderCon.AsStringC(), e); in RenderBitmap()
|
D | cbc_ean8.cpp | 85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 87 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
|
D | cbc_ean13.cpp | 86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 88 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
|
D | cbc_codabar.cpp | 96 bool CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 101 ->RenderBitmapResult(pOutBitmap, renderCon.AsStringC(), e); in RenderBitmap()
|
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 | BC_TwoDimWriter.h | 26 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, int32_t& e);
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 121 CFX_DIBitmap* pOutBitmap, in ShowChars() argument 127 if (!device && !pOutBitmap) { in ShowChars() 142 if (pOutBitmap) in ShowChars() 143 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowChars() 148 if (!pOutBitmap) { in ShowChars() 186 if (!pOutBitmap) in ShowChars() 192 if (pOutBitmap) { in ShowChars() 213 if (pOutBitmap) { in ShowChars() 236 if (!pOutBitmap) in ShowChars() 240 if (pOutBitmap) { in ShowChars() [all …]
|
D | BC_OneDimWriter.cpp | 228 void CBC_OneDimWriter::ShowBitmapChars(CFX_DIBitmap* pOutBitmap, in ShowBitmapChars() argument 247 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowBitmapChars() 252 CFX_DIBitmap* pOutBitmap, in ShowChars() argument 258 if (!device && !pOutBitmap) { in ShowChars() 314 ShowBitmapChars(pOutBitmap, str, geWidth, pCharPos, (FX_FLOAT)locX, in ShowChars() 320 void CBC_OneDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, in RenderBitmapResult() argument 327 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight()); in RenderBitmapResult() 328 pOutBitmap->Clear(m_backgroundColor); in RenderBitmapResult() 329 if (!pOutBitmap) { in RenderBitmapResult() 336 pOutBitmap->SetPixel(x, y, m_barColor); in RenderBitmapResult() [all …]
|
D | BC_OnedEAN13Writer.cpp | 171 CFX_DIBitmap* pOutBitmap, in ShowChars() argument 177 if (!device && !pOutBitmap) { in ShowChars() 188 if (pOutBitmap) in ShowChars() 189 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowChars() 195 if (!pOutBitmap) { in ShowChars() 225 if (!pOutBitmap) { in ShowChars() 232 if (pOutBitmap) { in ShowChars() 255 if (pOutBitmap) { in ShowChars() 278 if (!pOutBitmap) in ShowChars() 283 if (pOutBitmap) { in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 169 CFX_DIBitmap* pOutBitmap, in ShowChars() argument 175 if (!device && !pOutBitmap) { in ShowChars() 190 if (pOutBitmap) in ShowChars() 191 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowChars() 195 if (!pOutBitmap) { in ShowChars() 215 if (!pOutBitmap) in ShowChars() 222 if (pOutBitmap) { in ShowChars() 242 if (pOutBitmap) { in ShowChars()
|
D | BC_OneDimWriter.h | 45 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, 71 CFX_DIBitmap* pOutBitmap, 77 virtual void ShowBitmapChars(CFX_DIBitmap* pOutBitmap,
|