Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libpng/docs/
H A Dexample.c502 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_sBIT) != 0)
H A Dlibpng-manual.txt1449 (PNG_INFO_sBIT) each of the gray,
2514 PNG_INFO_gAMA, PNG_INFO_sBIT,
3098 (PNG_INFO_sBIT) each of the gray, red,
/reactos/dll/3rdparty/libpng/
H A Dpngget.c1037 (info_ptr->valid & PNG_INFO_sBIT) != 0 && sig_bit != NULL) in png_get_sBIT()
1040 return (PNG_INFO_sBIT); in png_get_sBIT()
H A Dpngwrite.c170 if ((info_ptr->valid & PNG_INFO_sBIT) != 0) in png_write_info_before_PLTE()
1383 if ((info_ptr->valid & PNG_INFO_sBIT) != 0) in png_write_png()
H A Dpngset.c647 info_ptr->valid |= PNG_INFO_sBIT; in png_set_sBIT()
H A Dpngread.c1152 if ((info_ptr->valid & PNG_INFO_sBIT) != 0) in png_read_png()
H A Dpngrutil.c1175 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sBIT) != 0) in png_handle_sBIT()
/reactos/sdk/include/reactos/libs/libpng/
H A Dpng.h733 #define PNG_INFO_sBIT 0x0002U macro