HomeSort by relevance Sort by last modified time
    Searched refs:PNG_USE_DLL (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngconf.h 176 * PNG_USE_DLL -- building an application, linking to dll
189 * that. If a cygwin user *wants* to define 'PNG_USE_DLL' that's okay, but
196 * (nothing) == PNG_USE_DLL
211 # ifdef PNG_USE_DLL
212 # undef PNG_USE_DLL
225 # ifdef PNG_USE_DLL
226 # undef PNG_USE_DLL
233 # ifdef PNG_USE_DLL
234 # undef PNG_USE_DLL
240 # ifndef PNG_USE_DLL
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 144 * PNG_USE_DLL -- building an application, linking to dll
157 * that. If a cygwin user *wants* to define 'PNG_USE_DLL' that's okay, but
164 * (nothing) == PNG_USE_DLL
179 # if defined(PNG_USE_DLL)
180 # undef PNG_USE_DLL
193 # if defined(PNG_USE_DLL)
194 # undef PNG_USE_DLL
201 # if defined(PNG_USE_DLL)
202 # undef PNG_USE_DLL
208 # if !defined(PNG_USE_DLL)
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 154 * the magic flag PNG_USE_DLL to turn on the special processing before
160 * the build or imported if PNG_USE_DLL is set - compiler
173 * PNG_USE_DLL is set.
268 # if defined(PNG_USE_DLL) && defined(PNG_DLL_IMPORT)

Completed in 27 milliseconds