Home
last modified time | relevance | path

Searched refs:DFB_COLOR_BITS_PER_PIXEL (Results 1 – 23 of 23) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/mach64/
H A Dmach64_state.c120 if (DFB_COLOR_BITS_PER_PIXEL( destination->config.format ) < 24) { in mach64gt_set_destination()
248 if (DFB_COLOR_BITS_PER_PIXEL( source->config.format ) < 24) in mach64gt_set_source_scale()
445 (1 << DFB_COLOR_BITS_PER_PIXEL( state->source->config.format )) - 1 ); in mach64_set_src_colorkey()
502 msk = (1 << DFB_COLOR_BITS_PER_PIXEL( state->source->config.format )) - 1; in mach64_set_src_colorkey_scale()
525 (1 << DFB_COLOR_BITS_PER_PIXEL( state->destination->config.format )) - 1 ); in mach64_set_dst_colorkey()
H A Dmach64_overlay.c711 mov->regs.overlay_GRAPHICS_KEY_MSK = (1 << DFB_COLOR_BITS_PER_PIXEL( primary_format )) - 1; in ov_calc_colorkey()
/dports/devel/directfb/DirectFB-1.4.17/systems/osx/
H A Dprimary.c387 1 << DFB_COLOR_BITS_PER_PIXEL( config->format ), in primaryReallocateSurface()
480 DFB_COLOR_BITS_PER_PIXEL(config->format)); in dfb_osx_set_video_mode_handler()
/dports/devel/directfb/DirectFB-1.4.17/systems/x11/
H A Dx11image.c65 image->depth = DFB_COLOR_BITS_PER_PIXEL( format ); in x11ImageInit()
H A Dglx_surface_pool.c495 …alloc->depth = DFB_COLOR_BITS_PER_PIXEL( buffer->format ) + DFB_ALPHA_BITS_PER_PIXEL( buffer->for… in glxAllocateBuffer()
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/davinci/
H A Ddavinci_2d.c970 (1 << DFB_COLOR_BITS_PER_PIXEL( ddev->dst_format )) - 1 ); in davinciBlitKeyed16()
991 (1 << DFB_COLOR_BITS_PER_PIXEL( ddev->dst_format )) - 1 ); in davinciBlitKeyed32()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-directfb-surface.c74 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-directfb-surface.c74 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-directfb-surface.c74 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-directfb-surface.c74 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/i810/
H A Di810_overlay.c594 i810drv->oregs->dclrkm = (1 << DFB_COLOR_BITS_PER_PIXEL( primary_format )) - 1; in ovl_calc_regs()
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/i830/
H A Di830_overlay.c774 switch (DFB_COLOR_BITS_PER_PIXEL( dfb_primary_layer_pixelformat() )) { in ovl_calc_regs()
/dports/www/links/links-2.25/
H A Ddirectfb.c96 ((DFB_COLOR_BITS_PER_PIXEL (pixelformat) & 0x1F) << 3)); in directfb_init_driver()
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/matrox/
H A Dmatrox_state.c51 #define MGA_KEYMASK(format) ((1 << DFB_COLOR_BITS_PER_PIXEL(format)) - 1)
/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dsurface.c371 1 << DFB_COLOR_BITS_PER_PIXEL( surface->config.format ), in dfb_surface_init_palette()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-directfb-surface.c189 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-directfb-surface.c189 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-directfb-surface.c189 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-directfb-surface.c189 if (DFB_COLOR_BITS_PER_PIXEL (format)) in _directfb_format_to_content()
/dports/devel/directfb/DirectFB-1.4.17/include/
H A Ddirectfb.h1262 #define DFB_COLOR_BITS_PER_PIXEL(fmt) (((fmt) & 0x00000F80) >> 7) macro
/dports/devel/directfb/DirectFB-1.4.17/src/gfx/generic/
H A Dgeneric.c9420 if (DFB_COLOR_BITS_PER_PIXEL(gfxs->src_format)) in gAcquire()
9426 if (DFB_COLOR_BITS_PER_PIXEL(gfxs->dst_format)) in gAcquire()
/dports/devel/directfb/DirectFB-1.4.17/
H A DNEWS3499 - Added DFB_COLOR_BITS_PER_PIXEL(format), DFB_ALPHA_BITS_PER_PIXEL(format)
H A DChangeLog27791 Use DFB_COLOR_BITS_PER_PIXEL() to calculate surface palette size.
28869 Added DFB_COLOR_BITS_PER_PIXEL and DFB_ALPHA_BITS_PER_PIXEL,