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

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp502 int bIndex = 1; local
534 strcpy((char*)unknowns[bIndex].name, "npLb");
535 unknowns[bIndex].data = (png_byte*) calloc(chunkSize, 1);
536 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize);
537 unknowns[bIndex].size = chunkSize;

Completed in 10 milliseconds