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

/external/chromium_org/third_party/libpng/
H A Dpngconf.h1395 # ifndef PNG_USE_LOCAL_ARRAYS
1396 # define PNG_USE_LOCAL_ARRAYS macro
1399 # if defined(PNG_USE_LOCAL_ARRAYS) || defined(PNG_NO_GLOBAL_ARRAYS)
1405 # if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1406 # define PNG_USE_LOCAL_ARRAYS macro
1414 #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1417 # define PNG_USE_LOCAL_ARRAYS macro
/external/qemu/distrib/libpng-1.2.46/
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 552 milliseconds