Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dpng_reader.cpp746 int bit_depth, color_type, num_trans; in ConfigureInternalFormat() local
749 if (png_get_IHDR(m_png, m_info, NULL, NULL, &bit_depth, &color_type, NULL, NULL, NULL) == 0) in ConfigureInternalFormat()
751 bit_depth = 0; in ConfigureInternalFormat()
768 if (bit_depth == 8) in ConfigureInternalFormat()
784 if (bit_depth == 8) in ConfigureInternalFormat()
803 switch(bit_depth) in ConfigureInternalFormat()
830 if (bit_depth == 8) in ConfigureInternalFormat()
/GUIX-v6.2.1/guix_studio/libs/libpng/include/
Dpng.h759 png_byte bit_depth; /* bit depth of row */ member
1091 PNG_EXPORT(35, void, png_build_grayscale_palette, (int bit_depth,
2017 int *bit_depth, int *color_type, int *interlace_method,
2021 png_inforp info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth,
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dtttypes.h691 FT_Byte bit_depth; member