Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c375 #define WIDTH_FROM_ID(id) (((id)>>16) & 0xff) macro
424 WIDTH_FROM_ID(id), HEIGHT_FROM_ID(id), DO_INTERLACE_FROM_ID(id)); in standard_name_from_id()
3828 png_uint_32 width = WIDTH_FROM_ID(id); in standard_width()
4577 if (WIDTH_FROM_ID(id) == 0) in standard_row()
4580 size_row(std, WIDTH_FROM_ID(id) * bit_size(pp, COL_FROM_ID(id), in standard_row()