/external/pdfium/xfa/src/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() 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()
|
D | BC_BarCode.cpp | 234 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 …]
|
D | BC_TwoDimWriter.h | 22 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, int32_t& e);
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 209 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 …]
|
D | BC_OnedUPCAWriter.cpp | 113 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 …]
|
D | BC_OnedEAN13Writer.cpp | 157 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()
|
D | BC_OnedEAN8Writer.cpp | 162 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()
|
D | BC_OneDimWriter.h | 43 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, 90 CFX_DIBitmap* pOutBitmap, 96 virtual void ShowBitmapChars(CFX_DIBitmap* pOutBitmap,
|
D | BC_OnedUPCAWriter.h | 47 CFX_DIBitmap* pOutBitmap,
|
D | BC_OnedEAN13Writer.h | 44 CFX_DIBitmap* pOutBitmap,
|
D | BC_OnedEAN8Writer.h | 46 CFX_DIBitmap* pOutBitmap,
|
/external/pdfium/xfa/include/fxbarcode/ |
D | BC_BarCode.h | 58 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/ |
D | fxmath_barcodeimp.h | 22 virtual FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fxmath_barcode.h | 20 virtual FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fxmath_barcodeimp.cpp | 337 FX_BOOL CFX_Barcode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { in RenderBitmap() argument 341 return m_pBCEngine->RenderBitmap(pOutBitmap, e); in RenderBitmap()
|