/third_party/skia/src/effects/imagefilters/ |
H A D | SkArithmeticImageFilter.cpp | 465 for (SkRegion::Iterator iter(outside); !iter.done(); iter.next()) { in drawForeground()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeFixedCountTessellator.cpp | 200 // 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 D | CMapFormat4.java | 253 public Integer next() { in next() method in CMapFormat4.CharacterIterator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coleitr.cpp | 100 * 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 D | currpinf.cpp | 335 while (((pluralCount = keywords->next(nullptr, ec)) != nullptr) && U_SUCCESS(ec)) { in setupCurrencyPluralPattern()
|
H A D | search.cpp | 238 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 D | applicationlayer.c | 132 iterator = iterator->next; in spdy_handler_new_stream()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsAsWinding.cpp | 211 verb = iter.next(pts);
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_name.cpp | 457 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 D | ulp.h | 258 struct T(args) a = T(next) (gen); in cmp()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 1725 * 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 D | pfrobjs.c | 510 for ( ; item; item = item->next ) in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-plan.cc | 274 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 D | PlaceSafepoints.cpp | 406 "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 D | LoopRotationUtils.cpp | 113 // 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 D | ilist.h | 11 // (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 D | scheduler.h | 291 // 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 D | YAMLRemarkParser.cpp | 414 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 D | SIFormMemoryClauses.cpp | 330 Next = std::next(I); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.cpp | 231 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 D | HexagonGenMux.cpp | 238 NextI = std::next(I); in genMuxInBlock()
|
H A D | HexagonGenPredicate.cpp | 275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) in getPredRegFor()
|
H A D | HexagonNewValueJump.cpp | 656 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 D | PPCExpandISEL.cpp | 380 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 D | RISCVFrameLowering.cpp | 266 MBBI = std::next(MBBI); in emitEpilogue()
|