/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function 234 return Ordered(coinPtTStart->segment(), oppPtTStart->segment()); in Ordered() 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
|
D | SkOpCoincidence.cpp | 116 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart)); in set() 199 if (!Ordered(coinPtTStart, oppPtTStart)) { in extend() 252 if (!Ordered(coinPtTStart, oppPtTStart)) { in add() 260 SkASSERT(Ordered(coinPtTStart, oppPtTStart)); in add() 331 if (Ordered(coinSeg, oppSeg)) { in addEndMovedSpans() 572 if (!Ordered(coinSeg, oppSeg)) { in checkOverlap() 970 if (!Ordered(coinPtTStart, oppPtTStart)) { in contains() 1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.h | 233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function 234 return Ordered(coinPtTStart->segment(), oppPtTStart->segment()); in Ordered() 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
|
D | SkOpCoincidence.cpp | 116 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart)); in set() 199 if (!Ordered(coinPtTStart, oppPtTStart)) { in extend() 252 if (!Ordered(coinPtTStart, oppPtTStart)) { in add() 260 SkASSERT(Ordered(coinPtTStart, oppPtTStart)); in add() 331 if (Ordered(coinSeg, oppSeg)) { in addEndMovedSpans() 572 if (!Ordered(coinSeg, oppSeg)) { in checkOverlap() 970 if (!Ordered(coinPtTStart, oppPtTStart)) { in contains() 1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
|
D | SkPathOpsDebug.cpp | 1531 if (Ordered(coinSeg, oppSeg)) { in debugAddEndMovedSpans() 2256 SkASSERT(SkOpCoincidence::Ordered(coin->coinPtTStart()->segment(), in DebugValidate()
|
/third_party/PyYAML/tests/data/ |
D | construct-seq.data | 1 # Ordered sequence of nodes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 602 bool Ordered; /// When implementing this min/max pattern as member 653 bool Ordered = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 330 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument 347 (Ordered) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4984 bool Ordered = false; in matchSelectPattern() local 5001 Ordered = true; in matchSelectPattern() 5011 Ordered = false; in matchSelectPattern() 5032 Ordered = !Ordered; in matchSelectPattern() 5050 case FCmpInst::FCMP_OGE: return {SPF_FMAXNUM, NaNBehavior, Ordered}; in matchSelectPattern() 5054 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered}; in matchSelectPattern() 5286 CmpInst::Predicate llvm::getMinMaxPred(SelectPatternFlavor SPF, bool Ordered) { in getMinMaxPred() argument 5292 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; in getMinMaxPred() 5294 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; in getMinMaxPred()
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | README.md | 215 ### Ordered Serial Iterations
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 832 bool Ordered = TheI.hasOrderedMemoryRef(); in canMoveMemTo() local 842 if (Ordered && MI->hasOrderedMemoryRef()) in canMoveMemTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | TestUtil.h | 442 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument 459 (Ordered) \
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | material_localizations.dart | 366 // Ordered to match DateTime.monday=1, DateTime.sunday=6 377 // Ordered to match DateTime.monday=1, DateTime.sunday=6
|
/third_party/freetype/docs/ |
D | DOCGUIDE | 173 Ordered lists start with numbers:
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 173 Ordered lists start with numbers:
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 173 Ordered lists start with numbers:
|
/third_party/python/Doc/whatsnew/ |
D | 3.1.rst | 52 PEP 372: Ordered Dictionaries 78 :pep:`372` - Ordered Dictionaries
|
/third_party/flutter/skia/site/dev/tools/ |
D | markdown.md | 274 Ordered (numbered) lists use regular numbers, followed by periods, as
|
/third_party/python/Doc/library/ |
D | profile.rst | 71 Ordered by: standard name 84 next line: ``Ordered by: standard name``, indicates that the text string in the
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxComplexSignatureHasApplicabilityError.tsx | 150 * Ordered array of options to render.
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | usage.txt | 354 the best results. Ordered dither is a compromise 358 Ordered dither is only available in -onepass mode.
|
/third_party/libjpeg-turbo/ |
D | usage.txt | 371 the best results. Ordered dither is a compromise 375 Ordered dither is only available in -onepass mode.
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | usage.txt | 374 the best results. Ordered dither is a compromise 378 Ordered dither is only available in -onepass mode.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 297 - QP Compare Ordered/Unordered: xscmpoqp xscmpuqp
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxComplexSignatureHasApplicabilityError.types | 340 * Ordered array of options to render.
|