Home
last modified time | relevance | path

Searched refs:known_to_be_opposite_directions (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/effects/
DSkOpPathEffect.cpp188 static bool known_to_be_opposite_directions(const SkPath& a, const SkPath& b) { in known_to_be_opposite_directions() function
213 if (known_to_be_opposite_directions(src, *dst)) { in onFilterPath()