HomeSort by relevance Sort by last modified time
    Searched refs:cx (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/grub/stage2/
nbloader.S 64 movw $0x4000, %cx
106 addw $1, %cx
107 shrw $1, %cx
  /external/chromium/third_party/icu/source/common/
ucnv_ext.c 120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
131 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
250 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
286 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
296 ucnv_extWriteToU(cnv, cx,
329 ucnv_extSimpleMatchToU(const int32_t *cx,
1011 const int32_t *cx; local
    [all...]
ucnv_ext.h 347 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
356 ucnv_extSimpleMatchToU(const int32_t *cx,
367 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
376 ucnv_extSimpleMatchFromU(const int32_t *cx,
  /external/icu4c/common/
ucnv_ext.c 120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
131 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
250 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
286 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
296 ucnv_extWriteToU(cnv, cx,
329 ucnv_extSimpleMatchToU(const int32_t *cx,
1011 const int32_t *cx; local
    [all...]
ucnv_ext.h 347 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
356 ucnv_extSimpleMatchToU(const int32_t *cx,
367 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
376 ucnv_extSimpleMatchFromU(const int32_t *cx,
  /external/libvpx/vpx_ports/
x86.h 19 #define cpuid(func,ax,bx,cx,dx)\
22 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
25 #define cpuid(func,ax,bx,cx,dx)\
31 : "=a" (ax), "=r" (bx), "=c" (cx), "=d" (dx) \
  /external/quake/quake/src/QW/client/
console.h 45 void Con_DrawCharacter (int cx, int line, int num);
menu.c 112 void M_DrawCharacter (int cx, int line, int num)
114 Draw_Character ( cx + ((vid.width - 320)>>1), line, num);
117 void M_Print (int cx, int cy, char *str)
121 M_DrawCharacter (cx, cy, (*str)+128);
123 cx += 8;
127 void M_PrintWhite (int cx, int cy, char *str)
131 M_DrawCharacter (cx, cy, *str);
133 cx += 8;
184 int cx, cy; local
188 cx = x
    [all...]
  /external/webkit/WebCore/svg/
SVGCircleElement.h 52 DECLARE_ANIMATED_PROPERTY(SVGCircleElement, SVGNames::cxAttr, SVGLength, Cx, cx)
SVGTransformDistance.h 47 SVGTransformDistance(SVGTransform::SVGTransformType, float angle, float cx, float cy, const AffineTransform&);
SVGTransform.idl 41 void setRotate(in float angle, in float cx, in float cy);
  /external/quake/quake/src/WinQuake/
conproc.cpp 41 BOOL SetConsoleCXCY(HANDLE hStdout, int cx, int cy);
290 BOOL SetConsoleCXCY(HANDLE hStdout, int cx, int cy)
300 if (cx > coordMax.X)
301 cx = coordMax.X;
338 info.srWindow.Right = cx - 1;
342 if (cx < info.dwSize.X)
347 info.dwSize.X = cx;
352 else if (cx > info.dwSize.X)
354 info.dwSize.X = cx;
  /external/skia/src/core/
SkPath.cpp 509 SkScalar cx = oval.centerX(); local
518 this->moveTo(cx + rx, cy);
520 this->cubicTo(cx + rx, cy - sy, cx + sx, cy - ry, cx, cy - ry);
521 this->cubicTo(cx - sx, cy - ry, cx - rx, cy - sy, cx - rx, cy);
522 this->cubicTo(cx - rx, cy + sy, cx - sx, cy + ry, cx, cy + ry)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 341 float cx = getWidth() / 2F; local
344 zoomTo(scale, cx, cy);
348 float cx = getWidth() / 2F; local
351 panBy(cx - pointX, cy - pointY);
352 zoomTo(scale, cx, cy);
371 float cx = getWidth() / 2F; local
374 mSuppMatrix.postScale(rate, rate, cx, cy);
383 float cx = getWidth() / 2F; local
388 tmp.postScale(1F / rate, 1F / rate, cx, cy);
391 mSuppMatrix.setScale(1F, 1F, cx, cy)
    [all...]
RotateBitmap.java 60 int cx = mBitmap.getWidth() / 2; local
62 matrix.preTranslate(-cx, -cy);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-181834.js 151 var cx = this.Packages.org.mozilla.javascript.Context.getCurrentContext();
152 cx.setCompileFunctionsWithDynamicScope(flag);
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 36 OrientedBoundingBox(float angle, float cx, float cy, float w, float h) {
40 centerX = cx;
  /packages/apps/Gallery3D/src/com/cooliris/media/
RotateBitmap.java 60 int cx = mBitmap.getWidth() / 2; local
62 matrix.preTranslate(-cx, -cy);
  /external/jpeg/
jmemdosa.asm 49 push cx
53 mov cx,0 ; normal file attributes
64 pop cx
84 push cx
96 pop cx
116 push cx
122 mov cx,word ptr [bp+10] ; MS offset
130 pop cx
150 push cx
156 mov cx,word ptr [bp+12] ; number of byte
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapMesh.java 85 private void warp(float cx, float cy) {
92 float dx = cx - x;
102 dst[i+0] = cx;
  /external/skia/include/effects/
SkGradientShader.h 108 @param cx The X coordinate of the center of the sweep
109 @param cx The Y coordinate of the center of the sweep
119 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
  /external/skia/src/svg/
SkSVGRadialGradient.cpp 22 SVG_ATTRIBUTE(cx),
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 184 var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
432 cx.lastIndex = 0;
433 if (cx.test(text)) {
434 text = text.replace(cx, function (a) {
  /external/webkit/SunSpider/hosted/
json2.js 193 var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
436 cx.lastIndex = 0;
437 if (cx.test(text)) {
438 text = text.replace(cx, function (a) {
  /external/webkit/WebCore/platform/brew/
ScreenBrew.cpp 57 info.width = bitmapInfo.cx;

Completed in 278 milliseconds

12 3 4 5 6 7