Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngcp.c144 # define FIX_INDEX 0x800 /* 'Fix' out of range palette indices (OK) */ macro
305 # ifdef FIX_INDEX
306 S(fix-palette-index, FIX_INDEX)
1760 # ifdef FIX_INDEX in read_png()
1761 if ((dp->options & FIX_INDEX) != 0) in read_png()
1818 #ifdef FIX_INDEX in read_png()
1819 if (dp->ct == PNG_COLOR_TYPE_PALETTE && (dp->options & FIX_INDEX) != 0) in read_png()