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

  /external/libpng/
pngconf.h 182 * PNG_STATIC -- (ignored) building the static lib, or building an
187 * a cygwin user should define either PNG_BUILD_DLL or PNG_STATIC, and
195 * PNG_STATIC
201 * we don't need to worry about PNG_STATIC or ALL_STATIC when it comes
203 * PNG_BUILD_DLL and PNG_STATIC because those change some defaults
217 # ifndef PNG_STATIC
218 # define PNG_STATIC
222 # ifdef PNG_STATIC
223 # undef PNG_STATIC
232 # ifdef PNG_STATIC
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 150 * PNG_STATIC -- (ignored) building the static lib, or building an
155 * a cygwin user should define either PNG_BUILD_DLL or PNG_STATIC, and
163 * PNG_STATIC
169 * we don't need to worry about PNG_STATIC or ALL_STATIC when it comes
171 * PNG_BUILD_DLL and PNG_STATIC because those change some defaults
185 # if !defined(PNG_STATIC)
186 # define PNG_STATIC
190 # if defined(PNG_STATIC)
191 # undef PNG_STATIC
200 # if defined(PNG_STATIC)
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 232 /* PNG_STATIC is used to mark internal file scope functions if they need to be
235 #ifndef PNG_STATIC
236 # define PNG_STATIC static
    [all...]

Completed in 24 milliseconds