Searched refs:is_parallel (Results 1 – 4 of 4) sorted by relevance
126 OH_AI_API void OH_AI_ContextSetEnableParallel(OH_AI_ContextHandle context, bool is_parallel);
1040 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel() function1091 if (ptMatches == 2 || is_parallel(thisLine, opp->fCurve)) { in linesIntersect()1102 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()
218 is_parallel : false,919 is_parallel : false,
2519 void OH_AI_ContextSetEnableParallel(OH_AI_ContextHandle context, bool is_parallel) {2525 - impl->enable_parallel = is_parallel;2527 + impl->SetEnableParallel(is_parallel);