Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libpng/
Dpngconf.h204 # ifdef PNG_BUILD_DLL
205 # undef PNG_BUILD_DLL
217 # ifdef PNG_BUILD_DLL
275 #ifdef PNG_BUILD_DLL
1383 #if !defined(PNG_DLL) && (defined(PNG_BUILD_DLL) || defined(PNG_USE_DLL))
1443 #if !defined(PNG_IMPEXP) && defined(PNG_BUILD_DLL) && !defined(PNG_NO_MODULEDEF)
1475 # ifdef PNG_BUILD_DLL
1486 # ifdef PNG_BUILD_DLL
DBUILD.gn63 defines = [ "PNG_BUILD_DLL" ]
Dlibpng.gyp63 'PNG_BUILD_DLL',
/external/qemu/distrib/libpng-1.2.46/
Dpngconf.h208 # ifdef PNG_BUILD_DLL
209 # undef PNG_BUILD_DLL
221 # ifdef PNG_BUILD_DLL
279 #ifdef PNG_BUILD_DLL
1387 #if !defined(PNG_DLL) && (defined(PNG_BUILD_DLL) || defined(PNG_USE_DLL))
1447 #if !defined(PNG_IMPEXP) && defined(PNG_BUILD_DLL) && !defined(PNG_NO_MODULEDEF)
1479 # ifdef PNG_BUILD_DLL
1490 # ifdef PNG_BUILD_DLL
/external/libpng/
Dpngpriv.h191 #ifndef PNG_BUILD_DLL
197 # define PNG_BUILD_DLL macro
206 # define PNG_BUILD_DLL macro
212 # define PNG_BUILD_DLL macro
229 # ifdef PNG_BUILD_DLL
DCMakeLists.txt155 set_target_properties(${PNG_LIB_NAME} PROPERTIES DEFINE_SYMBOL PNG_BUILD_DLL)
DCHANGES839 Made PNG_NO_CONSOLE_IO the default condition when PNG_BUILD_DLL is defined.
2759 Made PNG_BUILD_DLL safe: it can be set whenever a DLL is being built.