OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_STATIC
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libpng/
pngconf.h
178
*
PNG_STATIC
-- (ignored) building the static lib, or building an
183
* a cygwin user should define either PNG_BUILD_DLL or
PNG_STATIC
, and
191
*
PNG_STATIC
197
* we don't need to worry about
PNG_STATIC
or ALL_STATIC when it comes
199
* PNG_BUILD_DLL and
PNG_STATIC
because those change some defaults
213
# ifndef
PNG_STATIC
214
# define
PNG_STATIC
218
# ifdef
PNG_STATIC
219
# undef
PNG_STATIC
228
# ifdef
PNG_STATIC
[
all
...]
/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 28 milliseconds