Home
last modified time | relevance | path

Searched refs:bg_pixels (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/libimagequant/libimagequant-2.17.0/
H A Dlibimagequant.c1286 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette() local
1292 if (bg_pixels) { in remap_to_palette()
1293 float bg_diff = colordifference(bg_pixels[col], acolormap[last_match].acolor); in remap_to_palette()
1414 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette_floyd() local
1430 if (bg_pixels) { in remap_to_palette_floyd()
1432 float bg_for_dither_diff = colordifference(spx, bg_pixels[col]); in remap_to_palette_floyd()
1434 output_px = bg_pixels[col]; in remap_to_palette_floyd()
1444 float max_diff = colordifference(row_pixels[col], bg_pixels[col]); in remap_to_palette_floyd()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/imagequant-sys-3.0.6+sys2.15.0/
H A Dlibimagequant.c1286 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette() local
1292 if (bg_pixels) { in remap_to_palette()
1293 float bg_diff = colordifference(bg_pixels[col], acolormap[last_match].acolor); in remap_to_palette()
1414 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette_floyd() local
1430 if (bg_pixels) { in remap_to_palette_floyd()
1432 float bg_for_dither_diff = colordifference(spx, bg_pixels[col]); in remap_to_palette_floyd()
1434 output_px = bg_pixels[col]; in remap_to_palette_floyd()
1444 float max_diff = colordifference(row_pixels[col], bg_pixels[col]); in remap_to_palette_floyd()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/imagequant-sys-3.0.6+sys2.15.0/msvc-dist/
H A Dlibimagequant.c1287 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette() local
1293 if (bg_pixels) { in remap_to_palette()
1294 float bg_diff = colordifference(bg_pixels[col], acolormap[last_match].acolor); in remap_to_palette()
1415 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette_floyd() local
1431 if (bg_pixels) { in remap_to_palette_floyd()
1433 float bg_for_dither_diff = colordifference(spx, bg_pixels[col]); in remap_to_palette_floyd()
1435 output_px = bg_pixels[col]; in remap_to_palette_floyd()
1445 float max_diff = colordifference(row_pixels[col], bg_pixels[col]); in remap_to_palette_floyd()
/dports/graphics/pngquant/pngquant-2.17.0/lib/msvc-dist/
H A Dlibimagequant.c1287 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette() local
1293 if (bg_pixels) { in remap_to_palette()
1294 float bg_diff = colordifference(bg_pixels[col], acolormap[last_match].acolor); in remap_to_palette()
1415 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette_floyd() local
1431 if (bg_pixels) { in remap_to_palette_floyd()
1433 float bg_for_dither_diff = colordifference(spx, bg_pixels[col]); in remap_to_palette_floyd()
1435 output_px = bg_pixels[col]; in remap_to_palette_floyd()
1445 float max_diff = colordifference(row_pixels[col], bg_pixels[col]); in remap_to_palette_floyd()
/dports/graphics/pngquant/pngquant-2.17.0/lib/
H A Dlibimagequant.c1286 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette() local
1292 if (bg_pixels) { in remap_to_palette()
1293 float bg_diff = colordifference(bg_pixels[col], acolormap[last_match].acolor); in remap_to_palette()
1414 …const f_pixel *const bg_pixels = background && acolormap[transparent_index].acolor.a < 1.f/256.f ?… in remap_to_palette_floyd() local
1430 if (bg_pixels) { in remap_to_palette_floyd()
1432 float bg_for_dither_diff = colordifference(spx, bg_pixels[col]); in remap_to_palette_floyd()
1434 output_px = bg_pixels[col]; in remap_to_palette_floyd()
1444 float max_diff = colordifference(row_pixels[col], bg_pixels[col]); in remap_to_palette_floyd()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/imagequant-sys-2.12.5/
H A Dlibimagequant.c1288 …const f_pixel *const bg_pixels = input_image->background && acolormap[transparent_index].acolor.a … in remap_to_palette() local
1294 … if (bg_pixels && colordifference(bg_pixels[col], acolormap[last_match].acolor) <= diff) { in remap_to_palette()
1405 …const f_pixel *const bg_pixels = input_image->background && acolormap[transparent_index].acolor.a … in remap_to_palette_floyd() local
1419 if (bg_pixels && colordifference(bg_pixels[col], output_px) <= diff) { in remap_to_palette_floyd()
1420 output_px = bg_pixels[col]; in remap_to_palette_floyd()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/imagequant-sys-2.12.5/msvc-dist/
H A Dlibimagequant.c1286 …const f_pixel *const bg_pixels = input_image->background && acolormap[transparent_index].acolor.a … in remap_to_palette() local
1292 … if (bg_pixels && colordifference(bg_pixels[col], acolormap[last_match].acolor) <= diff) { in remap_to_palette()
1403 …const f_pixel *const bg_pixels = input_image->background && acolormap[transparent_index].acolor.a … in remap_to_palette_floyd() local
1417 if (bg_pixels && colordifference(bg_pixels[col], output_px) <= diff) { in remap_to_palette_floyd()
1418 output_px = bg_pixels[col]; in remap_to_palette_floyd()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmenu.c821 int fg_pixels[4], bg_pixels[4]; local
825 memset(bg_pixels, 0, 4*sizeof(int));
833 bg_pixels[TGBS_NORMAL] = bg_pixel;
835 bg_pixels[TGBS_GRAYED] = bg_pixel;
838 bg_pixels[TGBS_RAISED] = menu_item->multicolor_pixel;
841 bg_pixels[TGBS_NORMAL] = bg_pixel;
843 bg_pixels[TGBS_GRAYED] = bg_pixel;
846 bg_pixels[TGBS_RAISED] = myFgPixel;
857 XSetForeground(mainDisplay, textMenuGC, bg_pixels[state]);
887 values.background = bg_pixels[state];
[all …]