HomeSort by relevance Sort by last modified time
    Searched defs:cx (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/quake/quake/src/QW/client/
block16.h 12 movw 0x12345678(,%ecx,2),%cx
14 movw %cx,2(%edi) variable
27 movw 0x12345678(,%ecx,2),%cx
29 movw %cx,2(%edi) variable
42 movw 0x12345678(,%ecx,2),%cx
44 movw %cx,2(%edi) variable
57 movw 0x12345678(,%ecx,2),%cx
59 movw %cx,2(%edi) variable
73 movw 0x12345678(,%ecx,2),%cx
75 movw %cx,2(%edi variable
90 movw %cx,2(%edi) variable
106 movw %cx,2(%edi) variable
122 movw %cx,2(%edi) variable
    [all...]
  /external/quake/quake/src/WinQuake/
block16.h 31 movw 0x12345678(,%ecx,2),%cx
33 movw %cx,2(%edi) variable
46 movw 0x12345678(,%ecx,2),%cx
48 movw %cx,2(%edi) variable
61 movw 0x12345678(,%ecx,2),%cx
63 movw %cx,2(%edi) variable
76 movw 0x12345678(,%ecx,2),%cx
78 movw %cx,2(%edi) variable
92 movw 0x12345678(,%ecx,2),%cx
94 movw %cx,2(%edi variable
109 movw %cx,2(%edi) variable
125 movw %cx,2(%edi) variable
141 movw %cx,2(%edi) variable
    [all...]
dosisms.h 49 unsigned short cx, cx_hi; member in struct:__anon6988::__anon6990
  /external/skia/src/svg/
SkSVGCircle.cpp 24 SVG_ATTRIBUTE(cx),
34 SkScalar cx, cy, r; local
35 SkParse::FindScalar(f_cx.c_str(), &cx);
39 left = cx - r;
41 right = cx + r;
SkSVGEllipse.cpp 24 SVG_ATTRIBUTE(cx),
35 SkScalar cx, cy, rx, ry; local
36 SkParse::FindScalar(f_cx.c_str(), &cx);
41 left = cx - rx;
43 right = cx + rx;
  /bootable/bootloader/legacy/arch_msm7k/
mddi_console.c 77 static int cx, cy, cmaxx, cmaxy; variable
83 cx = 0;
114 drawglyph(pixels + cy * 12 * fb_width + cx * 6, FGCOLOR,
117 cx++;
118 if(cx < cmaxx) return;
122 cx = 0;
147 cx = 0;
  /external/webkit/WebCore/platform/graphics/
UnitBezier.h 37 cx = 3.0 * p1x;
38 bx = 3.0 * (p2x - p1x) - cx;
39 ax = 1.0 - cx -bx;
48 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
49 return ((ax * t + bx) * t + cx) * t;
59 return (3.0 * ax * t + 2.0 * bx) * t + cx;
116 double cx; member in struct:WebCore::UnitBezier
Path.cpp 224 float cx = center.x(); local
230 float x = cx;
244 x = cx + cosf(angle) * rx;
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 38 int cx = clip.fLeft; local
49 const uint8_t* bits = srcMask.getAddr1(cx, cy);
50 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
52 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
67 int left_edge = cx - maskLeft;
89 // have cx reflect our actual starting x-coord
90 cx -= left_edge & 7;
  /external/webkit/WebCore/svg/
RadialGradientAttributes.h 43 SVGLength cx() const { return m_cx; } function in struct:WebCore::RadialGradientAttributes
  /packages/apps/Gallery/src/com/android/camera/
RotateBitmap.java 60 int cx = mBitmap.getWidth() / 2; local
62 matrix.preTranslate(-cx, -cy);
  /packages/apps/Gallery3D/src/com/cooliris/media/
RotateBitmap.java 60 int cx = mBitmap.getWidth() / 2; local
62 matrix.preTranslate(-cx, -cy);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 125 float cx = W * 0.5f; local
128 gPathI.quadTo(path, cx, cy, W, 0);
129 gPathI.quadTo(path, cx, cy, W, H);
130 gPathI.quadTo(path, cx, cy, 0, H);
131 gPathI.quadTo(path, cx, cy, 0, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 108 int cx = w / 2; local
111 canvas.translate(cx, cy);
SensorTest.java 190 int cx = w / 2; local
193 canvas.translate(cx, cy);
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 64 // float cx = dis.readFloat();
83 float cx = Float.intBitsToFloat(icx); local
88 latitude, longitude, cx, cy, cz);
  /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...]
  /external/grub/netboot/
3c509.c 43 * MCA support added by Adam Fritzler (mid@auk.cx)
338 int cx, al; local
340 for (al = 0xff, cx = 0; cx < 255; 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...]
  /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/skia/src/utils/
SkCamera.cpp 158 SkScalar cx = SkScalarMul(fU.fY, fV.fZ) - SkScalarMul(fU.fZ, fV.fY); local
162 return SkScalarMul(cx, dx) + SkScalarMul(cy, dy) + SkScalarMul(cz, dz);
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 157 SkScalar cx = SkFloatToScalar(p.x()); local
162 oval.set(cx - radius, cy - radius, cx + radius, cy + radius);
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 124 SkScalar cx = WebCoreFloatToSkScalar(p.x()); local
130 oval.set(cx - radius, cy - radius, cx + radius, cy + radius);
SkiaFontWin.cpp 118 SkScalar cx = FIXEDToSkScalar(polyCurve->apfx[i + 1].x); local
122 cx = SkScalarAve(bx, cx);
128 path->quadTo(bx, -by, cx, -cy);
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 558 float cx = (float) Math.cos(x); local
564 float cxsy = cx * sy;
572 rm[rmOffset + 4] = cxsy * cz + cx * sz;
573 rm[rmOffset + 5] = -cxsy * sz + cx * cz;
579 rm[rmOffset + 10] = cx * cy;

Completed in 529 milliseconds

1 2 3