HomeSort by relevance Sort by last modified time
    Searched defs:last_point (Results 1 - 5 of 5) 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
  /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/Camera2/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/third_party/freetype/src/truetype/
ttinterp.c 5760 FT_UShort first_point, last_point, i; local
5816 FT_UShort last_point, i; local
    [all...]

Completed in 258 milliseconds