Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/src/fxbarcode/
DBC_BufferedImageLuminanceSource.cpp42 bitmap->Create(pImageCodec->GetWidth(), pImageCodec->GetHeight(), FXDIB_Argb); in CreateDIBSource()
102 m_pBitmap->ConvertFormat(FXDIB_Argb); in Init()
114 m_pBitmap->ConvertFormat(FXDIB_Argb); in CBC_BufferedImageLuminanceSource()
DBC_Writer.cpp15 m_colorSpace = FXDIB_Argb; in CBC_Writer()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp102 if (HasAlpha() && format != FXDIB_Argb) { in Create()
321 case FXDIB_Argb: { in Clear()
484 if (GetFormat() == FXDIB_Argb) { in TransferMask()
577 ASSERT(GetFormat() == FXDIB_Argb); in GetAlphaMask()
602 if (!HasAlpha() || GetFormat() == FXDIB_Argb) { in CopyAlphaMask()
647 if (pSrcBitmap->GetFormat() == FXDIB_Argb) {
681 if (!ConvertFormat(IsCmykImage() ? FXDIB_Cmyka : FXDIB_Argb)) {
687 if (GetFormat() == FXDIB_Argb) {
700 if (!ConvertFormat(IsCmykImage() ? FXDIB_Cmyka : FXDIB_Argb)) {
784 if (!ConvertFormat(IsCmykImage() ? FXDIB_Cmyka : FXDIB_Argb)) {
[all …]
Dfx_dib_convert.cpp1043 case FXDIB_Argb: in ConvertBuffer()
1107 pSrcAlpha = (GetFormat() == FXDIB_Argb) ? GetAlphaMask() : m_pAlphaMask; in CloneConvert()
1114 if (dest_format == FXDIB_Argb) in CloneConvert()
1155 if (dest_format == FXDIB_Argb && src_format == FXDIB_Rgb32 && in ConvertFormat()
1174 if (dest_format == FXDIB_Argb) { in ConvertFormat()
1187 if (src_format == FXDIB_Argb) { in ConvertFormat()
Dfx_dib_engine.cpp562 if (m_DestFormat == FXDIB_Argb) { in ContinueStretchHorz()
584 if (m_DestFormat == FXDIB_Argb) { in ContinueStretchHorz()
700 if (m_DestFormat != FXDIB_Argb) { in StretchVert()
717 if (m_DestFormat == FXDIB_Argb) { in StretchVert()
740 if (m_DestFormat == FXDIB_Argb) { in StretchVert()
Dfx_dib_transform.cpp105 } else if (format <= 32 || format == FXDIB_Argb) { in GetTransformedFormat()
106 format = FXDIB_Argb; in GetTransformedFormat()
788 if (transformF != FXDIB_Argb) { in Continue()
859 if (transformF != FXDIB_Argb) { in Continue()
917 if (transformF != FXDIB_Argb) { in Continue()
Dfx_dib_composite.cpp4235 (dest_format == FXDIB_Argb ? 1 : 0) + (dest_format & 0x0200 ? 2 : 0) + in Init()
4312 if (m_SrcFormat == FXDIB_Argb) { in CompositeRgbBitmapLine()
4489 if (m_DestFormat == FXDIB_Argb) { in CompositePalBitmapLine()
4501 if (m_DestFormat == FXDIB_Argb) { in CompositePalBitmapLine()
4589 if (m_DestFormat == FXDIB_Argb) in CompositeByteMaskLine()
4598 } else if (m_DestFormat == FXDIB_Argb) in CompositeByteMaskLine()
4629 if (m_DestFormat == FXDIB_Argb) in CompositeBitMaskLine()
4638 } else if (m_DestFormat == FXDIB_Argb) in CompositeBitMaskLine()
4910 FX_BOOL bArgb = GetFormat() == FXDIB_Argb; in CompositeRect()
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp185 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
239 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
262 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
DBC_OnedEAN8Writer.cpp217 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
241 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
DBC_OnedEAN13Writer.cpp220 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
277 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp22 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawAxialShading()
113 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawRadialShading()
251 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawFuncShading()
420 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawFreeGouraudShading()
454 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawLatticeGouraudShading()
758 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawCoonPatchMeshes()
970 pPattern->m_bColored ? FXDIB_Argb : FXDIB_8bppMask)) { in DrawPatternBitmap()
1135 if (!screen.Create(clip_width, clip_height, FXDIB_Argb)) { in DrawTilingPattern()
Dfpdf_render.cpp822 if (!bitmap_device.Create(width, height, FXDIB_Argb, 0, oriDevice.get())) in ProcessTransparency()
901 pBackdrop->Create(width, height, FXDIB_Argb); in GetBackdrop()
1301 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb); in Initialize()
1361 dibFormat = FXDIB_Argb; in Initialize()
Dfpdf_render_image.cpp159 return (m_pSrc->HasAlpha()) ? FXDIB_Argb : FXDIB_Rgb32; in GetDestFormat()
161 return (m_pSrc->HasAlpha()) ? FXDIB_Argb : FXDIB_Rgb; in GetDestFormat()
243 case FXDIB_Argb: in TranslateScanline()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp375 case FXDIB_Argb: in PngReadHeaderFunc()
440 case FXDIB_Argb: { in PngAskScanlineBufFunc()
507 case FXDIB_Argb: { in PngOneOneMapResampleHorz()
815 case FXDIB_Argb: { in GifDoubleLineResampleVert()
980 case FXDIB_Argb: { in ResampleVertBT()
1427 case FXDIB_Argb: { in GetTransMethod()
1437 if (des_format == FXDIB_Argb) { in GetTransMethod()
1738 case FXDIB_Argb: { in ResampleVert()
1981 case FXDIB_Argb: in StartDecode()
2229 pDIBitmap->Create(m_SrcWidth, m_SrcHeight, FXDIB_Argb); in ContinueDecode()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp116 pParam && pParam->pMatteColor && (pBitmap->GetFormat() == FXDIB_Argb); in SetImage()
290 pNewBitmap->Create(BitmapWidth, BitmapHeight, FXDIB_Argb); in SetImage()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp66 ? FXDIB_Argb in CreateCompatibleBitmap()
70 width, height, m_RenderCaps & FXRC_ALPHA_OUTPUT ? FXDIB_Argb : FXDIB_Rgb); in CreateCompatibleBitmap()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1141 composite_span = (pDevice->GetFormat() == FXDIB_Argb) in Init()
1294 if (pBitmap->GetFormat() == FXDIB_Argb) { in RgbByteOrderSetPixel()
1445 } else if (dest_format == FXDIB_Argb || dest_format == FXDIB_Rgb32) { in RgbByteOrderTransferBitmap()
1451 if (src_format == FXDIB_Argb) { in RgbByteOrderTransferBitmap()
1469 ASSERT(dest_format == FXDIB_Argb); in RgbByteOrderTransferBitmap()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp541 pBitmap->Create(size_x, size_y, FXDIB_Argb); in FPDF_RenderPage()
822 if (!pBitmap->Create(width, height, alpha ? FXDIB_Argb : FXDIB_Rgb32)) { in FPDFBitmap_Create()
845 fx_format = FXDIB_Argb; in FPDFBitmap_CreateEx()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp461 bmp.Create(size.x, size.y, FXDIB_Argb); in FillTexturePath()
561 FXSYS_round(FXSYS_fabs(fDiagonal.y)), FXDIB_Argb); in FillLinearGradientPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp167 if (pBitmap->GetFormat() > FXDIB_Argb) { in DwCreateRenderingTarget()
Dfx_win32_gdipext.cpp628 case FXDIB_Argb: in OutputImage()
742 case FXDIB_Argb: in GdipCreateBitmap()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp805 bmp.Create(bitmap->GetWidth(), bitmap->GetHeight(), FXDIB_Argb); in RenderDeviceDrawImage()
904 bmp.Create(width, height, FXDIB_Argb); in FillPathWithPattern()
966 bmp.Create(width, height, FXDIB_Argb); in FillPathWithShading()
/external/pdfium/xfa/src/fwl/src/theme/
Dformtp.cpp846 m_pActiveBitmap->Create(1, FWLTHEME_CAPACITY_CYCaption, FXDIB_Argb); in InitCaption()
871 m_pDeactivebitmap->Create(1, FWLTHEME_CAPACITY_CYCaption, FXDIB_Argb); in InitCaption()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp844 FXDIB_Argb); in DrawWidgetBefore()
1051 gs.Create((int32_t)r.width, (int32_t)r.height, FXDIB_Argb); in FWL_WidgetMgrSnapshot()
/external/pdfium/core/include/fxge/
Dfx_dib.h26 FXDIB_Argb = 0x220, enumerator

12