Home | History | Annotate | Download | only in aapt

Lines Matching full:presize

403     const size_t preSize = sizeof(ResStringPool_header)
406 if (pool->editData(preSize) == NULL) {
435 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
440 dat = (uint8_t*)dat + preSize + strPos;
464 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos);
469 memset(dat+preSize+strPos, 0, padPos-strPos);
483 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
488 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
505 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
510 uint32_t* p = (uint32_t*)(dat+preSize+styPos);
535 header->stringsStart = htodl(preSize);
536 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);