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

12

/external/pdfium/xfa/fxbarcode/
H A Dcbc_datamatrix.cpp56 bool CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
58 ->RenderBitmapResult(pOutBitmap, e);
H A Dcbc_datamatrix.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_ean13.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_ean8.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_pdf417i.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_qrcode.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_upca.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A DBC_TwoDimWriter.h26 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, int32_t& e);
H A Dcbc_codabar.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_code128.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A Dcbc_code39.h27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
H A DBC_TwoDimWriter.cpp60 void CBC_TwoDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, argument
63 pOutBitmap = CreateDIBitmap(m_Width, m_Height);
65 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight());
67 if (!pOutBitmap) {
71 pOutBitmap->Clear(m_backgroundColor);
81 pOutBitmap->SetPixel(leftPos + x, topPos + y, m_barColor);
87 pOutBitmap->StretchTo(m_Width, m_Height);
88 delete pOutBitmap;
89 pOutBitmap = pStretchBitmap.release();
H A Dcbc_code128.cpp81 bool CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
83 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e);
H A Dcbc_pdf417i.cpp66 bool CBC_PDF417I::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
68 ->RenderBitmapResult(pOutBitmap, e);
H A Dcbc_qrcode.cpp72 bool CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
74 ->RenderBitmapResult(pOutBitmap, e);
H A Dcbc_codebase.h33 virtual bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
H A Dcbc_codabar.cpp96 bool CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
101 ->RenderBitmapResult(pOutBitmap, renderCon.AsStringC(), e);
H A Dcbc_code39.cpp73 bool CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
78 ->RenderBitmapResult(pOutBitmap, renderCon.AsStringC(), e);
H A Dcbc_ean13.cpp86 bool CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
88 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e);
H A Dcbc_ean8.cpp85 bool CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
87 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e);
H A Dcbc_upca.cpp89 bool CBC_UPCA::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { argument
91 ->RenderBitmapResult(pOutBitmap, m_renderContents.AsStringC(), e);
/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp121 CFX_DIBitmap* pOutBitmap,
127 if (!device && !pOutBitmap) {
142 if (pOutBitmap)
143 geBitmap.Attach(pOutBitmap, false, nullptr, false);
148 if (!pOutBitmap) {
186 if (!pOutBitmap)
192 if (pOutBitmap) {
213 if (pOutBitmap) {
236 if (!pOutBitmap)
240 if (pOutBitmap) {
120 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
[all...]
H A DBC_OnedEAN8Writer.cpp169 CFX_DIBitmap* pOutBitmap,
175 if (!device && !pOutBitmap) {
190 if (pOutBitmap)
191 geBitmap.Attach(pOutBitmap, false, nullptr, false);
195 if (!pOutBitmap) {
215 if (!pOutBitmap)
222 if (pOutBitmap) {
242 if (pOutBitmap) {
168 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
H A DBC_OnedEAN13Writer.cpp171 CFX_DIBitmap* pOutBitmap,
177 if (!device && !pOutBitmap) {
188 if (pOutBitmap)
189 geBitmap.Attach(pOutBitmap, false, nullptr, false);
195 if (!pOutBitmap) {
225 if (!pOutBitmap) {
232 if (pOutBitmap) {
255 if (pOutBitmap) {
278 if (!pOutBitmap)
283 if (pOutBitmap) {
170 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
[all...]
H A DBC_OneDimWriter.cpp228 void CBC_OneDimWriter::ShowBitmapChars(CFX_DIBitmap* pOutBitmap, argument
247 geBitmap.Attach(pOutBitmap, false, nullptr, false);
252 CFX_DIBitmap* pOutBitmap,
258 if (!device && !pOutBitmap) {
314 ShowBitmapChars(pOutBitmap, str, geWidth, pCharPos, (FX_FLOAT)locX,
320 void CBC_OneDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, argument
327 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight());
328 pOutBitmap->Clear(m_backgroundColor);
329 if (!pOutBitmap) {
336 pOutBitmap
251 ShowChars(const CFX_WideStringC& contents, CFX_DIBitmap* pOutBitmap, CFX_RenderDevice* device, const CFX_Matrix* matrix, int32_t barWidth, int32_t multiple, int32_t& e) argument
[all...]

Completed in 164 milliseconds

12