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

  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_lowvideo.h 48 QPoint last_point; member in struct:SDL_PrivateVideoData
61 #define last_point (_this->hidden->last_point) macro
SDL_sysevents.cc 80 point = last_point;
122 if ( point != last_point ) {
130 last_point = point;
  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 78 gfx::Point last_point = (*last)->bounds().origin(); local
80 (*last), notification_view(), &last_point);
86 EXPECT_LT(last_point.y(), current_point.y());
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
753 for(last_point=nr_points-1,i=0;i<point_count;i++,last_point--)
755 pos=db_RandomInt(r_seed,last_point);
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
753 for(last_point=nr_points-1,i=0;i<point_count;i++,last_point--)
755 pos=db_RandomInt(r_seed,last_point);
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
753 for(last_point=nr_points-1,i=0;i<point_count;i++,last_point--)
755 pos=db_RandomInt(r_seed,last_point);
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /external/chromium_org/ui/views/widget/
root_view.cc 468 gfx::Point last_point(last_mouse_event_x_, last_mouse_event_y_);
470 last_point, last_point,
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 208 void SpinPlanet(pp::Point new_point, pp::Point last_point);
672 void Planet::SpinPlanet(pp::Point new_point, pp::Point last_point) {
673 float delta_x = static_cast<float>(new_point.x() - last_point.x());
674 float delta_y = static_cast<float>(new_point.y() - last_point.y());
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 256 void SpinPlanet(pp::Point new_point, pp::Point last_point);
712 void Planet::SpinPlanet(pp::Point new_point, pp::Point last_point) {
713 float delta_x = static_cast<float>(new_point.x() - last_point.x());
714 float delta_y = static_cast<float>(new_point.y() - last_point.y());
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 1539 gfx::Point last_point = last_button->GetBoundsInScreen().CenterPoint(); local
    [all...]

Completed in 326 milliseconds