Searched refs:interlaceType (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 116 int colorType, bitDepth, interlaceType, compressionType; in readPng() local 118 &colorType, &interlaceType, &compressionType, nullptr); in readPng() 441 int colorType, bitDepth, interlaceType, compressionType; in writePng() local 613 &interlaceType, &compressionType, nullptr); in writePng() 619 << ", inter = " << interlaceType in writePng()
|