Home
last modified time | relevance | path

Searched refs:next (Results 4801 - 4825 of 5888) sorted by relevance

1...<<191192193194195196197198199200>>...236

/third_party/skia/src/effects/imagefilters/
H A DSkArithmeticImageFilter.cpp465 for (SkRegion::Iterator iter(outside); !iter.done(); iter.next()) { in drawForeground()
/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.cpp200 // Set fLastControlPoint to the next stroke's p0 (which will be equal to the final point of in discardStroke()
201 // this stroke). This has the effect of disabling the next stroke's join. in discardStroke()
293 while (strokeIter.next()) { in prepare()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat4.java253 public Integer next() { in next() method in CMapFormat4.CharacterIterator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoleitr.cpp100 * Get the ordering priority of the next character in the string.
101 * @return the next character's ordering. Returns NULLORDER if an error has
104 int32_t CollationElementIterator::next(UErrorCode& status) in next() function in CollationElementIterator
115 // next() after setOffset() in next()
H A Dcurrpinf.cpp335 while (((pluralCount = keywords->next(nullptr, ec)) != nullptr) && U_SUCCESS(ec)) { in setupCurrencyPluralPattern()
H A Dsearch.cpp238 int32_t SearchIterator::next(UErrorCode &status) in next() function in SearchIterator
264 // the next call to next will set the offset. in next()
301 // setOffset has been called or that next ran off the text in previous()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c132 iterator = iterator->next; in spdy_handler_new_stream()
/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp211 verb = iter.next(pts);
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp457 bool SkOTTableName::Iterator::next(SkOTTableName::Iterator::Record& record) {
474 // Find the next record which matches the requested type.
/third_party/optimized-routines/math/test/
H A Dulp.h258 struct T(args) a = T(next) (gen); in cmp()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h1725 * next ::
1728 * listed through a direct, single-linked list using its `next` field.
1864 * <compute kern between current and next glyph
1910 FT_GlyphSlot next; member
3908 * Return the next character code in the current charmap of a given face
3921 * Glyph index of next character code. 0~if charmap is empty.
3924 * The charmap's next character code.
4016 * The next example resets a single property to its default value.
4395 * object but can be overwritten or released on the next call to a
4429 * object but can be overwritten or released on the next cal
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c510 for ( ; item; item = item->next ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc274 while (glyphs->next (&gid)) in _remove_invalid_gids()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp406 "first check if there is a next instruction!"); in findLocationForEntrySafepoint()
665 BasicBlock::iterator Start = IsBegin ? OrigBB->begin() : std::next(Before); in InsertSafepointPoll()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp113 // and the loop "next" value in the original header. in RewriteUsesOfClonedInstructions()
324 for (auto I = std::next(OrigPreheader->rbegin()), E = OrigPreheader->rend(); in rotateLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h11 // (i.e. each node of the list must contain a next and previous field for the
174 /// holds the next/prev pointers. The only state of the list itself is an
384 /// \brief Get the next node, or \c nullptr for the list tail.
386 auto Next = std::next(N.getIterator()); in getNextNode()
391 /// \brief Get the next node, or \c nullptr for the list tail.
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h291 // take() returns the next fiber that has exceeded its timeout, or nullptr
295 // next() returns the timepoint of the next fiber to timeout.
296 // next() can only be called if operator bool() returns true.
297 inline TimePoint next() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp414 Expected<std::unique_ptr<Remark>> YAMLRemarkParser::next() { in next() function in YAMLRemarkParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp330 Next = std::next(I); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp231 MachineBasicBlock::iterator DI = std::next(I); in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp238 NextI = std::next(I); in genMuxInBlock()
H A DHexagonGenPredicate.cpp275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) in getPredRegFor()
H A DHexagonNewValueJump.cpp656 for (auto I = std::next(MI.getIterator()); I != jmpPos; ++I) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp380 std::next(MachineBasicBlock::iterator(BIL.back())), in reorganizeBlockLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp266 MBBI = std::next(MBBI); in emitEpilogue()

Completed in 33 milliseconds

1...<<191192193194195196197198199200>>...236