Home | History | Annotate | Download | only in libcopybit

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 */
91 * are premultiplied with the alpha, if applicable.
92 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation
94 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves
99 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */
109 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */
110 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only */
111 C2D_COLOR_FORMAT_8_A = 9, /* 8-bit alpha only */
117 C2D_COLOR_FORMAT_1555_ARGB = 13, /* 16-bit colors (1-bit alpha) */
118 C2D_COLOR_FORMAT_4444_ARGB = 14, /* 16-bit colors (4-bit alpha) */
119 C2D_COLOR_FORMAT_8565_ARGB = 15, /* 24-bit colors (8-bit alpha) */
120 C2D_COLOR_FORMAT_8888_ARGB = 16, /* 32-bit colors (8-bit alpha) */
122 C2D_COLOR_FORMAT_5551_RGBA = 17, /* 16-bit colors (1-bit alpha) */
123 C2D_COLOR_FORMAT_4444_RGBA = 18, /* 16-bit colors (4-bit alpha) */
124 C2D_COLOR_FORMAT_5658_RGBA = 19, /* 24-bit colors (8-bit alpha) */
125 C2D_COLOR_FORMAT_8888_RGBA = 20, /* 32-bit colors (8-bit alpha) */
146 * bit of Y channel serves as alpha: 0 - transparent, 1 - opaque. */
228 C2D_NO_PIXEL_ALPHA_BIT = (1 << 13), /* disables source alpha channel */
249 C2D_TARGET_NO_PIXEL_ALPHA = (1 << 8), /* disables target alpha channel */
272 C2D_ALPHA_BLEND_DIRECT = (15 << 20), /* Direct alpha blitting */
274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */
348 * color for all alpha-only source formats. If the surface_id is 0
362 * Finally alpha blending is applied before pixels get written into the target.
363 * Surface's pixel alpha is combined with mask alpha and with global alpha.
365 * Source color key defines transparent color, applied together with alpha. */
384 uint32 mask_surface_id; /* source alpha-mask surface */
498 * Alpha-blending is not performed while filling.
512 * Alpha-blending is not performed while writing.
527 * Alpha-blending is not performed while reading.