Home
last modified time | relevance | path

Searched refs:FXDIB_BLEND_NORMAL (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge.h301 int blend_type = FXDIB_BLEND_NORMAL);
313 int blend_type = FXDIB_BLEND_NORMAL);
323 int blend_type = FXDIB_BLEND_NORMAL);
335 int blend_type = FXDIB_BLEND_NORMAL,
345 int blend_type = FXDIB_BLEND_NORMAL);
372 int blend_type = FXDIB_BLEND_NORMAL);
403 int blend_type = FXDIB_BLEND_NORMAL);
515 int blend_type = FXDIB_BLEND_NORMAL) = 0;
529 int blend_type = FXDIB_BLEND_NORMAL) {
540 int blend_type = FXDIB_BLEND_NORMAL) {
[all …]
Dfx_dib.h47 #define FXDIB_BLEND_NORMAL 0 macro
350 int blend_type = FXDIB_BLEND_NORMAL,
374 int blend_type = FXDIB_BLEND_NORMAL,
538 int blend_type = FXDIB_BLEND_NORMAL);
675 int blend_type = FXDIB_BLEND_NORMAL);
/external/pdfium/core/src/fxge/apple/
Dapple_int.h103 int blend_type = FXDIB_BLEND_NORMAL) override;
115 int blend_type = FXDIB_BLEND_NORMAL) override;
123 int blend_type = FXDIB_BLEND_NORMAL) override;
149 int blend_type = FXDIB_BLEND_NORMAL) override;
158 int blend_type = FXDIB_BLEND_NORMAL) override {
Dfx_quartz_device.cpp283 case FXDIB_BLEND_NORMAL: in GetCGBlendMode()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp50 pIccTransform, FXDIB_BLEND_NORMAL); in SetDIBits()
53 ASSERT(blend_type == FXDIB_BLEND_NORMAL); in SetDIBits()
400 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawPath()
419 if (blend_type != FXDIB_BLEND_NORMAL) { in SetDIBits()
436 if (blend_type != FXDIB_BLEND_NORMAL) { in StretchDIBits()
452 if (blend_type != FXDIB_BLEND_NORMAL) { in StartDIBits()
Dfx_win32_device.cpp851 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawPath()
869 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL); in DrawPath()
874 FXDIB_BLEND_NORMAL); in DrawPath()
959 if (blend_type != FXDIB_BLEND_NORMAL) { in FillRect()
1015 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawCosmeticLine()
1099 ASSERT(blend_type == FXDIB_BLEND_NORMAL); in SetDIBits()
1111 FXDIB_BLEND_NORMAL, NULL, FALSE, alpha_flag, in SetDIBits()
1116 return SetDIBits(&background, 0, &src_rect, left, top, FXDIB_BLEND_NORMAL, in SetDIBits()
1123 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL); in SetDIBits()
1131 pSrcRect->top, FXDIB_BLEND_NORMAL, NULL, FALSE, in SetDIBits()
[all …]
Dfx_win32_dwrite.cpp398 text_bbox.top, FXDIB_BLEND_NORMAL, NULL); in DrawGlyphRun()
407 text_bbox.top, FXDIB_BLEND_NORMAL, pClipRgn); in DrawGlyphRun()
Dwin32_int.h233 int blend_type = FXDIB_BLEND_NORMAL);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp275 rect.top, FXDIB_BLEND_NORMAL); in DrawPath()
317 FXDIB_BLEND_NORMAL); in FillRect()
381 if ((blend_mode != FXDIB_BLEND_NORMAL && !(m_RenderCaps & FXRC_BLEND_MODE)) || in SetDIBits()
405 dest_rect.top, FXDIB_BLEND_NORMAL); in SetDIBits()
437 FXDIB_BLEND_NORMAL, alpha_flag, in SetBitMask()
Dfx_ge_text.cpp398 0, FXDIB_BLEND_NORMAL, NULL, FALSE, alpha_flag, in DrawNormalText()
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp207 pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; in FPDFPageObj_HasTransparency()
208 if (blend_type != FXDIB_BLEND_NORMAL) in FPDFPageObj_HasTransparency()
Dfpdfview.cpp567 FXDIB_BLEND_NORMAL, NULL, FALSE, NULL); in FPDF_RenderPage()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h110 int blendType = FXDIB_BLEND_NORMAL) = 0;
334 int blendType = FXDIB_BLEND_NORMAL) override;
344 int blendType = FXDIB_BLEND_NORMAL);
Dfpdf_render_image.cpp40 if (blend_mode == FXDIB_BLEND_NORMAL) { in CompositeDIBitmap()
112 blend_mode > FXDIB_BLEND_NORMAL && bIsolated)); in CompositeDIBitmap()
308 m_BlendType = FXDIB_BLEND_NORMAL; in CPDF_ImageRenderer()
431 pGeneralState->m_BlendType == FXDIB_BLEND_NORMAL && in StartRenderDIBSource()
Dfpdf_render.cpp177 m_curBlend(FXDIB_BLEND_NORMAL) {} in CPDF_RenderStatus()
721 pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; in ProcessTransparency()
783 if (!pSMaskDict && group_alpha == 1.0f && blend_type == FXDIB_BLEND_NORMAL && in ProcessTransparency()
Dfpdf_render_pattern.cpp1178 FXDIB_BLEND_NORMAL, FALSE); in DrawTilingPattern()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp368 return FXDIB_BLEND_NORMAL; in GetBlendType()
402 return FXDIB_BLEND_NORMAL; in GetBlendType()
Dfpdf_page_parser_old.cpp984 pData->m_BlendType = FXDIB_BLEND_NORMAL; in Start()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp36 case FXDIB_BLEND_NORMAL: in _BLEND()
2825 if (blend_type == FXDIB_BLEND_NORMAL && !clip_scan && mask_alpha == 255) { in _CompositeRow_BitMask2Argb()
2903 if (blend_type == FXDIB_BLEND_NORMAL && !clip_scan && mask_alpha == 255) { in _CompositeRow_BitMask2Rgba()
2989 if (blend_type == FXDIB_BLEND_NORMAL && !clip_scan && mask_alpha == 255) { in _CompositeRow_BitMask2Rgb()
3836 if (blend_type == FXDIB_BLEND_NORMAL && !clip_scan && mask_alpha == 255) { in _CompositeRow_BitMask2Argb_RgbByteOrder()
3913 if (blend_type == FXDIB_BLEND_NORMAL && !clip_scan && mask_alpha == 255) { in _CompositeRow_BitMask2Rgb_RgbByteOrder()
4188 m_BlendType = FXDIB_BLEND_NORMAL; in CFX_ScanlineCompositor()
4241 (blend_type == FXDIB_BLEND_NORMAL ? 4 : 0) + in Init()
5001 m_BlendType = FXDIB_BLEND_NORMAL; in CFX_BitmapComposer()
5047 m_MaskColor, FXDIB_BLEND_NORMAL, in SetInfo()
Dfx_dib_main.cpp1551 m_BlendType = FXDIB_BLEND_NORMAL;
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h256 return m_pObject ? m_pObject->m_BlendType : FXDIB_BLEND_NORMAL; in GetBlendType()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1214 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawPath()
1578 if (blend_type != FXDIB_BLEND_NORMAL) { in FillRect()
1609 FXDIB_BLEND_NORMAL, NULL, m_bRgbByteOrder, alpha_flag, pIccTransform); in FillRect()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp483 int blendType = FXDIB_BLEND_NORMAL);
519 m_BlendType = FXDIB_BLEND_NORMAL; in CXFA_ImageRenderer()
673 if (blend_mode == FXDIB_BLEND_NORMAL) { in CompositeDIBitmap()