OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_raw
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopflipng/
zopflipng_lib.cc
194
lodepng_color_mode_copy(&state.
info_raw
, &inputstate.info_png.color);
195
state.
info_raw
.colortype = LCT_RGBA;
196
state.
info_raw
.bitdepth = 8;
199
state.
info_raw
.bitdepth = 16;
/external/zopfli/src/zopflipng/lodepng/
lodepng.cpp
[
all
...]
lodepng.h
639
LodePNGColorMode
info_raw
; /*specifies the format in which you would like to get the raw pixel buffer*/
member in struct:LodePNGState
[
all
...]
Completed in 2116 milliseconds