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

/frameworks/base/tools/aapt/
H A DImages.cpp1146 png_unknown_chunk unknowns[3]; local
1147 unknowns[0].data = NULL;
1148 unknowns[1].data = NULL;
1149 unknowns[2].data = NULL;
1248 strcpy((char*)unknowns[p_index].name, "npTc");
1249 unknowns[p_index].data = (png_byte*)imageInfo.serialize9patch();
1250 unknowns[p_index].size = imageInfo.info9Patch.serializedSize();
1252 checkNinePatchSerialization(&imageInfo.info9Patch, unknowns[p_index].data);
1256 strcpy((char*)unknowns[o_index].name, "npOl");
1257 unknowns[o_inde
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp422 png_unknown_chunk unknowns[3]; local
423 unknowns[0].data = nullptr;
424 unknowns[1].data = nullptr;
425 unknowns[2].data = nullptr;
514 strcpy((char*)unknowns[pIndex].name, "npTc");
515 unknowns[pIndex].data = (png_byte*) info->serialize9Patch();
516 unknowns[pIndex].size = info->info9Patch.serializedSize();
518 checkNinePatchSerialization(&info->info9Patch, unknowns[pIndex].data);
522 strcpy((char*)unknowns[oIndex].name, "npOl");
523 unknowns[oInde
[all...]

Completed in 50 milliseconds