Home | History | Annotate | Download | only in aapt

Lines Matching refs:strPos

433     size_t strPos = 0;
450 ent.offset = strPos;
455 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
460 dat = (uint8_t*)dat + preSize + strPos;
477 strPos += totalSize;
482 if (strPos&0x3) {
483 size_t padPos = ((strPos+3)&~0x3);
489 memset(dat+preSize+strPos, 0, padPos-strPos);
490 strPos = padPos;
495 size_t styPos = strPos;
502 ent.offset = styPos-strPos;
556 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);