/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 283 int blend_type, in _CompositeRow_Argb2Graya() argument 292 if (blend_type) { in _CompositeRow_Argb2Graya() 293 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya() 337 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Graya() 340 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Graya() 487 int blend_type, in _CompositeRow_Argb2Gray() argument 496 if (blend_type) { in _CompositeRow_Argb2Gray() 497 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray() 513 blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan; in _CompositeRow_Argb2Gray() 516 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray() [all …]
|
D | fx_dib_main.cpp | 1566 int blend_type) { argument 1585 m_BlendType = blend_type;
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 133 int blend_type) override; 138 int blend_type) override; 146 int blend_type) override; 198 int blend_type, 211 int blend_type); 220 int blend_type) { in StartDIBits() argument 233 int blend_type = FXDIB_BLEND_NORMAL); 246 int blend_type, 259 int blend_type); 268 int blend_type); [all …]
|
D | fx_win32_print.cpp | 41 int blend_type, in SetDIBits() argument 53 ASSERT(blend_type == FXDIB_BLEND_NORMAL); in SetDIBits() 74 int blend_type) { in StretchDIBits() argument 232 int blend_type) { in StartDIBits() argument 248 NULL, 0, alpha_flag, pIccTransform, blend_type); in StartDIBits() 258 full_rect.Height(), NULL, 0, alpha_flag, pIccTransform, blend_type); in StartDIBits() 273 full_rect.Height(), NULL, 0, alpha_flag, pIccTransform, blend_type); in StartDIBits() 399 int blend_type) { in DrawPath() argument 400 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawPath() 416 int blend_type, in SetDIBits() argument [all …]
|
D | fx_win32_device.cpp | 850 int blend_type) { in DrawPath() argument 851 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawPath() 958 int blend_type) { in FillRect() argument 959 if (blend_type != FXDIB_BLEND_NORMAL) { in FillRect() 1014 int blend_type) { in DrawCosmeticLine() argument 1015 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawCosmeticLine() 1096 int blend_type, in SetDIBits() argument 1099 ASSERT(blend_type == FXDIB_BLEND_NORMAL); in SetDIBits() 1156 int blend_type) { in UseFoxitStretchEngine() argument 1187 int blend_type) { in StretchDIBits() argument [all …]
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 57 int blend_type) override; 67 int blend_type) override; 75 int blend_type) override { in DrawCosmeticLine() argument 90 int blend_type, 103 int blend_type) override; 112 int blend_type) override;
|
/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 | 350 int blend_type = FXDIB_BLEND_NORMAL, 374 int blend_type = FXDIB_BLEND_NORMAL, 475 int blend_type, 538 int blend_type = FXDIB_BLEND_NORMAL); 675 int blend_type = FXDIB_BLEND_NORMAL);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 121 int blend_type) { in DrawPath() argument 151 pIccTransform, blend_type); in DrawPath() 191 blend_type)) { in DrawPath() 223 blend_type); in DrawPath() 269 fill_mode, alpha_flag, pIccTransform, blend_type)) { in DrawPath() 279 alpha_flag, pIccTransform, blend_type); in DrawPath() 296 int blend_type) { in FillRect() argument 298 blend_type)) { in FillRect() 328 int blend_type) { in DrawCosmeticLine() argument 334 pIccTransform, blend_type)) { in DrawCosmeticLine() [all …]
|
D | fx_ge_text.cpp | 1120 int blend_type) { in DrawTextPath() argument 1160 blend_type)) { in DrawTextPath()
|
/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; 136 int blend_type, 149 int blend_type = FXDIB_BLEND_NORMAL) override; 158 int blend_type = FXDIB_BLEND_NORMAL) override {
|
D | fx_quartz_device.cpp | 280 static CGBlendMode GetCGBlendMode(int blend_type) { in GetCGBlendMode() argument 282 switch (blend_type) { in GetCGBlendMode() 345 int blend_type) { in DrawPath() argument 347 CGBlendMode mode = GetCGBlendMode(blend_type); in DrawPath() 395 int blend_type) { in FillRect() argument 396 CGBlendMode mode = GetCGBlendMode(blend_type); in FillRect() 420 int blend_type) { in DrawCosmeticLine() argument 421 CGBlendMode mode = GetCGBlendMode(blend_type); in DrawCosmeticLine() 642 int blend_type) { in StretchDIBits() argument
|
/external/opencv3/samples/cpp/ |
D | stitching_detailed.cpp | 146 int blend_type = Blender::MULTI_BAND; variable 303 blend_type = Blender::NO; in parseCmdArgs() 305 blend_type = Blender::FEATHER; in parseCmdArgs() 307 blend_type = Blender::MULTI_BAND; in parseCmdArgs() 797 blender = Blender::createDefault(blend_type, try_cuda); in main() 802 else if (blend_type == Blender::MULTI_BAND) in main() 808 else if (blend_type == Blender::FEATHER) in main()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 69 int blend_type) { in DrawCosmeticLine() argument 89 int blend_type,
|
D | fx_skia_device.cpp | 545 int blend_type, in SetDIBits() argument 548 return m_pAggDriver->SetDIBits(pBitmap, argb, pSrcRect, left, top, blend_type, in SetDIBits()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 771 struct lp_type blend_type; in generate_fragment() local 840 memset(&blend_type, 0, sizeof blend_type); in generate_fragment() 841 blend_type.floating = FALSE; /* values are integers */ in generate_fragment() 842 blend_type.sign = FALSE; /* values are unsigned */ in generate_fragment() 843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */ in generate_fragment() 844 blend_type.width = 8; /* 8-bit ubyte values */ in generate_fragment() 845 blend_type.length = 16; /* 16 elements per vector */ in generate_fragment() 854 blend_vec_type = lp_build_vec_type(gallivm, blend_type); in generate_fragment() 1064 lp_build_conv(gallivm, fs_type, blend_type, in generate_fragment() 1073 lp_build_conv_mask(variant->gallivm, fs_type, blend_type, in generate_fragment() [all …]
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1213 int blend_type) { in DrawPath() argument 1214 if (blend_type != FXDIB_BLEND_NORMAL) { in DrawPath() 1577 int blend_type) { in FillRect() argument 1578 if (blend_type != FXDIB_BLEND_NORMAL) { in FillRect() 1675 int blend_type, in SetDIBits() argument 1684 pSrcRect->left, pSrcRect->top, blend_type, m_pClipRgn, m_bRgbByteOrder, in SetDIBits() 1688 pSrcRect->top, blend_type, m_pClipRgn, m_bRgbByteOrder, pIccTransform); in SetDIBits() 1700 int blend_type) { in StretchDIBits() argument 1707 return SetDIBits(pSource, argb, &rect, dest_left, dest_top, blend_type, in StretchDIBits() 1718 blend_type); in StretchDIBits() [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfeditpage.cpp | 206 int blend_type = in FPDFPageObj_HasTransparency() local 208 if (blend_type != FXDIB_BLEND_NORMAL) in FPDFPageObj_HasTransparency()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 720 int blend_type = in ProcessTransparency() local 722 if (blend_type == FXDIB_BLEND_UNSUPPORTED) { in ProcessTransparency() 778 blend_type = FXDIB_BLEND_DARKEN; in ProcessTransparency() 783 if (!pSMaskDict && group_alpha == 1.0f && blend_type == FXDIB_BLEND_NORMAL && in ProcessTransparency() 794 m_curBlend = blend_type; in ProcessTransparency() 880 CompositeDIBitmap(bitmap, rect.left, rect.top, 0, 255, blend_type, in ProcessTransparency()
|