HomeSort by relevance Sort by last modified time
    Searched defs:delta_x (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 34 int delta_x = abs(x - screen_loc.x()); local
36 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2);
37 return *in_enable_area || (delta_x < kHotSpotDeltaX &&
49 int delta_x = abs(x - screen_loc.x()); local
85 *in_enable_area = (delta_x < enable_delta_x && delta_y < enable_delta_y);
86 bool result = (*in_enable_area || (delta_x < hot_spot_delta_x &&
  /hardware/qcom/display/libcopybit/
copybit.cpp 170 uint32_t W, H, delta_x, delta_y; local
172 delta_x = (clip.t - dst->t);
179 delta_x = (clip.l - dst->l);
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
190 e->src_rect.x = delta_x + src->l;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 146 int delta_x = (animation_end_bounds_.x() - animation_start_bounds_.x()); local
148 static_cast<int>(delta_x * animation->GetCurrentValue());
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 207 int delta_x = point.x() - initial_mouse_x_; local
208 if (std::abs(delta_x) > kScrollThreshold)
211 ScrollTo(delta_x);
217 int delta_x = point.x() - initial_mouse_x_; local
220 ScrollTo(delta_x);
242 void TouchTabStrip::ScrollTo(int delta_x) {
243 scroll_offset_ = initial_scroll_offset_ + delta_x;
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 306 static int delta_x = 1; local
342 x += delta_x;
345 delta_x = -delta_x;
349 delta_x = -delta_x;
379 static int delta_x = 1; local
423 x += delta_x;
426 delta_x = -delta_x;
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1130 float delta_x; local
1156 delta_x = (l_start_end[2] - l_start_end[0]) / height;
1158 l_start_end[0] += delta_x;
1159 l_start_end[2] -= delta_x;
1161 delta_x = (l_start_end[2] - l_start_end[0]) / height;
1172 l_point[0] = l_start_end[0] + i * delta_x;
1216 float delta_x; local
    [all...]
cvlee.cpp 4642 float delta_x = pPoint1->x - pPoint2->x; local
    [all...]
  /external/skia/legacy/src/core/
SkGeometry.cpp 59 SkScalar delta_x = pts[1].fX - pts[0].fX; local
60 SkScalar slope = SkScalarDiv(delta_y, delta_x);
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 59 SkScalar delta_x = pts[1].fX - pts[0].fX; local
60 SkScalar slope = SkScalarDiv(delta_y, delta_x);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 241 INT8 delta_x; /* displacement x */ member in struct:__anon2720

Completed in 297 milliseconds