HomeSort by relevance Sort by last modified time
    Searched defs:cx (Results 151 - 175 of 251) sorted by null

1 2 3 4 5 67 8 91011

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 499 double cx = sa[c].X(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
Blend.cpp 646 int cx = (int)imgMos.Y.width/2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 103 int cx = r.x + r.width/2; local
104 int x = cx - DLG_WIDTH / 2;
StaticPortEditDialog.java 115 int cx = r.x + r.width/2; local
116 int x = cx - DLG_WIDTH / 2;
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 635 int cx = (int)imgMos.Y.width/2; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 525 float cx = nx * cd; local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint);
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 228 int cx = tx / ticks_per_column; local
230 columns[cx] = 0;
231 columns[cx] += requests_per_tick_[tx];
237 for (int cx = 0; cx < num_columns; ++cx)
238 max_value = std::max(max_value, columns[cx]);
262 for (int cx = 0; cx < num_printed_columns; ++cx) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 477 double cx, cy, cz, cw; local
511 cx = ax * scale + bx * invscale;
516 qa[0] = cx; qa[1] = cy; qa[2] = cz; qa[3] = cw;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 247 arc->cx, arc->cy,
248 &arc->cx, &arc->cy);
259 vec0[0] = arc->x1 - arc->cx;
261 vec1[0] = arc->x2 - arc->cx;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
326 x1 = arc->cx + a_cos_eta1 * arc->cos_theta -
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
369 double cx, cy; local
383 cx = cx1;
386 cx = cx0
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 173 int cx = rect.right - rect.left; local
177 rect.left, rect.top, cx, cy,
990 int cx = static_cast<int>(size.Width); local
    [all...]
chrome_app_view_ash.cc 1388 uint32 cx = static_cast<uint32>(rect.right - rect.left); local
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 166 const float cx = rnd.getFloat(-1.0f, 1.0f); local
174 position.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset);
    [all...]
  /external/libvorbis/lib/
psy.c 780 float de, coeffi, cx;/* AoTuV */ local
783 cx = p->m_val;
807 de = 1.0-((val-coeffi)*0.005*cx);
818 de = 1.0-((val-coeffi)*0.0003*cx);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 247 arc->cx, arc->cy,
248 &arc->cx, &arc->cy);
259 vec0[0] = arc->x1 - arc->cx;
261 vec1[0] = arc->x2 - arc->cx;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
326 x1 = arc->cx + a_cos_eta1 * arc->cos_theta -
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
369 double cx, cy; local
383 cx = cx1;
386 cx = cx0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 124 LONG cx, LONG cy,
134 if (x+cx>swpDesktop.cx)
135 x = swpDesktop.cx - cx;
142 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl);
148 if (x+swp.cx>swpDesktop.cx)
149 x = swpDesktop.cx - swp.cx;
1057 int cx, cy, ncx, ncy; local
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 720 push cx
744 pop cx
749 mov cx, #0x1132 variable
854 mov ax, cx
863 push cx
874 mov cx, #0x80 variable
924 mov cx, dx variable
926 div cx
974 pop cx
978 test cx, #0x4000 ;; LFB fla variable
982 mov cx, [di] variable
983 cmp cx, #0x0080 ;; is LFB supported? variable
1130 mov cx, ax variable
1195 mov cx, ax variable
1243 mov cx, #0xffff variable
1495 mov cx, #0xa000 variable
1499 mov cx, #8192 variable
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 589 double cx; local
592 cx = xm - sdy;
595 cx = xm + sdy;
599 double eta0 = Math.atan2((y0p - cy), (x0p - cx));
601 double eta1 = Math.atan2((y1p - cy), (x1p - cx));
612 cx *= a;
614 double tcx = cx;
615 cx = cx * cosTheta - cy * sinTheta;
618 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 651 float cx = (float) Math.cos(x); local
657 float cxsy = cx * sy;
665 rm[rmOffset + 4] = cxsy * cz + cx * sz;
666 rm[rmOffset + 5] = -cxsy * sz + cx * cz;
672 rm[rmOffset + 10] = cx * cy;
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 440 int cx = item.getView().getLeft() + (onTheLeft() local
444 layoutPieView(mPieView, cx, cy,
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 653 int cx = (int)imgMos.Y.width/2; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 360 float cx = w / 2f; local
363 compensation.postScale(scale, scale, cx, cy);
364 compensation.postRotate(angle, cx, cy);
365 compensation.postRotate(rotation, cx, cy);
366 compensation.postTranslate(-cx, -cy);
368 compensation.postTranslate(cx, cy);
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 1325 PK11Context * cx = 0; local
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 376 TCoord cx, cy; member in struct:gray_TWorker_
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 248 hb_position_t cx, cy; local
252 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
253 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.cpp 1096 const int32_t *cx; local
    [all...]

Completed in 5355 milliseconds

1 2 3 4 5 67 8 91011