/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 119 int alpha_flag, in DrawPath() argument 123 if (FXGETFLAG_COLORTYPE(alpha_flag)) { in DrawPath() 124 fill_alpha = FXGETFLAG_ALPHA_FILL(alpha_flag); in DrawPath() 125 stroke_alpha = FXGETFLAG_ALPHA_STROKE(alpha_flag); in DrawPath() 150 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, in DrawPath() 190 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, in DrawPath() 206 if (FXGETFLAG_COLORTYPE(alpha_flag)) { in DrawPath() 207 FXSETFLAG_ALPHA_STROKE(alpha_flag, fill_alpha >> 2); in DrawPath() 222 smooth_path, alpha_flag, pIccTransform, in DrawPath() 269 fill_mode, alpha_flag, pIccTransform, blend_type)) { in DrawPath() [all …]
|
D | fx_ge_ps.cpp | 183 int alpha_flag, in DrawPath() argument 186 int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) in DrawPath() 187 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawPath() 189 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) in DrawPath() 190 ? FXGETFLAG_ALPHA_STROKE(alpha_flag) in DrawPath() 213 SetColor(fill_color, alpha_flag, pIccTransform); in DrawPath() 229 SetColor(stroke_color, alpha_flag, pIccTransform); in DrawPath() 328 int alpha_flag, in SetDIBits() argument 334 return DrawDIBits(pSource, color, &matrix, 0, alpha_flag, pIccTransform); in SetDIBits() 343 int alpha_flag, in StretchDIBits() argument [all …]
|
D | fx_ge_text.cpp | 142 int alpha_flag, in _Color2Argb() argument 144 if (!pIccTransform && !FXGETFLAG_COLORTYPE(alpha_flag)) { in _Color2Argb() 156 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) in _Color2Argb() 160 bgra[3] = FXGETFLAG_COLORTYPE(alpha_flag) in _Color2Argb() 161 ? (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in _Color2Argb() 162 : FXGETFLAG_ALPHA_STROKE(alpha_flag) in _Color2Argb() 170 bgra[3] = (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in _Color2Argb() 171 : FXGETFLAG_ALPHA_STROKE(alpha_flag); in _Color2Argb() 182 int alpha_flag, in DrawNormalText() argument 198 alpha_flag, pIccTransform)) { in DrawNormalText() [all …]
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 47 int alpha_flag = 0, 53 int alpha_flag = 0, 58 int alpha_flag = 0, 67 int alpha_flag, in DrawCosmeticLine() argument 90 int alpha_flag = 0, 100 int alpha_flag = 0, 109 int alpha_flag = 0, 121 int alpha_flag = 0, 128 int alpha_flag, 136 int alpha_flag,
|
D | fx_skia_device.cpp | 279 int alpha_flag, in DrawDeviceText() argument 283 alpha_flag, pIccTransform); in DrawDeviceText() 400 int alpha_flag, in RenderRasterizer() argument 403 rasterizer, color, bFullCover, bGroupKnockout, alpha_flag, pIccTransform); in RenderRasterizer() 411 int alpha_flag, in RenderRasterizerSkia() argument 417 bFullCover, m_pAggDriver->m_bRgbByteOrder, alpha_flag, in RenderRasterizerSkia() 435 int alpha_flag, in DrawPath() argument 461 fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, in DrawPath() 466 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) in DrawPath() 467 ? FXGETFLAG_ALPHA_STROKE(alpha_flag) in DrawPath() [all …]
|
D | fx_skia_blitter_new.h | 492 int alpha_flag = 0,
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 131 int alpha_flag, 136 int alpha_flag, 144 int alpha_flag, 174 int alpha_flag, 199 int alpha_flag, 209 int alpha_flag, 218 int alpha_flag, in StartDIBits() argument 231 int alpha_flag = 0, 247 int alpha_flag, 257 int alpha_flag, [all …]
|
D | fx_win32_print.cpp | 42 int alpha_flag, in SetDIBits() argument 49 pSource->GetHeight(), &clip_rect, 0, alpha_flag, in SetDIBits() 72 int alpha_flag, in StretchDIBits() argument 76 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) in StretchDIBits() 77 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in StretchDIBits() 96 flags, alpha_flag, pIccTransform); in StretchDIBits() 106 dest_height, color, flags, alpha_flag, in StretchDIBits() 230 int alpha_flag, 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() [all …]
|
D | fx_win32_device.cpp | 620 int alpha_flag, in GDI_StretchBitMask() argument 626 _Color2Argb(bitmap_color, bitmap_color, alpha_flag | (1 << 24), in GDI_StretchBitMask() 848 int alpha_flag, in DrawPath() argument 854 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in DrawPath() 855 _Color2Argb(stroke_color, stroke_color, alpha_flag, pIccTransform); in DrawPath() 869 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL); in DrawPath() 873 fill_color, alpha_flag, pIccTransform, in DrawPath() 956 int alpha_flag, in FillRect() argument 962 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in FillRect() 1012 int alpha_flag, in DrawCosmeticLine() argument [all …]
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 55 int alpha_flag, 61 int alpha_flag, 65 int alpha_flag, 73 int alpha_flag, in DrawCosmeticLine() argument 91 int alpha_flag, 101 int alpha_flag, 110 int alpha_flag, 122 int alpha_flag, 130 int alpha_flag,
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 299 int alpha_flag = 0, 306 int alpha_flag = 0, 311 int alpha_flag = 0, 321 int alpha_flag = 0, 351 int alpha_flag = 0, 361 int alpha_flag = 0, 370 int alpha_flag = 0, 386 int alpha_flag = 0, 401 int alpha_flag = 0, 513 int alpha_flag = 0, [all …]
|
D | fx_dib.h | 363 int alpha_flag = 0, 377 int alpha_flag = 0, 385 int alpha_flag = 0, 478 int alpha_flag = 0, 536 int alpha_flag = 0, 673 int alpha_flag = 0,
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 101 int alpha_flag = 0, 107 int alpha_flag = 0, 113 int alpha_flag = 0, 121 int alpha_flag = 0, 137 int alpha_flag = 0, 147 int alpha_flag = 0, 156 int alpha_flag = 0, 172 int alpha_flag = 0, 193 int alpha_flag,
|
D | fx_apple_platform.cpp | 50 int alpha_flag, in _CGDrawGlyphRun() argument 107 int alpha_flag, in DrawDeviceText() argument 157 font_size, argb, alpha_flag, pIccTransform); in DrawDeviceText()
|
D | fx_quartz_device.cpp | 343 int alpha_flag, in DrawPath() argument 746 int alpha_flag, in CG_DrawGlypRun() argument 811 int alpha_flag, in DrawDeviceText() argument 830 font_size, color, alpha_flag, pIccTransform); in DrawDeviceText() 847 pObject2Device, font_size, color, alpha_flag, in DrawDeviceText() 863 font_size, color, alpha_flag, pIccTransform); in DrawDeviceText()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 227 int alpha_flag, in DrawDeviceText() argument 1063 int alpha_flag = 0, in Init() argument 1082 FX_BOOL bObjectCMYK = FXGETFLAG_COLORTYPE(alpha_flag); in Init() 1084 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init() 1192 int alpha_flag, in RenderRasterizer() argument 1197 m_bRgbByteOrder, alpha_flag, pIccTransform)) { in RenderRasterizer() 1211 int alpha_flag, in DrawPath() argument 1232 FALSE, alpha_flag, pIccTransform)) { in DrawPath() 1236 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) in DrawPath() 1237 ? FXGETFLAG_ALPHA_STROKE(alpha_flag) in DrawPath() [all …]
|
/external/mesa3d/include/GL/ |
D | wmesa.h | 97 GLboolean alpha_flag);
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 441 int alpha_flag, in TransferMask() argument 459 if (alpha_flag >> 8) { in TransferMask() 460 alpha = alpha_flag & 0xff; in TransferMask() 473 if (alpha_flag >> 8 && !IsCmykImage()) in TransferMask() 477 else if (!(alpha_flag >> 8) && IsCmykImage()) { in TransferMask() 1564 int alpha_flag, argument 1582 m_AlphaFlag = alpha_flag; 1600 alpha_flag, pIccTransform, m_BlendType); 1627 FALSE, FALSE, FALSE, m_bRgbByteOrder, alpha_flag,
|
D | fx_dib_composite.cpp | 3981 int alpha_flag, in _ScanlineCompositor_InitSourceMask() argument 3991 if (alpha_flag >> 8) { in _ScanlineCompositor_InitSourceMask() 3992 mask_alpha = alpha_flag & 0xff; in _ScanlineCompositor_InitSourceMask() 4008 mask_color = (alpha_flag >> 8) ? FXCMYK_TODIB(mask_color) in _ScanlineCompositor_InitSourceMask() 4014 if (alpha_flag >> 8) { in _ScanlineCompositor_InitSourceMask() 4029 (alpha_flag >> 8) ? FXCMYK_TODIB(mask_color) : FXARGB_TODIB(mask_color); in _ScanlineCompositor_InitSourceMask() 4036 } else if (alpha_flag >> 8) { in _ScanlineCompositor_InitSourceMask() 4202 int alpha_flag, in Init() argument 4221 dest_format, alpha_flag, mask_color, m_MaskAlpha, m_MaskRed, in Init() 4729 int alpha_flag, in CompositeMask() argument [all …]
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa.h | 134 GLboolean alpha_flag,
|
D | fakeglx.c | 898 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/ |
D | xm_api.h | 113 GLboolean alpha_flag,
|
D | glx_api.c | 668 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()
|
D | xm_api.c | 668 GLboolean alpha_flag, in XMesaCreateVisual() argument 732 if (alpha_flag) in XMesaCreateVisual()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wmesa.c | 1007 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()
|