Lines Matching full:alpha
67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */
69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */
71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */
92 * are premultiplied with the alpha, if applicable.
93 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation
95 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves
100 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */
110 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */
111 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only */
112 C2D_COLOR_FORMAT_8_A = 9, /* 8-bit alpha only */
118 C2D_COLOR_FORMAT_1555_ARGB = 13, /* 16-bit colors (1-bit alpha) */
119 C2D_COLOR_FORMAT_4444_ARGB = 14, /* 16-bit colors (4-bit alpha) */
120 C2D_COLOR_FORMAT_8565_ARGB = 15, /* 24-bit colors (8-bit alpha) */
121 C2D_COLOR_FORMAT_8888_ARGB = 16, /* 32-bit colors (8-bit alpha) */
123 C2D_COLOR_FORMAT_5551_RGBA = 17, /* 16-bit colors (1-bit alpha) */
124 C2D_COLOR_FORMAT_4444_RGBA = 18, /* 16-bit colors (4-bit alpha) */
125 C2D_COLOR_FORMAT_5658_RGBA = 19, /* 24-bit colors (8-bit alpha) */
126 C2D_COLOR_FORMAT_8888_RGBA = 20, /* 32-bit colors (8-bit alpha) */
147 * bit of Y channel serves as alpha: 0 - transparent, 1 - opaque. */
229 C2D_NO_PIXEL_ALPHA_BIT = (1 << 13), /* disables source alpha channel */
250 C2D_TARGET_NO_PIXEL_ALPHA = (1 << 8), /* disables target alpha channel */
273 C2D_ALPHA_BLEND_DIRECT = (15 << 20), /* Direct alpha blitting */
275 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */
349 * color for all alpha-only source formats. If the surface_id is 0
363 * Finally alpha blending is applied before pixels get written into the target.
364 * Surface's pixel alpha is combined with mask alpha and with global alpha.
366 * Source color key defines transparent color, applied together with alpha. */
385 uint32 mask_surface_id; /* source alpha-mask surface */
500 * Alpha-blending is not performed while filling.
514 * Alpha-blending is not performed while writing.
529 * Alpha-blending is not performed while reading.