Home
last modified time | relevance | path

Searched refs:next (Results 4451 - 4475 of 5922) sorted by relevance

1...<<171172173174175176177178179180>>...237

/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h24 // while (iter.next()) { // Call next() first.
55 // Must be called first. Loads the next pair of "prev" and "current" stroke. Returns false if
57 bool next() { in next() function in skgpu::StrokeIterator
66 // Don't let "kContourFinished" be prevVerb at the start of the next contour. in next()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat4.java267 public BitmapGlyphInfo next() { in next() method in IndexSubTableFormat4.Builder.BitmapGlyphInfoIterator
H A DIndexSubTableFormat5.java208 public BitmapGlyphInfo next() { in next() method in IndexSubTableFormat5.Builder.BitmapGlyphInfoIterator
/third_party/skia/third_party/externals/libpng/
H A Dpngstruct.h63 struct png_compression_buffer *next; member
/third_party/skia/src/utils/
H A DSkParsePath.cpp269 switch (iter.next(pts)) { in ToSVGString()
/third_party/skia/src/xml/
H A DSkXMLWriter.cpp125 // bump to the next src char in escape_markup()
166 while ((name = iter.next(&value)) != nullptr) { in write_dom()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h160 const SkTSpan* next() const { in next() function in SkTSpan
/third_party/skia/tests/
H A DCanvasStateTest.cpp182 // translate the canvas for the next iteration in DEF_TEST()
259 for (; !iter.done(); iter.next()) { in DEF_TEST()
280 // translate the canvas and region for the next iteration in DEF_TEST()
/third_party/skia/src/ports/
H A DSkOSFile_win.cpp264 bool SkOSFile::Iter::next(SkString* name, bool getDir) { in next() function in SkOSFile::Iter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h318 PN = dyn_cast<PHINodeT>(std::next(BBIteratorT(PN))); in operator ++()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp176 InsertBefore = &*std::next(CS.getInstruction()->getIterator()); in createRetBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp245 for (auto I = std::next(AvailQueue.begin()), E = AvailQueue.end(); I != E; ++I) { in pickCandidate()
H A DR600ExpandSpecialInstrs.cpp94 I = std::next(I); in runOnMachineFunction()
H A DSILowerSGPRSpills.cpp274 Next = std::next(I); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp131 NextI = std::next(I); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp74 for (MachineFunction::iterator I = std::next(MF.begin()), E = MF.end(); in emitPrologue()
241 // amount of space needed for the outgoing arguments up to the next in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp138 auto Next = std::next(I); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp107 for (auto AfterBBI = std::next(BBI); AfterBBI != MBB.instr_end(); in removeRedundantLIs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp276 InsertAfter = std::next(Inst->getIterator()); in HandlePotentialUse()
/third_party/skia/tools/
H A DToolUtils.h268 void* next(SkIPoint* loc = nullptr) { in next() function in ToolUtils::PixelIter
/third_party/skia/tools/flags/
H A DCommandLineFlags.h391 SkFlagInfo* next() { return fNext; } in next() function in SkFlagInfo
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp235 return ((BreakIterator*)bi)->next(); in ubrk_next()
H A Duchriter.cpp153 UCharCharacterIterator::next() { in next() function in UCharCharacterIterator
/third_party/toybox/toys/posix/
H A Dod.c278 for (arg = TT.t; arg; arg = arg->next) append_base(arg->arg); in od_main()
H A Dsort.c319 for (arg = TT.k; arg; arg = arg->next) { in sort_main()

Completed in 19 milliseconds

1...<<171172173174175176177178179180>>...237