Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/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()
86 CFX_DIBitmap* pStretchBitmap = pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult()
87 if (pOutBitmap) { in RenderBitmapResult()
88 delete pOutBitmap; in RenderBitmapResult()
90 pOutBitmap = pStretchBitmap; in RenderBitmapResult()
DBC_BarCode.cpp234 FX_BOOL CBC_Code39::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
238 ->RenderBitmapResult(pOutBitmap, renderCon, e); in RenderBitmap()
337 FX_BOOL CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
341 ->RenderBitmapResult(pOutBitmap, renderCon, e); in RenderBitmap()
416 FX_BOOL CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
418 ->RenderBitmapResult(pOutBitmap, m_renderContents, e); in RenderBitmap()
499 FX_BOOL CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
501 ->RenderBitmapResult(pOutBitmap, m_renderContents, e); in RenderBitmap()
583 FX_BOOL CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
585 ->RenderBitmapResult(pOutBitmap, m_renderContents, e); in RenderBitmap()
[all …]
DBC_TwoDimWriter.h22 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, int32_t& e);
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDimWriter.cpp209 void CBC_OneDimWriter::ShowBitmapChars(CFX_DIBitmap* pOutBitmap, in ShowBitmapChars() argument
227 geBitmap.Attach(pOutBitmap); in ShowBitmapChars()
231 CFX_DIBitmap* pOutBitmap, in ShowChars() argument
237 if (device == NULL && pOutBitmap == NULL) { in ShowChars()
293 ShowBitmapChars(pOutBitmap, str, geWidth, pCharPos, (FX_FLOAT)locX, in ShowChars()
298 void CBC_OneDimWriter::RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, in RenderBitmapResult() argument
304 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight()); in RenderBitmapResult()
305 pOutBitmap->Clear(m_backgroundColor); in RenderBitmapResult()
306 if (!pOutBitmap) { in RenderBitmapResult()
313 pOutBitmap->SetPixel(x, y, m_barColor); in RenderBitmapResult()
[all …]
DBC_OnedUPCAWriter.cpp113 CFX_DIBitmap* pOutBitmap, in ShowChars() argument
119 if (device == NULL && pOutBitmap == NULL) { in ShowChars()
133 if (pOutBitmap != NULL) { in ShowChars()
134 geBitmap.Attach(pOutBitmap); in ShowChars()
140 if (pOutBitmap == NULL) { in ShowChars()
178 if (pOutBitmap == NULL) { in ShowChars()
184 if (pOutBitmap != NULL) { in ShowChars()
208 if (pOutBitmap != NULL) { in ShowChars()
233 if (pOutBitmap == NULL) { in ShowChars()
237 if (pOutBitmap != NULL) { in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp157 CFX_DIBitmap* pOutBitmap, in ShowChars() argument
163 if (device == NULL && pOutBitmap == NULL) { in ShowChars()
174 if (pOutBitmap != NULL) { in ShowChars()
175 geBitmap.Attach(pOutBitmap); in ShowChars()
181 if (pOutBitmap == NULL) { in ShowChars()
212 if (pOutBitmap == NULL) { in ShowChars()
219 if (pOutBitmap != NULL) { in ShowChars()
245 if (pOutBitmap != NULL) { in ShowChars()
270 if (pOutBitmap == NULL) { in ShowChars()
275 if (pOutBitmap != NULL) { in ShowChars()
DBC_OnedEAN8Writer.cpp162 CFX_DIBitmap* pOutBitmap, in ShowChars() argument
168 if (device == NULL && pOutBitmap == NULL) { in ShowChars()
182 if (pOutBitmap != NULL) { in ShowChars()
183 geBitmap.Attach(pOutBitmap); in ShowChars()
188 if (pOutBitmap == NULL) { in ShowChars()
208 if (pOutBitmap == NULL) { in ShowChars()
215 if (pOutBitmap != NULL) { in ShowChars()
239 if (pOutBitmap != NULL) { in ShowChars()
DBC_OneDimWriter.h43 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap,
90 CFX_DIBitmap* pOutBitmap,
96 virtual void ShowBitmapChars(CFX_DIBitmap* pOutBitmap,
DBC_OnedUPCAWriter.h47 CFX_DIBitmap* pOutBitmap,
DBC_OnedEAN13Writer.h44 CFX_DIBitmap* pOutBitmap,
DBC_OnedEAN8Writer.h46 CFX_DIBitmap* pOutBitmap,
/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h58 virtual FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
89 virtual FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
115 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
133 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
153 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
170 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
187 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
204 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
221 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
236 FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
[all …]
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfxmath_barcodeimp.h22 virtual FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
/external/pdfium/xfa/include/fwl/basewidget/
Dfxmath_barcode.h20 virtual FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfxmath_barcodeimp.cpp337 FX_BOOL CFX_Barcode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument
341 return m_pBCEngine->RenderBitmap(pOutBitmap, e); in RenderBitmap()