Home
last modified time | relevance | path

Searched refs:sixel_helper_compute_depth (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py380 def sixel_helper_compute_depth(pixelformat): function
381 _sixel.sixel_helper_compute_depth.restype = c_int
383 return _sixel.sixel_helper_compute_depth(pixelformat)
654 depth = sixel_helper_compute_depth(pixelformat)
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dscale.c321 int const depth = sixel_helper_compute_depth(pixelformat); in sixel_helper_scale_image()
H A Dpixelformat.c129 sixel_helper_compute_depth(int pixelformat) in sixel_helper_compute_depth() function
H A Dframe.c623 depth = sixel_helper_compute_depth(pixelformat); in clip()
H A Dloader.c597 depth = sixel_helper_compute_depth(*pixelformat); in load_png()
H A Dquant.c1212 result_depth = sixel_helper_compute_depth(pixelformat); in sixel_quant_make_palette()
H A Dencoder.c773 depth = sixel_helper_compute_depth(pixelformat); in sixel_encoder_output_without_macro()
/dports/graphics/libsixel/sixel-1.8.6/include/
H A Dsixel.h842 sixel_helper_compute_depth(
H A Dsixel.h.in842 sixel_helper_compute_depth(
/dports/graphics/libsixel/sixel-1.8.6/
H A DChangeLog3153 sixel_helper_compute_depth and sixel_helper_normalize_pixelformat