Searched defs:get_direction (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-usb.c40 get_direction(int transfer_type, int event_type) function
121 direction = get_direction(uh->transfer_type, uh->event_type);
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp215 static inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) { function
277 // get_direction can fail for some degenerate paths.
278 if (!get_direction(path, m, &dir)) {
/external/v8/src/
H A Dliveedit.cc70 Direction dir = get_direction(pos1, pos2);
171 Direction get_direction(int i1, int i2) { function in class:v8::internal::Differencer

Completed in 104 milliseconds