Searched refs:get_direction (Results 1 - 4 of 4) 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/chromium_org/third_party/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp210 static inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) { function
285 // get_direction can fail for some degenerate paths.
286 if (!get_direction(path, m, &dir)) {
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp210 static inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) { function
285 // get_direction can fail for some degenerate paths.
286 if (!get_direction(path, m, &dir)) {
/external/chromium_org/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 255 milliseconds