Searched refs:endEntry (Results 1 – 2 of 2) sorted by relevance
655 IndexListEntry *endEntry = nullptr;659 endEntry = createEntry(nullptr, 0);660 newItr = indexList.insertAfter(startEntry->getIterator(), endEntry);663 endEntry = getMBBStartIdx(&*nextMBB).listEntry();664 newItr = indexList.insert(endEntry->getIterator(), startEntry);668 SlotIndex endIdx(endEntry, SlotIndex::Slot_Block);
101 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables; in RenameFont() local103 for (; currentEntry < endEntry; ++currentEntry) { in RenameFont()