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

  /external/chromium_org/third_party/libpng/
pngconf.h 171 * PNG_BUILD_DLL -- building dll
176 * PNG_BUILD_DLL -- (ignored) building the dll
183 * a cygwin user should define either PNG_BUILD_DLL or PNG_STATIC, and
190 * PNG_BUILD_DLL
199 * PNG_BUILD_DLL and PNG_STATIC because those change some defaults
204 # ifdef PNG_BUILD_DLL
205 # undef PNG_BUILD_DLL
217 # ifdef PNG_BUILD_DLL
275 #ifdef PNG_BUILD_DLL
    [all...]
  /external/libpng/
pngconf.h 175 * PNG_BUILD_DLL -- building dll
180 * PNG_BUILD_DLL -- (ignored) building the dll
187 * a cygwin user should define either PNG_BUILD_DLL or PNG_STATIC, and
194 * PNG_BUILD_DLL
203 * PNG_BUILD_DLL and PNG_STATIC because those change some defaults
208 # ifdef PNG_BUILD_DLL
209 # undef PNG_BUILD_DLL
221 # ifdef PNG_BUILD_DLL
279 #ifdef PNG_BUILD_DLL
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 143 * PNG_BUILD_DLL -- building dll
148 * PNG_BUILD_DLL -- (ignored) building the dll
155 * a cygwin user should define either PNG_BUILD_DLL or PNG_STATIC, and
162 * PNG_BUILD_DLL
171 * PNG_BUILD_DLL and PNG_STATIC because those change some defaults
176 # if defined(PNG_BUILD_DLL)
177 # undef PNG_BUILD_DLL
189 # if defined (PNG_BUILD_DLL)
241 #ifdef PNG_BUILD_DLL
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 65 * so PNG_BUILD_DLL must be set.
68 * PNG_BUILD_DLL must not be set. To avoid the code below kicking in build a
71 #ifndef PNG_BUILD_DLL
75 * PNG_BUILD_DLL in case it is necessary:
77 # define PNG_BUILD_DLL
86 # define PNG_BUILD_DLL
92 # define PNG_BUILD_DLL
98 #endif /* Setting PNG_BUILD_DLL if required */
109 # ifdef PNG_BUILD_DLL
    [all...]

Completed in 27 milliseconds