HomeSort by relevance Sort by last modified time
    Searched defs:dy (Results 276 - 300 of 515) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 143 float dy = y - mPrevY; local
144 mCropObj.moveCurrentSelection(dx, dy);
291 int[] dy = {delta, -delta, 0, 0}; local
297 mCropObj.moveCurrentSelection(dx[i], dy[i]);
298 mCropObj.moveCurrentSelection(-dx[i], -dy[i]);
Spline.java 245 float dy = mCurveHandleSize / 2; local
304 canvas.translate(dx, dy);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 365 float dy = (iconBounds.height() - (source.getHeight() * scale))/2.0f; local
366 m.postTranslate(dx, dy);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
477 dy = sa[d].Y();
479 ady = sa[a].Y() - dy;
481 bdy = sa[b].Y() - dy;
483 cdy = sa[c].Y() - dy;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStroke.java 385 final int dy = y1 - y2; local
388 return (int)Math.sqrt(dx * dx + dy * dy);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 363 float dy = (float) h / (float) e_height; local
364 mImageView.setDxDy(dx, dy, rotateDisplay);
367 dx + " x " + dy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 590 int dy = y2 - y1; local
592 double angle = Math.atan2(dy, dx);
593 double lineLength = Math.sqrt(dy * dy + dx * dx);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 286 float dy = ball.mPosY - curr.mPosY; local
287 float dd = dx * dx + dy * dy;
295 dy += ((float) Math.random() - 0.5f) * 0.0001f;
296 dd = dx * dx + dy * dy;
301 curr.mPosY -= dy * c;
303 ball.mPosY += dy * c;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
earth.cc 413 int dy = height_ / num_regions_; local
416 *y = r * dy;
417 *h = dy;
440 float dy = (y1 - y0);
442 float dy_dy_dz_dz = dy * dy + dz * dz;
443 float two_dy_y0_y_two_dz_z0_z = 2.0f * dy * (y0 - planet_y_) +
474 float py = y0 + t * dy;
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 506 int dy = scrollDelta.height(); local
507 m_webView->client()->didScrollRect(dx, dy, intersection(scrollRect, clipRect));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 56 float dy; /**< Y(v1) - Y(v0), used only during setup */ member in struct:edge
57 float dxdy; /**< dx/dy */
346 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
350 setup->etop.dy = setup->vmax[0][1] - setup->vmid[0][1];
363 const float area = (setup->emaj.dx * setup->ebot.dy -
364 setup->ebot.dx * setup->emaj.dy);
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
516 debug_printf("attr[%d].%c: %f dx:%f dy:%f\n"
1074 int dy = y1 - y0; local
1300 float dx, dy, dist2, cover; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 100 double dy = y0 - y1; local
106 dsq = dx*dx + dy*dy;
119 sdy = s*dy;
168 double dx, dy, dsq, scale; local
184 dy = y0p - y1p;
186 dsq = dx*dx + dy*dy;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 75 * (dx=1/16, dy=1024) we'll need 4 + 10 = 14 fractional bits in
118 GLfloat dy; /* Y(v1) - Y(v0) */ member in struct:__anon15301
119 GLfloat dxdy; /* dx/dy */
120 GLfixed fdxdy; /* dx/dy in fixed-point */
227 eMaj.dy = FixedToFloat(vMax_fy - vMin_fy);
229 eTop.dy = FixedToFloat(vMax_fy - vMid_fy);
231 eBot.dy = FixedToFloat(vMid_fy - vMin_fy);
235 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
254 eMaj.dxdy = eMaj.dx / eMaj.dy;
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 238 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY; local
240 SkScalar a = SkScalarMul(dx, dx) + SkScalarMul(dy, dy) - SK_Scalar1;
249 function.appendScalar(dy);
285 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY; local
288 SkScalar a = SkScalarMul(dx, dx) + SkScalarMul(dy, dy) -
299 // Calculate b and b^2; b = -2 * (y * dy + x * dx + r0 * dr).
300 function.appendScalar(dy);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 1026 int dy = SkFixedToFDot6(glyph->getSubYFixed()); local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1873 FT_Fixed dx = 0, dy = 0; \/* used in horizontal\/vertical *\/ local
    [all...]
  /external/libvorbis/lib/
floor1.c 277 int dy=y1-y0; local
279 int ady=abs(dy);
283 if(dy<0)return(y0-off);
363 int dy=y1-y0; local
365 int ady=abs(dy);
366 int base=dy/adx;
367 int sy=(dy<0?base-1:base+1);
392 int dy=y1-y0; local
394 int ady=abs(dy);
395 int base=dy/adx
534 int dy=y1-y0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 56 float dy; /**< Y(v1) - Y(v0), used only during setup */ member in struct:edge
57 float dxdy; /**< dx/dy */
346 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
350 setup->etop.dy = setup->vmax[0][1] - setup->vmid[0][1];
363 const float area = (setup->emaj.dx * setup->ebot.dy -
364 setup->ebot.dx * setup->emaj.dy);
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
516 debug_printf("attr[%d].%c: %f dx:%f dy:%f\n"
1074 int dy = y1 - y0; local
1300 float dx, dy, dist2, cover; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 100 double dy = y0 - y1; local
106 dsq = dx*dx + dy*dy;
119 sdy = s*dy;
168 double dx, dy, dsq, scale; local
184 dy = y0p - y1p;
186 dsq = dx*dx + dy*dy;
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 75 * (dx=1/16, dy=1024) we'll need 4 + 10 = 14 fractional bits in
118 GLfloat dy; /* Y(v1) - Y(v0) */ member in struct:__anon25666
119 GLfloat dxdy; /* dx/dy */
120 GLfixed fdxdy; /* dx/dy in fixed-point */
227 eMaj.dy = FixedToFloat(vMax_fy - vMin_fy);
229 eTop.dy = FixedToFloat(vMax_fy - vMid_fy);
231 eBot.dy = FixedToFloat(vMid_fy - vMin_fy);
235 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
254 eMaj.dxdy = eMaj.dx / eMaj.dy;
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 94 float dx, dy; local
102 dy = (float)pt->y - (float)prev_pt->y;
110 dy = pt->y - prev_pt->y;
116 buffer.data.fl[j] = dx * dx + dy * dy;
169 double dy = pt.y - center.y; local
170 return (double)radius*radius - dx*dx - dy*dy;
422 float t, dx, dy; local
436 dy = center.y - ptfl.y
568 double x_s, y_s, nx, ny, dx, dy, du, dv; local
    [all...]
cvsurf.cpp 114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm;
115 double dx = 0, dy = 0, dxy = 0; local
139 icvResizeHaarPattern( dy_s, Dy, NY, SIZE0, size, sum->cols );
170 dy = (s[Dy[0].p0] + s[Dy[0].p3] - s[Dy[0].p1] - s[Dy[0].p2])*Dy[0].w +
171 (s[Dy[1].p0] + s[Dy[1].p3] - s[Dy[1].p1] - s[Dy[1].p2])*Dy[1].w
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 916 const TInt dy = aRect.iBr.iY - aRect.iTl.iY; local
918 aRect.iBr.iX = aRect.iTl.iX + dy;
dsa_old.cpp 599 const TInt dy = aRect.iBr.iY - aRect.iTl.iY; local
601 aRect.iBr.iX = aRect.iTl.iX + dy;
  /external/skia/bench/
PathBench.cpp 158 const SkScalar dy = SK_Scalar1 * 10; local
163 path->lineTo(x, y - dy);
165 path->lineTo(x, y + dy);
167 path->lineTo(x, y + 2 * dy);
168 path->lineTo(x0, y + 2 * dy);

Completed in 746 milliseconds

<<11121314151617181920>>