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

/frameworks/base/tools/aapt/
H A DImages.cpp1147 png_unknown_chunk unknowns[3]; local
1148 unknowns[0].data = NULL;
1149 unknowns[1].data = NULL;
1150 unknowns[2].data = NULL;
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);
1257 strcpy((char*)unknowns[o_index].name, "npOl");
1258 unknowns[o_inde
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp443 png_unknown_chunk unknowns[3]; local
444 unknowns[0].data = nullptr;
445 unknowns[1].data = nullptr;
446 unknowns[2].data = nullptr;
541 strcpy((char*)unknowns[pIndex].name, "npTc");
542 unknowns[pIndex].data = (png_byte*)info->serialize9Patch();
543 unknowns[pIndex].size = info->info9Patch.serializedSize();
545 checkNinePatchSerialization(&info->info9Patch, unknowns[pIndex].data);
549 strcpy((char*)unknowns[oIndex].name, "npOl");
550 unknowns[oInde
[all...]

Completed in 29 milliseconds