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

1 2 3 4 5 67 8 910

  /external/grub/stage2/
start.S 281 movw %ax, %cx
  /external/opencv/cv/src/
cvundistort.cpp 106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer );
379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; local
439 cx = A[0][2];
456 x0 = x = (x - cx)*ifx;
cvhough.cpp 997 float cx = (float)(x*dp), cy = (float)(y*dp); local
1006 if( (c[0] - cx)*(c[0] - cx) + (c[1] - cy)*(c[1] - cy) < min_dist )
1019 _dx = cx - pt.x; _dy = cy - pt.y;
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 481 static Eina_Bool _ewk_view_single_smart_zoom_weak_set(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy)
492 dx = (w * (sd->view.w - cx)) / sd->view.w;
499 evas_object_image_fill_set(sd->backing_store, cx + dx, cy + dy, w, h);
502 dx = ((sd->view.w - w) * cx) / sd->view.w;
ewk_private.h 102 void ewk_view_scroll(Evas_Object *o, Evas_Coord dx, Evas_Coord dy, Evas_Coord sx, Evas_Coord sy, Evas_Coord sw, Evas_Coord sh, Evas_Coord cx, Evas_Coord cy, Evas_Coord cw, Evas_Coord ch, Eina_Bool main_frame);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 132 sdi.sizeDragImage.cx = b.bmWidth;
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 145 size.cx = webViewRect.right - webViewRect.left;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 157 windowpos.cx = m_frameRect.width();
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 166 bandInfo.cx = 100;
  /external/zlib/contrib/asm586/
match.S 226 movw (%edi,%edx,2), %cx /* 2 U pipe */
  /external/icu4c/common/
ucnvmbcs.c 966 const int32_t *cx; local
1033 const int32_t *cx; local
3244 const int32_t *cx=sharedData->mbcs.extIndexes; local
4673 const int32_t *cx; local
    [all...]
  /external/skia/src/utils/
SkCamera.cpp 138 SkScalar cx = SkScalarMul(fU.fY, fV.fZ) - SkScalarMul(fU.fZ, fV.fY); local
142 return SkScalarMul(cx, dx) + SkScalarMul(cy, dy) + SkScalarMul(cz, dz);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
shell.js 709 var cx = GetContext();
710 cx.setOptimizationLevel(i);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
shell.js 671 var cx = GetContext();
672 cx.setOptimizationLevel(i);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 440 int cx = item.getView().getLeft() + (onTheLeft() local
444 layoutPieView(mPieView, cx, cy,
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 134 int cx = r.x + r.width/2; local
135 int x = cx - DLG_WIDTH / 2;
  /external/quake/quake/src/WinQuake/
in_dos.cpp 285 mx = (short)regs.x.cx;
gl_vidnt.cpp     [all...]
vid_sunx.cpp 84 extern void M_Print (int cx, int cy, char *str);
85 extern void M_PrintWhite (int cx, int cy, char *str);
86 extern void M_DrawCharacter (int cx, int line, int num);
vid_sunxil.cpp 80 extern void M_Print (int cx, int cy, char *str);
81 extern void M_PrintWhite (int cx, int cy, char *str);
82 extern void M_DrawCharacter (int cx, int line, int num);
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 58 cl => 6, cx => 6, ecx => 6, rcx => 6,
71 cl => "r8", ch => "r8", cx => "r16", ecx => "r32", rcx => "r64",
78 # { r8 => "cl", r16 => "cx", r32 => "ecx", r64 => "rcx" },
93 { r8 => "cl", r16 => "cx", r32 => "ecx", r64 => "rcx" },
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 53 cl => 2, cx => 2, ecx => 2,
66 cl => "r8", ch => "r8", cx => "r16", ecx => "r32",
73 { r8 => "cl", r16 => "cx", r32 => "ecx" },
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js     [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 365 int sourceW = std::min<int>(bmpSize.cx - sourceX, destRect.right - dstX);
494 phaseWin.x = normalizePhase(phaseWin.x, bmpSize.cx);
517 else if ((op != CompositeSourceOver || canUseDIBits()) && srcRectWin.right <= bmpSize.cx * 2 && srcRectWin.bottom <= bmpSize.cy * 2)

Completed in 1231 milliseconds

1 2 3 4 5 67 8 910