OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abcIsATriangle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp
82
bool
abcIsATriangle
= (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
84
(&testSimplifyDegeneratesMain, a, b, c,
abcIsATriangle
,
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygon4x4_Test.cpp
280
bool
abcIsATriangle
= (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
282
a, b, c,
abcIsATriangle
);
Completed in 146 milliseconds