Home
last modified time | relevance | path

Searched refs:stringTableSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp210 uint32_t stringTableSize = static_cast<uint32_t>((dst - stringtable) + 4); local
219 …((sizeof(obj) + stringTableSize + 3u) / 4u) * 4u; // DWORD align the data directly after the heade…
245 fwrite(&stringTableSize, 1, sizeof(stringTableSize), d);
246 fwrite(stringtable, 1, stringTableSize - 4, d);