Searched refs:interlace_type (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Images.cpp | 104 int bit_depth, interlace_type, compression_type; in read_png() local 113 &interlace_type, &compression_type, NULL); in read_png() 165 interlace_type, compression_type); in read_png() 170 &interlace_type, &compression_type, NULL); in read_png() 1144 int bit_depth, interlace_type, compression_type; in write_png() local 1313 &bit_depth, &color_type, &interlace_type, in write_png() 1318 (int)width, (int)height, bit_depth, color_type, interlace_type, in write_png()
|