OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_clockwise
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkStrokerPriv.cpp
62
static bool
is_clockwise
(const SkVector& before, const SkVector& after)
function
107
if (!
is_clockwise
(beforeUnitNormal, afterUnitNormal))
131
if (!
is_clockwise
(before, after))
180
ccw = !
is_clockwise
(before, after);
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp
14
static bool
is_clockwise
(const SkVector& before, const SkVector& after) {
function
161
bool ccw = !
is_clockwise
(v0, v1);
Completed in 53 milliseconds