Home
last modified time | relevance | path

Searched refs:alpha_flag (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp126 int alpha_flag, void* pIccTransform, int blend_type) in DrawPath() argument
129 if (FXGETFLAG_COLORTYPE(alpha_flag)) { in DrawPath()
130 fill_alpha = FXGETFLAG_ALPHA_FILL(alpha_flag); in DrawPath()
131 stroke_alpha = FXGETFLAG_ALPHA_STROKE(alpha_flag); in DrawPath()
154 … DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type); in DrawPath()
189 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, blend_type)) { in DrawPath()
202 if (FXGETFLAG_COLORTYPE(alpha_flag)) { in DrawPath()
203 FXSETFLAG_ALPHA_STROKE(alpha_flag, fill_alpha >> 2); in DrawPath()
216 …>DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, … in DrawPath()
257 …(pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, … in DrawPath()
[all …]
Dfx_ge_ps.cpp184 int alpha_flag, in DrawPath() argument
189 …int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fil… in DrawPath()
190 …int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A… in DrawPath()
212 SetColor(fill_color, alpha_flag, pIccTransform); in DrawPath()
228 SetColor(stroke_color, alpha_flag, pIccTransform); in DrawPath()
309 int alpha_flag, void* pIccTransform) in SetDIBits() argument
314 return DrawDIBits(pSource, color, &matrix, 0, alpha_flag, pIccTransform); in SetDIBits()
318 int alpha_flag, void* pIccTransform) in StretchDIBits() argument
323 return DrawDIBits(pSource, color, &matrix, flags, alpha_flag, pIccTransform); in StretchDIBits()
327 int alpha_flag, void* pIccTransform) in DrawDIBits() argument
[all …]
Dfx_ge_text.cpp101 void _Color2Argb(FX_ARGB& argb, FX_DWORD color, int alpha_flag, void* pIccTransform) in _Color2Argb() argument
103 if (pIccTransform == NULL && !FXGETFLAG_COLORTYPE(alpha_flag)) { in _Color2Argb()
113 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) : FXARGB_TODIB(color); in _Color2Argb()
115 bgra[3] = FXGETFLAG_COLORTYPE(alpha_flag) ? in _Color2Argb()
116 … (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag) : in _Color2Argb()
124 …bgra[3] = (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_fla… in _Color2Argb()
131 int alpha_flag, void* pIccTransform) in DrawNormalText() argument
142 …(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIccTransform))… in DrawNormalText()
146 …int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_col… in DrawNormalText()
157 …(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIccTransform))… in DrawNormalText()
[all …]
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h41 int alpha_flag = 0,
46 int alpha_flag = 0, void* pIccTransform = NULL);
49 int alpha_flag = 0, void* pIccTransform = NULL);
53 int alpha_flag, void* pIccTransform, int blend_type) { return FALSE; } in DrawCosmeticLine() argument
64 int alpha_flag = 0, void* pIccTransform = NULL);
67 int alpha_flag = 0, void* pIccTransform = NULL);
71 int alpha_flag = 0, void* pIccTransform = NULL);
77 int alpha_flag = 0, void* pIccTransform = NULL);
80 int alpha_flag, void* pIccTransform);
82 int alpha_flag, void* pIccTransform, FX_BOOL bFill = TRUE);
Dfx_skia_device.cpp248 int alpha_flag, void* pIccTransform) in DrawDeviceText() argument
251 alpha_flag, pIccTransform); in DrawDeviceText()
355 int alpha_flag, void* pIccTransform) in RenderRasterizer() argument
357 …return m_pAggDriver->RenderRasterizer(rasterizer, color, bFullCover, bGroupKnockout,alpha_flag, pI… in RenderRasterizer()
360 int alpha_flag, void* pIccTransform, FX_BOOL bFill) in RenderRasterizerSkia() argument
364 …ggDriver->m_pClipRgn, color, bFullCover, m_pAggDriver->m_bRgbByteOrder, alpha_flag, pIccTransform)) in RenderRasterizerSkia()
380 int alpha_flag, in DrawPath() argument
402 …athData, spaint, rect, fill_color, fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, pIccTransform)) in DrawPath()
406 …int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A… in DrawPath()
434 int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag)<<8 | FXGETFLAG_ALPHA_STROKE(alpha_flag); in DrawPath()
[all …]
Dfx_skia_blitter_new.h209 int alpha_flag = 0, void* pIccTransform = NULL); //The alpha flag must be fill_flag if exist.
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h99 int alpha_flag,
105 int alpha_flag, void* pIccTransform, int blend_type);
107 int alpha_flag, void* pIccTransform, int blend_type);
124 int alpha_flag, void* pIccTransform);
138 int alpha_flag, void* pIccTransform);
141 int alpha_flag, void* pIccTransform, int blend_type);
144 int alpha_flag, void* pIccTransform, int blend_type) in StartDIBits() argument
150 … int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
159 int alpha_flag, void* pIccTransform);
162 int alpha_flag, void* pIccTransform, int blend_type);
[all …]
Dfx_win32_print.cpp34 int alpha_flag, void* pIccTransform) in SetDIBits() argument
39 &clip_rect, 0, alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL); in SetDIBits()
55 int alpha_flag, void* pIccTransform, int blend_type) in StretchDIBits() argument
58 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in StretchDIBits()
73 …, dest_left, dest_top, abs(dest_width), abs(dest_height), color, flags, alpha_flag, pIccTransform); in StretchDIBits()
82 …sk(pBitmap, dest_left, dest_top, dest_width, dest_height, color, flags, alpha_flag, pIccTransform); in StretchDIBits()
196 int alpha_flag, void* pIccTransform, int blend_type) in StartDIBits() argument
208 alpha_flag, pIccTransform, blend_type); in StartDIBits()
216 alpha_flag, pIccTransform, blend_type); in StartDIBits()
230 alpha_flag, pIccTransform, blend_type); in StartDIBits()
[all …]
Dfx_win32_device.cpp544 int alpha_flag, void* pIccTransform) in GDI_StretchBitMask() argument
550 _Color2Argb(bitmap_color, bitmap_color, alpha_flag | (1 << 24), pIccTransform); in GDI_StretchBitMask()
761 int alpha_flag, in DrawPath() argument
769 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in DrawPath()
770 _Color2Argb(stroke_color, stroke_color, alpha_flag, pIccTransform); in DrawPath()
780 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL); in DrawPath()
783 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL); in DrawPath()
856 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void*… in FillRect() argument
861 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in FillRect()
910 int alpha_flag, void* pIccTransform, int blend_type) in DrawCosmeticLine() argument
[all …]
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h55 int alpha_flag,
61 int alpha_flag, void* pIccTransform);
64 … FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type);
68 int alpha_flag, void* pIccTransform, int blend_type) in DrawCosmeticLine() argument
83 int alpha_flag, void* pIccTransform);
86 int alpha_flag, void* pIccTransform, int blend_type);
90 int alpha_flag, void* pIccTransform, int blend_type);
96 int alpha_flag, void* pIccTransform);
98 int alpha_flag, void* pIccTransform);
/external/pdfium/core/include/fxge/
Dfx_ge.h395 int alpha_flag = 0,
401 int alpha_flag = 0, void* pIccTransform = NULL);
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_NO…
420 int alpha_flag = 0, void* pIccTransform = NULL);
423 … FX_DWORD color, FX_DWORD flags = 0, int alpha_flag = 0, void* pIccTransform = NULL);
427 … int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
437 int alpha_flag = 0, void* pIccTransform = NULL);
444 … int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
561 int alpha_flag = 0,
[all …]
Dfx_dib.h337 …t CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top, int alpha_flag = 0, void* pIccT…
341 …const CFX_ClipRgn* pClipRgn = NULL, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccT…
343 …nt dest_left, int dest_top, int width, int height, FX_DWORD color, int alpha_flag = 0, void* pIccT…
419 …lor, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccT…
465 … int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
583 … FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccTransform = NULL,
/external/pdfium/core/src/fxge/apple/
Dapple_int.h122 int alpha_flag = 0,
127 int alpha_flag = 0, void* pIccTransform = NULL)
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);
139 int alpha_flag = 0, void* pIccTransform = NULL);
142 … int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
145 int alpha_flag = 0, void* pIccTransform = NULL,
157 int alpha_flag = 0, void* pIccTransform = NULL);
172 int alpha_flag,
Dfx_apple_platform.cpp49 int alpha_flag, in _CGDrawGlyphRun() argument
110 int alpha_flag, void* pIccTransform) in DrawDeviceText() argument
157 …(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, argb, alpha_flag, pIccTransform); in DrawDeviceText()
Dfx_quartz_device.cpp380 int alpha_flag, in DrawPath() argument
810 int alpha_flag, in CG_DrawGlypRun() argument
885 int alpha_flag , in DrawDeviceText() argument
904 …Run(i, pCharPos, pFont, pCache, NULL, pObject2Device, font_size, color, alpha_flag, pIccTransform); in DrawDeviceText()
921 …ar_pos, pFont, pCache, &glphy_matrix, pObject2Device, font_size, color, alpha_flag, pIccTransform); in DrawDeviceText()
935 …Run(i, pCharPos, pFont, pCache, NULL, pObject2Device, font_size, color, alpha_flag, pIccTransform); in DrawDeviceText()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp226 int alpha_flag, void* pIccTransform) in DrawDeviceText() argument
997 int alpha_flag = 0, void* pIccTransform = NULL) in Init() argument
1016 FX_BOOL bObjectCMYK = FXGETFLAG_COLORTYPE(alpha_flag); in Init()
1018 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
1112 int alpha_flag, void* pIccTransform) in RenderRasterizer() argument
1116 …if (!render.Init(m_pBitmap, pt, m_pClipRgn, color, bFullCover, m_bRgbByteOrder, alpha_flag, pIccTr… in RenderRasterizer()
1129 int alpha_flag, in DrawPath() argument
1148 …asterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, pIccTransform))… in DrawPath()
1152 …int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A… in DrawPath()
1160 … int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag) << 8 | FXGETFLAG_ALPHA_STROKE(alpha_flag); in DrawPath()
[all …]
/external/mesa3d/include/GL/
Dwmesa.h97 GLboolean alpha_flag);
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp423 …t CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top, int alpha_flag, void* pIccTrans… in TransferMask() argument
440 if (alpha_flag >> 8) { in TransferMask()
441 alpha = alpha_flag & 0xff; in TransferMask()
452 if (alpha_flag >> 8 && !IsCmykImage()) in TransferMask()
455 else if (!(alpha_flag >> 8) && IsCmykImage()) { in TransferMask()
1533 int alpha_flag, void* pIccTransform, int blend_type) argument
1549 m_AlphaFlag = alpha_flag;
1564 … m_Matrix.c > 0, m_Matrix.b < 0, m_bRgbByteOrder, alpha_flag, pIccTransform, m_BlendType);
1590 … m_ClipBox, FALSE, FALSE, FALSE, m_bRgbByteOrder, alpha_flag, pIccTransform, m_BlendType);
Dfx_dib_composite.cpp3534 inline FX_BOOL _ScanlineCompositor_InitSourceMask(FXDIB_Format dest_format, int alpha_flag, FX_DWOR… in _ScanlineCompositor_InitSourceMask() argument
3539 if (alpha_flag >> 8) { in _ScanlineCompositor_InitSourceMask()
3540 mask_alpha = alpha_flag & 0xff; in _ScanlineCompositor_InitSourceMask()
3556 mask_color = (alpha_flag >> 8) ? FXCMYK_TODIB(mask_color) : FXARGB_TODIB(mask_color); in _ScanlineCompositor_InitSourceMask()
3561 if (alpha_flag >> 8) { in _ScanlineCompositor_InitSourceMask()
3575 mask_color = (alpha_flag >> 8) ? FXCMYK_TODIB(mask_color) : FXARGB_TODIB(mask_color); in _ScanlineCompositor_InitSourceMask()
3581 } else if (alpha_flag >> 8) { in _ScanlineCompositor_InitSourceMask()
3731 … mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTrans… in Init() argument
3749 return _ScanlineCompositor_InitSourceMask(dest_format, alpha_flag, mask_color, in Init()
4147 …nt blend_type, const CFX_ClipRgn* pClipRgn, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTrans… in CompositeMask() argument
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa.h134 GLboolean alpha_flag,
Dfakeglx.c898 GLboolean alpha_flag = GL_FALSE; in choose_visual() local
1003 alpha_flag = size ? GL_TRUE : GL_FALSE; in choose_visual()
1227 if (!alpha_flag) { in choose_visual()
1228 alpha_flag = default_alpha_bits() > 0; in choose_visual()
1239 accumAlphaSize = alpha_flag ? accumRedSize : 0; in choose_visual()
1242 xmvis = save_glx_visual( dpy, vis, alpha_flag, double_flag, in choose_visual()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h113 GLboolean alpha_flag,
Dglx_api.c668 GLboolean alpha_flag = GL_FALSE; in choose_visual() local
773 alpha_flag = size ? GL_TRUE : GL_FALSE; in choose_visual()
990 if (!alpha_flag) { in choose_visual()
991 alpha_flag = default_alpha_bits() > 0; in choose_visual()
1007 accumAlphaSize = alpha_flag ? accumRedSize : 0; in choose_visual()
1010 xmvis = save_glx_visual( dpy, vis, rgb_flag, alpha_flag, double_flag, in choose_visual()
Dxm_api.c668 GLboolean alpha_flag, in XMesaCreateVisual() argument
732 if (alpha_flag) in XMesaCreateVisual()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c1007 GLboolean alpha_flag) in WMesaCreateContext() argument
1063 alpha_flag ? alpha_bits : 0, /* color A */ in WMesaCreateContext()
1067 alpha_flag ? 16 : 0, /* accum A */ in WMesaCreateContext()

12