Searched refs:currentEntry (Results 1 – 8 of 8) sorted by relevance
27 private OutputStream currentEntry; field in ZipMultiReportOutput50 if (currentEntry != null) { in createFile()51 currentEntry.close(); in createFile()55 currentEntry = new EntryOutput(); in createFile()56 return currentEntry; in createFile()
100 …SkSFNTHeader::TableDirectoryEntry* currentEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEnt… in RenameFont() local101 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables; in RenameFont()103 for (; currentEntry < endEntry; ++currentEntry) { in RenameFont()104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont()106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()108 if (SkOTTableHead::TAG == currentEntry->tag) { in RenameFont()109 headTableEntry = currentEntry; in RenameFont()
100 SampleToChunkBox.Entry currentEntry = iterator.next(); in blowup() local103 numberOfSamples[i - 1] = currentEntry.getSamplesPerChunk(); in blowup()104 if (i == currentEntry.getFirstChunk()) { in blowup()105 currentEntry = iterator.next(); in blowup()108 numberOfSamples[0] = currentEntry.getSamplesPerChunk(); in blowup()
158 Map.Entry<E, Count> currentEntry;174 currentEntry = entryIterator.next();175 occurrencesLeft = currentEntry.getValue().get();179 return currentEntry.getKey();185 int frequency = currentEntry.getValue().get();189 if (currentEntry.getValue().addAndGet(-1) == 0) {
161 Map.Entry<E, Count> currentEntry;177 currentEntry = entryIterator.next();178 occurrencesLeft = currentEntry.getValue().get();182 return currentEntry.getKey();188 int frequency = currentEntry.getValue().get();192 if (currentEntry.getValue().addAndGet(-1) == 0) {
1017 private Entry<E> currentEntry;1041 currentEntry = entryIterator.next();1042 totalCount = laterCount = currentEntry.getCount();1046 return currentEntry.getElement();1055 multiset.remove(currentEntry.getElement());
258 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry() function in GraphicStackState429 if (clipStack == currentEntry()->fClipStack) { in updateClip()435 if (clipStack == currentEntry()->fClipStack) { in updateClip()441 currentEntry()->fClipStack = clipStack; in updateClip()442 currentEntry()->fClipRegion = clipRegion; in updateClip()506 if (matrix == currentEntry()->fMatrix) { in updateMatrix()510 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) { in updateMatrix()516 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask); in updateMatrix()524 currentEntry()->fMatrix = matrix; in updateMatrix()530 if (state.fShaderIndex != currentEntry()->fShaderIndex) { in updateDrawingState()[all …]
2189 if (FS.streams[fildes].currentEntry) {2190 _free(FS.streams[fildes].currentEntry);2575 currentEntry: entryBuffer property3365 currentEntry: _malloc(___dirent_struct_layout.__size__) property3422 _readdir_r(dirp, FS.streams[dirp].currentEntry, _readdir.result);3426 return FS.streams[dirp].currentEntry;3436 _free(FS.streams[dirp].currentEntry);