Searched refs:LAC_ALPHA (Results 1 - 3 of 3) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h563 LAC_ALPHA, /*use color type user requested, but if only opaque pixels and RGBA or grey+alpha, use RGB or grey*/ enumerator in enum:LodePNGAutoConvert
1578 *) 15 apr 2013: Fixed bug with LAC_ALPHA and color key.
H A Dlodepng.cpp3767 if(auto_convert == LAC_ALPHA)
3773 if(auto_convert == LAC_ALPHA)
3781 if(!error && auto_convert == LAC_ALPHA)
3789 else if(!error && auto_convert != LAC_ALPHA)
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc250 state.encoder.auto_convert = LAC_ALPHA;

Completed in 255 milliseconds