Home
last modified time | relevance | path

Searched refs:is_parallel (Results 1 - 2 of 2) sorted by relevance

/third_party/mindspore/interfaces/kits/c/
H A Dcontext.h123 * @param is_parallel: true, parallel; false, not in parallel.
126 OH_AI_API void OH_AI_ContextSetEnableParallel(OH_AI_ContextHandle context, bool is_parallel);
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1040 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel() function
1091 if (ptMatches == 2 || is_parallel(thisLine, opp->fCurve)) { in linesIntersect()
1102 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()

Completed in 5 milliseconds