Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAAConvexPathRenderer.cpp203 inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) { in get_direction() function
234 if (!get_direction(path, m, &dir)) { in get_segments()
/external/v8/src/
Dliveedit.cc97 Direction dir = get_direction(pos1, pos2); in SaveResult()
198 Direction get_direction(int i1, int i2) { in get_direction() function in v8::internal::Differencer