HomeSort by relevance Sort by last modified time
    Searched refs:blend_type (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/src/fxge/win32/
win32_int.h 101 int blend_type
105 int alpha_flag, void* pIccTransform, int blend_type);
107 int alpha_flag, void* pIccTransform, int blend_type);
137 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
141 int alpha_flag, void* pIccTransform, int blend_type);
144 int alpha_flag, void* pIccTransform, int blend_type)
150 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
158 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
162 int alpha_flag, void* pIccTransform, int blend_type);
165 int alpha_flag, void* pIccTransform, int blend_type);
    [all...]
fx_win32_print.cpp 33 FX_BOOL CGdiPrinterDriver::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
42 ASSERT(blend_type == FXDIB_BLEND_NORMAL);
55 int alpha_flag, void* pIccTransform, int blend_type)
196 int alpha_flag, void* pIccTransform, int blend_type)
208 alpha_flag, pIccTransform, blend_type);
216 alpha_flag, pIccTransform, blend_type);
230 alpha_flag, pIccTransform, blend_type);
366 int fill_mode, int alpha_flag, void* pIccTransform, int blend_type)
368 if (blend_type != FXDIB_BLEND_NORMAL) {
378 FX_BOOL CPSPrinterDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
    [all...]
fx_win32_device.cpp 763 int blend_type
766 if (blend_type != FXDIB_BLEND_NORMAL) {
856 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
858 if (blend_type != FXDIB_BLEND_NORMAL) {
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 303 void _CompositeRow_Argb2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_type, FX_LPCBYTE clip_scan,
310 if (blend_type) {
311 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE;
353 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray);
497 int blend_type, FX_LPCBYTE clip_scan,
505 if (blend_type) {
506 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE;
521 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
523 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray)
    [all...]
fx_dib_main.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 57 int blend_type
64 FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type);
68 int alpha_flag, void* pIccTransform, int blend_type)
82 virtual FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
86 int alpha_flag, void* pIccTransform, int blend_type);
90 int alpha_flag, void* pIccTransform, int blend_type);
  /external/pdfium/core/src/fxge/apple/
apple_int.h 124 int blend_type = FXDIB_BLEND_NORMAL
132 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
134 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
138 int dest_left, int dest_top, int blend_type,
142 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
146 int blend_type = FXDIB_BLEND_NORMAL)
fx_quartz_device.cpp 316 static CGBlendMode GetCGBlendMode(int blend_type)
319 switch (blend_type) {
382 int blend_type
386 CGBlendMode mode = GetCGBlendMode(blend_type);
433 int blend_type )
435 CGBlendMode mode = GetCGBlendMode(blend_type);
461 int blend_type )
463 CGBlendMode mode = GetCGBlendMode(blend_type);
698 int blend_type)
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 397 int blend_type = FXDIB_BLEND_NORMAL
404 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
407 int fill_mode = 0, int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
413 FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_type = FXDIB_BLEND_NORMAL,
417 FX_DWORD flags = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
427 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
444 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
563 int blend_type = FXDIB_BLEND_NORMAL
573 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL)
579 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL
    [all...]
fx_dib.h 334 int blend_type = FXDIB_BLEND_NORMAL, const CFX_ClipRgn* pClipRgn = NULL, FX_BOOL bRgbByteOrder = FALSE, void* pIccTransform = NULL);
341 int blend_type = FXDIB_BLEND_NORMAL, const CFX_ClipRgn* pClipRgn = NULL, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccTransform = NULL);
419 FX_DWORD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccTransform = NULL);
465 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
584 int blend_type = FXDIB_BLEND_NORMAL);
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.h 53 int alpha_flag, void* pIccTransform, int blend_type) { return FALSE; }
63 int dest_left, int dest_top, int blend_type,
fx_skia_device.cpp 465 FX_BOOL CFX_SkiaDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT* pSrcRect, int left, int top, int blend_type,
468 return m_pAggDriver->SetDIBits(pBitmap, argb, pSrcRect, left, top, blend_type, alpha_flag, pIccTransform);
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 126 int alpha_flag, void* pIccTransform, int blend_type)
154 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type);
189 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, blend_type)) {
216 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
257 if (!bitmap_device.GetDeviceDriver()->DrawPath(pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type)) {
263 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type);
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
275 if (m_pDeviceDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform, blend_type)) {
296 int fill_mode, int alpha_flag, void* pIccTransform, int blend_type)
301 if (m_pDeviceDriver->DrawCosmeticLine(x1, y1, x2, y2, color, alpha_flag, pIccTransform, blend_type)) {
    [all...]
fx_ge_text.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 771 struct lp_type blend_type; local
840 memset(&blend_type, 0, sizeof blend_type);
841 blend_type.floating = FALSE; /* values are integers */
842 blend_type.sign = FALSE; /* values are unsigned */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
844 blend_type.width = 8; /* 8-bit ubyte values */
845 blend_type.length = 16; /* 16 elements per vector */
854 blend_vec_type = lp_build_vec_type(gallivm, blend_type);
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 230 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; local
231 if (blend_type != FXDIB_BLEND_NORMAL) return TRUE;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 720 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL; local
721 if (blend_type == FXDIB_BLEND_UNSUPPORTED) {
767 blend_type = FXDIB_BLEND_DARKEN;
772 if (pSMaskDict == NULL && group_alpha == 1.0f && blend_type == FXDIB_BLEND_NORMAL && !bTextClip && !bGroupTransparent) {
781 m_curBlend = blend_type;
866 CompositeDIBitmap(bitmap, rect.left, rect.top, 0, 255, blend_type, Transparency);
    [all...]

Completed in 1454 milliseconds