Searched defs:PNG_USE_LOCAL_ARRAYS (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
H A Dpngconf.h1276 # if !defined(PNG_USE_LOCAL_ARRAYS)
1277 # define PNG_USE_LOCAL_ARRAYS macro
1280 # if defined(PNG_USE_LOCAL_ARRAYS) || defined(PNG_NO_GLOBAL_ARRAYS)
1286 # if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1287 # define PNG_USE_LOCAL_ARRAYS macro
1295 #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1298 # define PNG_USE_LOCAL_ARRAYS macro
/external/libpng/
H A Dpngconf.h1399 # ifndef PNG_USE_LOCAL_ARRAYS
1400 # define PNG_USE_LOCAL_ARRAYS macro
1403 # if defined(PNG_USE_LOCAL_ARRAYS) || defined(PNG_NO_GLOBAL_ARRAYS)
1409 # if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1410 # define PNG_USE_LOCAL_ARRAYS macro
1418 #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1421 # define PNG_USE_LOCAL_ARRAYS macro

Completed in 106 milliseconds