Searched refs:pageIndex (Results 1 – 5 of 5) sorted by relevance
78 int pageIndex = 0, glyphCount = 0; in save() local82 if (pageIndex == 0 && !pageIter.hasNext()) in save()85 fileName = outputName + (pageIndex + 1) + ".png"; in save()86 out.println("page id=" + pageIndex + " file=\"" + fileName + "\""); in save()88 pageIndex++; in save()93 pageIndex = 0; in save()105 writeGlyph(out, pageWidth, pageHeight, pageIndex, glyph); in save()108 pageIndex++; in save()165 pageIndex = 0; in save()169 if (pageIndex == 0 && !pageIter.hasNext()) in save()[all …]
95 uint32 pageIndex = (uint32) (offset / fPageSize); in DoRead() local100 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoRead()199 uint32 pageIndex = (uint32) (offset / fPageSize); in DoWrite() local206 uint8 *dPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoWrite()248 uint32 pageIndex = (uint32) (offset / fPageSize); in CopyToStream() local253 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in CopyToStream()
215 PageIndex pageIndex = index / itemsPerPage; local217 pages_[pageIndex] = value;240 for (PageIndex pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) local241 arrayAllocator()->releaseArrayPage(pages_[pageIndex]);275 PageIndex pageIndex = (newSize + itemsPerPage - 1) / itemsPerPage; local277 for (; pageIndex < lastPageIndex; ++pageIndex)278 arrayAllocator()->releaseArrayPage(pages_[pageIndex]);298 PageIndex pageIndex = nextPageIndex / itemsPerPage; local300 for (; pageToAllocate-- > 0; ++pageIndex)301 pages_[pageIndex] = arrayAllocator()->allocateArrayPage();
968 UnwindSectionRegularArray<A> pageIndex( in getInfoFromCompactEncodingSection() local980 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()986 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) { in getInfoFromCompactEncodingSection()989 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()998 encoding = pageIndex.encoding(low); in getInfoFromCompactEncodingSection()999 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()1020 UnwindSectionCompressedArray<A> pageIndex( in getInfoFromCompactEncodingSection() local1035 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) { in getInfoFromCompactEncodingSection()1037 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) { in getInfoFromCompactEncodingSection()1047 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection()[all …]
394 int pageIndex = glyphCode / PAGE_SIZE; in getGlyph()397 Glyph[] page = glyphs[pageIndex]; in getGlyph()402 page = glyphs[pageIndex] = new Glyph[PAGE_SIZE]; in getGlyph()