Home
last modified time | relevance | path

Searched refs:Ordered (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/src/pathops/
DSkOpCoincidence.h233 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);
DSkOpCoincidence.cpp116 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/
DSkOpCoincidence.h233 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);
DSkOpCoincidence.cpp116 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
DSkPathOpsDebug.cpp1531 if (Ordered(coinSeg, oppSeg)) { in debugAddEndMovedSpans()
2256 SkASSERT(SkOpCoincidence::Ordered(coin->coinPtTStart()->segment(), in DebugValidate()
/third_party/PyYAML/tests/data/
Dconstruct-seq.data1 # Ordered sequence of nodes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h602 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/
DTestUtil.h330 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument
347 (Ordered) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4984 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/
DREADME.md215 ### Ordered Serial Iterations
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp832 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/
DTestUtil.h442 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument
459 (Ordered) \
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dmaterial_localizations.dart366 // Ordered to match DateTime.monday=1, DateTime.sunday=6
377 // Ordered to match DateTime.monday=1, DateTime.sunday=6
/third_party/freetype/docs/
DDOCGUIDE173 Ordered lists start with numbers:
/third_party/flutter/skia/third_party/externals/freetype/docs/
DDOCGUIDE173 Ordered lists start with numbers:
/third_party/skia/third_party/externals/freetype/docs/
DDOCGUIDE173 Ordered lists start with numbers:
/third_party/python/Doc/whatsnew/
D3.1.rst52 PEP 372: Ordered Dictionaries
78 :pep:`372` - Ordered Dictionaries
/third_party/flutter/skia/site/dev/tools/
Dmarkdown.md274 Ordered (numbered) lists use regular numbers, followed by periods, as
/third_party/python/Doc/library/
Dprofile.rst71 Ordered by: standard name
84 next line: ``Ordered by: standard name``, indicates that the text string in the
/third_party/typescript/tests/cases/compiler/
DjsxComplexSignatureHasApplicabilityError.tsx150 * Ordered array of options to render.
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dusage.txt354 the best results. Ordered dither is a compromise
358 Ordered dither is only available in -onepass mode.
/third_party/libjpeg-turbo/
Dusage.txt371 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/
Dusage.txt374 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/
DREADME_P9.txt297 - QP Compare Ordered/Unordered: xscmpoqp xscmpuqp
/third_party/typescript/tests/baselines/reference/
DjsxComplexSignatureHasApplicabilityError.types340 * Ordered array of options to render.

12