HomeSort by relevance Sort by last modified time
    Searched refs:alpha_flag (Results 1 - 25 of 32) sorted by null

1 2

  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 53 int alpha_flag,
59 int alpha_flag, void* pIccTransform);
62 FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type);
66 int alpha_flag, void* pIccTransform, int blend_type)
81 int alpha_flag, void* pIccTransform);
84 int alpha_flag, void* pIccTransform, int blend_type);
88 int alpha_flag, void* pIccTransform, int blend_type);
94 int alpha_flag, void* pIccTransform);
96 int alpha_flag, void* pIccTransform); member in class:CFX_AggDeviceDriver
  /external/pdfium/core/src/fxge/win32/
win32_int.h 97 int alpha_flag,
103 int alpha_flag, void* pIccTransform, int blend_type);
105 int alpha_flag, void* pIccTransform, int blend_type);
122 int alpha_flag, void* pIccTransform);
136 int alpha_flag, void* pIccTransform);
139 int alpha_flag, void* pIccTransform, int blend_type);
142 int alpha_flag, void* pIccTransform, int blend_type)
148 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
157 int alpha_flag, void* pIccTransform);
160 int alpha_flag, void* pIccTransform, int blend_type);
    [all...]
fx_win32_print.cpp 34 int alpha_flag, void* pIccTransform)
39 &clip_rect, 0, alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
55 int alpha_flag, void* pIccTransform, int blend_type)
58 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color);
73 FX_BOOL ret = GDI_StretchBitMask(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height), color, flags, alpha_flag, pIccTransform);
82 return GDI_StretchBitMask(pBitmap, dest_left, dest_top, dest_width, dest_height, color, flags, alpha_flag, pIccTransform);
202 int alpha_flag, void* pIccTransform, int blend_type)
214 alpha_flag, pIccTransform, blend_type);
222 alpha_flag, pIccTransform, blend_type);
    [all...]
fx_win32_device.cpp 554 int alpha_flag, void* pIccTransform)
560 _Color2Argb(bitmap_color, bitmap_color, alpha_flag | (1 << 24), pIccTransform);
750 int alpha_flag,
758 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform);
759 _Color2Argb(stroke_color, stroke_color, alpha_flag, pIccTransform);
769 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
772 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
845 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
850 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 126 int alpha_flag, void* pIccTransform, int blend_type)
129 if (FXGETFLAG_COLORTYPE(alpha_flag)) {
130 fill_alpha = FXGETFLAG_ALPHA_FILL(alpha_flag);
131 stroke_alpha = FXGETFLAG_ALPHA_STROKE(alpha_flag);
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)) {
202 if (FXGETFLAG_COLORTYPE(alpha_flag)) {
203 FXSETFLAG_ALPHA_STROKE(alpha_flag, fill_alpha >> 2);
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)) {
    [all...]
fx_ge_ps.cpp 184 int alpha_flag,
189 int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_color);
190 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
212 SetColor(fill_color, alpha_flag, pIccTransform);
228 SetColor(stroke_color, alpha_flag, pIccTransform);
309 int alpha_flag, void* pIccTransform)
314 return DrawDIBits(pSource, color, &matrix, 0, alpha_flag, pIccTransform);
318 int alpha_flag, void* pIccTransform)
    [all...]
fx_ge_text.cpp 123 void _Color2Argb(FX_ARGB& argb, FX_DWORD color, int alpha_flag, void* pIccTransform)
125 if (pIccTransform == NULL && !FXGETFLAG_COLORTYPE(alpha_flag)) {
135 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) : FXARGB_TODIB(color);
137 bgra[3] = FXGETFLAG_COLORTYPE(alpha_flag) ?
138 (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag) :
146 bgra[3] = (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag);
    [all...]
  /external/pdfium/core/src/fxge/apple/
apple_int.h 121 int alpha_flag = 0,
126 int alpha_flag = 0, void* pIccTransform = NULL)
131 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
133 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
138 int alpha_flag = 0, void* pIccTransform = NULL);
141 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
144 int alpha_flag = 0, void* pIccTransform = NULL,
156 int alpha_flag = 0, void* pIccTransform = NULL);
171 int alpha_flag,
fx_apple_platform.cpp 49 int alpha_flag,
110 int alpha_flag, void* pIccTransform)
157 FX_BOOL ret = _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, argb, alpha_flag, pIccTransform);
fx_quartz_device.cpp 380 int alpha_flag,
810 int alpha_flag,
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 399 int alpha_flag = 0,
405 int alpha_flag = 0, void* pIccTransform = NULL);
408 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
411 int fill_mode = 0, int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
424 int alpha_flag = 0, void* pIccTransform = NULL);
427 FX_DWORD color, FX_DWORD flags = 0, int alpha_flag = 0, void* pIccTransform = NULL);
431 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
441 int alpha_flag = 0, void* pIccTransform = NULL);
448 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
565 int alpha_flag = 0,
    [all...]
fx_dib.h 337 const CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top, int alpha_flag = 0, 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);
343 FX_BOOL CompositeRect(int dest_left, int dest_top, int width, int height, FX_DWORD color, int alpha_flag = 0, void* pIccTransform = NULL);
420 FX_DWORD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccTransform = NULL);
466 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
584 FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccTransform = NULL,
  /external/chromium_org/third_party/mesa/src/include/GL/
wmesa.h 87 * alpha_flag - GL_TRUE = create software alpha buffer,
97 GLboolean alpha_flag);
  /external/mesa3d/include/GL/
wmesa.h 87 * alpha_flag - GL_TRUE = create software alpha buffer,
97 GLboolean alpha_flag);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 226 int alpha_flag, void* pIccTransform)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa.h 114 * alpha_flag - alpha buffer requested?
134 GLboolean alpha_flag,
fakeglx.c 898 GLboolean alpha_flag = GL_FALSE; local
1003 alpha_flag = size ? GL_TRUE : GL_FALSE;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesa.h 114 * alpha_flag - alpha buffer requested?
134 GLboolean alpha_flag,
fakeglx.c 898 GLboolean alpha_flag = GL_FALSE; local
1003 alpha_flag = size ? GL_TRUE : GL_FALSE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 93 * alpha_flag - alpha buffer requested?
113 GLboolean alpha_flag,
glx_api.c 668 GLboolean alpha_flag = GL_FALSE; local
773 alpha_flag = size ? GL_TRUE : GL_FALSE;
990 if (!alpha_flag) {
991 alpha_flag = default_alpha_bits() > 0;
1007 accumAlphaSize = alpha_flag ? accumRedSize : 0;
1010 xmvis = save_glx_visual( dpy, vis, rgb_flag, alpha_flag, double_flag,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 93 * alpha_flag - alpha buffer requested?
113 GLboolean alpha_flag,
glx_api.c 668 GLboolean alpha_flag = GL_FALSE; local
773 alpha_flag = size ? GL_TRUE : GL_FALSE;
990 if (!alpha_flag) {
991 alpha_flag = default_alpha_bits() > 0;
1007 accumAlphaSize = alpha_flag ? accumRedSize : 0;
1010 xmvis = save_glx_visual( dpy, vis, rgb_flag, alpha_flag, double_flag,
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 437 const CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top, int alpha_flag, void* pIccTransform)
455 if (alpha_flag >> 8) {
456 alpha = alpha_flag & 0xff;
467 if (alpha_flag >> 8 && !IsCmykImage())
470 else if (!(alpha_flag >> 8) && IsCmykImage()) {
    [all...]
fx_dib_composite.cpp     [all...]

Completed in 648 milliseconds

1 2