OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lodepng_get_raw_size
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng.h
385
size_t
lodepng_get_raw_size
(unsigned w, unsigned h, const LodePNGColorMode* color);
[
all
...]
lodepng_util.cpp
204
size_t linebytes = 1 +
lodepng_get_raw_size
(w, 1, &state.info_png.color);
225
size_t linebytes = 1 +
lodepng_get_raw_size
(w2, 1, &state.info_png.color);
lodepng.cpp
2644
size_t
lodepng_get_raw_size
(unsigned w, unsigned h, const LodePNGColorMode* color)
function
[
all
...]
Completed in 3027 milliseconds