OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_STATIC
(Results
1 - 2
of
2
) sorted by null
/external/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/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
...]
Completed in 356 milliseconds