Searched defs:abcIsATriangle (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ | ||
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 77 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST() local |
Completed in 1 milliseconds