Searched refs:alpha (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c170 unsigned alpha = *iptr++; local
172 .Red = (alpha * 0xFF) / 255,
174 .Blue = (alpha * 0x80) / 255,
/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h47 unsigned alpha; member in struct:gfx_surface
/fuchsia/zircon/kernel/lib/gfx/include/lib/
H A Dgfx.h53 uint alpha; member in struct:gfx_surface
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp378 uint8_t alpha = static_cast<uint8_t>(round(primary->alpha_layer_val * 255)); local
381 plane_key_max.set_plane_alpha_value(alpha);
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp319 * Currently does not support alpha channel.
360 // both are 32 bit modes, both alpha
371 // XXX ignores destination alpha
380 // both are 32 bit modes, no alpha
399 // both are 8 bit modes, no alpha
516 surface->alpha = MAX_ALPHA;
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c459 * Currently does not support alpha channel.
514 // both are 32 bit modes, both alpha
525 // XXX ignores destination alpha
534 // both are 32 bit modes, no alpha
553 // both are 8 bit modes, no alpha
639 surface->alpha = MAX_ALPHA;
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp512 static zx_status_t set_layer_alpha(uint64_t layer_id, bool alpha) { argument
517 alpha_msg.mode = alpha ? fuchsia_display_AlphaMode_HW_MULTIPLY
1030 fprintf(stderr, "failed to set sprite layer alpha\n");

Completed in 49 milliseconds