HomeSort by relevance Sort by last modified time
    Searched refs:cx (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 343 VP_PAR cx, cy; local
356 cx = (VP_PAR) (w/2.0);
363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 343 VP_PAR cx, cy; local
356 cx = (VP_PAR) (w/2.0);
363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 438 int cx, cy; local
454 cx = (bounds.IntegerWidth() - width)/2;
459 SDL_Win->SetXYOffset(cx, cy);
465 SDL_Win->MoveTo(cx, cy);
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 202 regs.x.cx = 256;
453 regs.x.cx = modenum;
667 regs.x.cx = pageoffset % VGA_rowbytes;
744 regs.x.cx = pageoffset % VGA_rowbytes;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 167 return (float)fontSize.cx * (float)m_platformData.size() / 72.f;
  /external/skia/src/utils/
SkInterpolator.cpp 237 SkScalar cx, SkScalar cy) {
245 Dot14 c = pin_and_convert(cx);
  /external/webkit/Source/WebCore/svg/
SVGTransformDistance.cpp 41 SVGTransformDistance::SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float cx, float cy, const AffineTransform& transform)
44 , m_cx(cx)
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 102 int cx = r.x + r.width/2; local
103 int x = cx - DLG_WIDTH / 2;
StaticPortEditDialog.java 115 int cx = r.x + r.width/2; local
116 int x = cx - DLG_WIDTH / 2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 115 int cx = r.x + r.width/2; local
116 int x = cx - DLG_WIDTH / 2;
StaticPortConfigDialog.java 103 int cx = r.x + r.width/2; local
104 int x = cx - DLG_WIDTH / 2;
  /external/qemu-pc-bios/bochs/bios/
rombios.c 291 push cx
295 mov cx, 10[bp] ; count local
296 test cx, cx local
310 pop cx
331 push cx
337 mov cx, 12[bp] ; count local
338 test cx, cx local
357 pop cx
384 mov cx, 12[bp] ; count local
385 test cx, cx local
558 mov cx,di local
574 mov cx,di local
785 Bit16u bx, dx, cx, ax; member in struct:__anon11469::__anon11470::__anon11471
802 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member in struct:__anon11473::__anon11474::__anon11476
3336 mov cx, _ata_cmd_packet.lbefore + 2[bp] local
3356 mov cx, _ata_cmd_packet.lcount + 2[bp] local
3987 mov cx, _int15_function.CX [bx] local
6476 mov cx, #0x0100 ;; counter (256 words = 512b) local
6616 mov cx, #0x0100 ;; counter (256 words = 512b) local
8428 pop cx ;; remove make_far_call from stack local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 1183 SkScalar cx = this->width() \/ 2; local
1190 SkScalar cx = this->width() \/ 2; local
1268 SkScalar cx = center.fX; local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 624 float cx = (float) Math.cos(x); local
630 float cxsy = cx * sy;
638 rm[rmOffset + 4] = cxsy * cz + cx * sz;
639 rm[rmOffset + 5] = -cxsy * sz + cx * cz;
645 rm[rmOffset + 10] = cx * cy;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 639 float cx = r.centerX(); local
642 canvas.fillRect(cx - sx / 2, cy - sy / 2, sx, sy, Color.TRANSPARENT);
643 canvas.drawRect(cx - sx / 2, cy - sy / 2, sx, sy, mPaint);
649 canvas.drawRect(cx - sy / 2, cy - sx / 2, sy, sx, mPaint);
650 canvas.fillRect(cx - sy / 2, cy - sx / 2, sy, sx, Color.TRANSPARENT);
  /external/llvm/test/MC/X86/
x86-64.s 370 // CHECK: sldtw %cx
374 sldt %cx
731 // CHECK: movswq %cx, %rax
733 movsx %cx, %rax
755 // CHECK: movzwq %cx, %rax
757 movzx %cx, %rax
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 61 float cx = v0.x() - u0.x(); local
64 float d = by * cx - bx * cy;
66 float e = ax * cy - ay * cx;
  /packages/apps/Camera/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);
  /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);
  /external/qemu-pc-bios/vgabios/
vbe.c 892 * CX = Mode Number
898 void vbe_biosfn_return_mode_information(AX, CX, ES, DI)
899 Bit16u *AX;Bit16u CX; Bit16u ES;Bit16u DI;
909 printf("VBE vbe_biosfn_return_mode_information ES%x DI%x CX%x\n",ES,DI,CX);
912 using_lfb=((CX & VBE_MODE_LINEAR_FRAME_BUFFER) == VBE_MODE_LINEAR_FRAME_BUFFER);
914 CX = (CX & 0x1ff);
916 cur_info = mode_info_find_mode(CX, using_lfb, &cur_info);
921 printf("VBE found mode %x\n",CX);
1291 mov cx, ax variable
1360 mov cx, ax variable
1445 mov cx, # vesa_pm_end variable
1446 sub cx, di variable
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 492 float cx = nx * cd; local
524 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint);
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 153 public void drawCircle(float cx, float cy, float radius, Paint paint) {
154 super.drawCircle(cx, cy, radius, paint);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 103 int cx = r.x + r.width/2; local
104 int x = cx - DLG_WIDTH / 2;
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c     [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.cc 225 gfx::Size(window_pos->cx, window_pos->cy));

Completed in 1839 milliseconds

1 2 3 4 56 7 8 910