Home
last modified time | relevance | path

Searched refs:source_bpp (Results 1 – 3 of 3) sorted by relevance

/dports/x11/babl/babl-0.1.88/babl/
H A Dbabl-fish.h51 int source_bpp; member
70 int source_bpp; member
H A Dbabl-fish-path.c81 int source_bpp,
454 babl->fish_path.source_bpp = babl_source->format.bytes_per_pixel; in _babl_fish_prepare_bpp()
457 babl->fish_path.source_bpp = babl_source->type.bits / 8; in _babl_fish_prepare_bpp()
709 babl->fish_path.source_bpp, in babl_fish_path_process()
851 int source_bpp, in process_conversion_path() argument
891 (j * source_bpp)), in process_conversion_path()
1016 int source_bpp = 0; in get_path_instrumentation() local
1022 source_bpp = babl_source->format.bytes_per_pixel; in get_path_instrumentation()
1025 source_bpp = babl_source->type.bits / 8; in get_path_instrumentation()
1056 process_conversion_path (path, fpi->source, source_bpp, fpi->destination, in get_path_instrumentation()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dy_inter.c146 INT32 source_bpp, source_rowbytes; member
318 y_buffer->source_bpp = vid.bpp; in Y_ConsiderScreenBuffer()