Searched refs:p_index (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/aapt/
H A DImages.cpp1056 int p_index = imageInfo.haveLayoutBounds ? 1 : 0; local
1062 strcpy((char*)unknowns[p_index].name, "npTc");
1063 unknowns[p_index].data = (png_byte*)imageInfo.info9Patch.serialize();
1064 unknowns[p_index].size = imageInfo.info9Patch.serializedSize();
1066 checkNinePatchSerialization(&imageInfo.info9Patch, unknowns[p_index].data);

Completed in 57 milliseconds