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

1 2 34 5 6 7

  /external/quake/quake/src/WinQuake/
net_bw.cpp 248 regs.x.cx = msglen;
295 regs.x.cx = sizeof(ethdevinfo);
514 regs.x.cx = /* len + 53 */ LOWMEM_SIZE;
569 regs.x.cx = len + sizeof(BW_writeInfo_t);
605 regs.x.cx = len + sizeof(BW_writeInfo_t);
656 regs.x.cx = sizeof(BW_UDPinfo_t);
vid_dos.cpp 545 extern void M_Print (int cx, int cy, char *str);
546 extern void M_PrintWhite (int cx, int cy, char *str);
547 extern void M_DrawCharacter (int cx, int line, int num);
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;
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
597 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
  /external/webkit/WebCore/platform/graphics/
Path.cpp 224 float cx = center.x(); local
230 float x = cx;
244 x = cx + cosf(angle) * rx;
  /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/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/skia/include/core/
SkGeometry.h 97 void SkGetCubicCoeff(const SkPoint pts[4], SkScalar cx[4], SkScalar cy[4]);
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 147 return (float)fontSize.cx * (float)m_platformData.size() / 72.f;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
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/grub/stage1/
stage1.S 181 andw $1, %cx
353 * We need to save %cx and %si because the startup code in
359 movw $0x100, %cx
  /external/skia/src/core/
SkBlitter.cpp 114 int cx = clip.fLeft; local
120 const uint8_t* bits = mask.getAddr1(cx, cy);
122 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight)
126 bits_to_runs(this, cx, cy, bits, 0xFF, mask_rowBytes, 0xFF);
133 int left_edge = cx - maskLeft;
153 // have cx reflect our actual starting x-coord
154 cx -= left_edge & 7;
161 bits_to_runs(this, cx, cy, bits, left_mask, 1, rite_mask);
170 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask);
  /external/grub/stage2/
asm.S 33 ax,dx,cx,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg
277 movw $0x0101, %cx
284 movw $3, %cx
323 movw $1, %cx
647 xorw %cx, %cx
648 movw %cx, (%edi)
961 movw %ax, %cx /* save the segment to cx */
972 movw %cx, %d
    [all...]
start.S 281 movw %ax, %cx
  /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;
  /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/webkit/WebKit/win/
WebKitGraphics.cpp 116 (info->shadowOffset.cx || info->shadowOffset.cy || info->shadowBlur || info->shadowColor))
  /external/skia/src/utils/
SkInterpolator.cpp 244 SkScalar cx, SkScalar cy) {
252 Dot14 c = pin_and_convert(cx);
  /external/webkit/WebCore/svg/
SVGTransformDistance.cpp 43 SVGTransformDistance::SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float cx, float cy, const AffineTransform& transform)
46 , 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/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 98 int cx = r.x + r.width/2; local
99 int x = cx - DLG_WIDTH / 2;
  /external/webkit/JavaScriptCore/runtime/
NumberPrototype.cpp 339 double cx = ceil(x * tenToTheF) / tenToTheF;
341 if (fabs(fx - x) < fabs(cx - x))
344 x = cx;
  /external/libvpx/
release.sh 184 *cx-*) opts="${opts}-encoder" ;;

Completed in 318 milliseconds

1 2 34 5 6 7