Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c374 #define WIDTH_FROM_ID(id) (((id)>>16) & 0xff) macro
423 WIDTH_FROM_ID(id), HEIGHT_FROM_ID(id), DO_INTERLACE_FROM_ID(id)); in standard_name_from_id()
3827 png_uint_32 width = WIDTH_FROM_ID(id); in standard_width()
4579 if (WIDTH_FROM_ID(id) == 0) in standard_row()
4582 size_row(std, WIDTH_FROM_ID(id) * bit_size(pp, COL_FROM_ID(id), in standard_row()