/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 301 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 …]
|
D | fx_dib.h | 47 #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/ |
D | apple_int.h | 103 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 {
|
D | fx_quartz_device.cpp | 283 case FXDIB_BLEND_NORMAL: in GetCGBlendMode()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 50 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()
|
D | fx_win32_device.cpp | 851 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 …]
|
D | fx_win32_dwrite.cpp | 398 text_bbox.top, FXDIB_BLEND_NORMAL, NULL); in DrawGlyphRun() 407 text_bbox.top, FXDIB_BLEND_NORMAL, pClipRgn); in DrawGlyphRun()
|
D | win32_int.h | 233 int blend_type = FXDIB_BLEND_NORMAL);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 275 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()
|
D | fx_ge_text.cpp | 398 0, FXDIB_BLEND_NORMAL, NULL, FALSE, alpha_flag, in DrawNormalText()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfeditpage.cpp | 207 pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; in FPDFPageObj_HasTransparency() 208 if (blend_type != FXDIB_BLEND_NORMAL) in FPDFPageObj_HasTransparency()
|
D | fpdfview.cpp | 567 FXDIB_BLEND_NORMAL, NULL, FALSE, NULL); in FPDF_RenderPage()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | render_int.h | 110 int blendType = FXDIB_BLEND_NORMAL) = 0; 334 int blendType = FXDIB_BLEND_NORMAL) override; 344 int blendType = FXDIB_BLEND_NORMAL);
|
D | fpdf_render_image.cpp | 40 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()
|
D | fpdf_render.cpp | 177 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()
|
D | fpdf_render_pattern.cpp | 1178 FXDIB_BLEND_NORMAL, FALSE); in DrawTilingPattern()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 368 return FXDIB_BLEND_NORMAL; in GetBlendType() 402 return FXDIB_BLEND_NORMAL; in GetBlendType()
|
D | fpdf_page_parser_old.cpp | 984 pData->m_BlendType = FXDIB_BLEND_NORMAL; in Start()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 36 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()
|
D | fx_dib_main.cpp | 1551 m_BlendType = FXDIB_BLEND_NORMAL;
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 256 return m_pObject ? m_pObject->m_BlendType : FXDIB_BLEND_NORMAL; in GetBlendType()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1214 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/ |
D | xfa_ffwidget.cpp | 483 int blendType = FXDIB_BLEND_NORMAL); 519 m_BlendType = FXDIB_BLEND_NORMAL; in CXFA_ImageRenderer() 673 if (blend_mode == FXDIB_BLEND_NORMAL) { in CompositeDIBitmap()
|