Home
last modified time | relevance | path

Searched refs:pOutBitmap (Results 1 – 25 of 29) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/
DBC_TwoDimWriter.cpp60 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()
Dcbc_datamatrix.cpp56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
58 ->RenderBitmapResult(pOutBitmap, e); in RenderBitmap()
Dcbc_pdf417i.cpp66 bool CBC_PDF417I::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
68 ->RenderBitmapResult(pOutBitmap, e); in RenderBitmap()
Dcbc_qrcode.cpp72 bool CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
74 ->RenderBitmapResult(pOutBitmap, e); in RenderBitmap()
Dcbc_code128.cpp81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
83 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
Dcbc_upca.cpp89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
91 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
Dcbc_code39.cpp73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
78 ->RenderBitmapResult(pOutBitmap, renderCon.AsStringC(), e); in RenderBitmap()
Dcbc_ean8.cpp85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
87 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
Dcbc_ean13.cpp86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
88 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e); in RenderBitmap()
Dcbc_codabar.cpp96 bool CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
101 ->RenderBitmapResult(pOutBitmap, renderCon.AsStringC(), e); in RenderBitmap()
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;
DBC_TwoDimWriter.h26 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, int32_t& e);
/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp121 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 …]
DBC_OneDimWriter.cpp228 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 …]
DBC_OnedEAN13Writer.cpp171 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()
DBC_OnedEAN8Writer.cpp169 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()
DBC_OneDimWriter.h45 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap,
71 CFX_DIBitmap* pOutBitmap,
77 virtual void ShowBitmapChars(CFX_DIBitmap* pOutBitmap,

12