Searched defs:chunkCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp500 int chunkCount = 2 + (info->haveLayoutBounds ? 1 : 0); local
540 for (int i = 0; i < chunkCount; i++) {
544 chunkNames, chunkCount);
545 png_set_unknown_chunks(writePtr, infoPtr, unknowns, chunkCount);

Completed in 39 milliseconds