HomeSort by relevance Sort by last modified time
    Searched full:pointx (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 347 protected void zoomToPoint(float scale, float pointX, float pointY) {
351 panBy(cx - pointX, cy - pointY);
  /packages/apps/Gallery3D/src/com/cooliris/media/
PopupMenu.java 85 public void showAtPoint(int pointX, int pointY, int outerWidth, int outerHeight) {
94 int x = pointX - widthOver2;
  /system/core/libpixelflinger/
trap.cpp 38 static void pointx(void *con, const GGLcoord* c, GGLcoord r);
122 c->procs.pointx = pointx_validate;
142 c->procs.pointx = aa_nice_pointx;
144 c->procs.pointx = aa_pointx;
147 c->procs.pointx = pointx;
149 c->procs.pointx(con, v, rad);
152 void pointx(void *con, const GGLcoord* v, GGLcoord rad) function in namespace:android
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 206 void (*pointx)(void *con, const GGLcoord* v, GGLcoord r); member in struct:__anon13016
  /frameworks/base/opengl/libagl/
primitives.cpp 520 c->rasterizer.procs.pointx(c, v->window.v, c->point.size);
    [all...]

Completed in 355 milliseconds