Lines Matching refs:p_index
1236 int p_index = imageInfo.haveLayoutBounds ? 2 : 1;
1249 strcpy((char*)unknowns[p_index].name, "npTc");
1250 unknowns[p_index].data = (png_byte*)imageInfo.serialize9patch();
1251 unknowns[p_index].size = imageInfo.info9Patch.serializedSize();
1253 checkNinePatchSerialization(&imageInfo.info9Patch, unknowns[p_index].data);