OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCT_RGBA
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng.h
93
LCT_RGBA
= 6 /*RGB with alpha: 8,16 bit*/
201
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
204
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
212
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
220
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
223
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
232
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
235
LodePNGColorType colortype =
LCT_RGBA
, unsigned bitdepth = 8);
[
all
...]
lodepng.cpp
[
all
...]
/external/zopfli/src/zopflipng/
zopflipng_lib.cc
195
state.info_raw.colortype =
LCT_RGBA
;
378
error = lodepng::decode(image, w, h, origpng,
LCT_RGBA
, 16);
Completed in 74 milliseconds