OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_COMPOSE
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c
109
png_ptr->transformations |=
PNG_COMPOSE
| PNG_STRIP_ALPHA;
282
*
png_compose
to do the work. Calling both is only useful when
284
* with a default gamma value. Otherwise
PNG_COMPOSE
must not be set.
340
if (png_ptr->transformations &
PNG_COMPOSE
)
344
png_ptr->transformations |=
PNG_COMPOSE
;
[
all
...]
pngpriv.h
479
#define
PNG_COMPOSE
0x0080 /* Was PNG_BACKGROUND */
[
all
...]
Completed in 162 milliseconds