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

1 23 4 5 6 7 8 910

  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 40 const unsigned int cx = 0; variable
  /external/icu4c/common/
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 39 #define cpuid(func,ax,bx,cx,dx)\
42 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
45 #define cpuid(func,ax,bx,cx,dx)\
50 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
  /external/skia/include/effects/
SkGradientShader.h 101 @param cx The X coordinate of the center of the sweep
102 @param cx The Y coordinate of the center of the sweep
112 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
  /external/skia/src/svg/
SkSVGRadialGradient.cpp 14 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/PerformanceTests/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/Source/WebCore/platform/brew/
ScreenBrew.cpp 57 info.width = bitmapInfo.cx;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVProjectionGenerator.java 120 float cx = bt.getCenter().x, cy = bt.getCenter().y; local
126 v.set(positions.get(i)-cx, positions.get(i + 1)-cy, 0);
143 float sgn1 = Math.signum(triangle.get1().x-cx);
144 float sgn2 = Math.signum(triangle.get2().x-cx);
145 float sgn3 = Math.signum(triangle.get3().x-cx);
179 float cx = bs.getCenter().x, cy = bs.getCenter().y, cz = bs.getCenter().z; local
185 v.set(positions.get(i)-cx, positions.get(i + 1)-cy, 0);
194 v.set(positions.get(i)-cx, positions.get(i + 1)-cy, positions.get(i + 2)-cz);
204 float sgn1 = Math.signum(triangle.get1().x-cx);
205 float sgn2 = Math.signum(triangle.get2().x-cx);
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGTransform.idl 41 [StrictTypeChecking, RequiresAllArguments=Raise] void setRotate(in float angle, in float cx, in float cy);
SVGRadialGradientElement.cpp 43 DEFINE_ANIMATED_LENGTH(SVGRadialGradientElement, SVGNames::cxAttr, Cx, cx)
57 // Spec: If the cx/cy/r attribute is not specified, the effect is as if a value of "50%" were specified.
180 attributes.setCx(radial->cx());
215 attributes.setFx(attributes.cx());
226 centerPoint = FloatPoint(attributes.cx().valueAsPercentage(), attributes.cy().valueAsPercentage());
230 centerPoint = FloatPoint(attributes.cx().value(this), attributes.cy().value(this));
239 // Spec: If (fx, fy) lies outside the circle defined by (cx, cy) and r, set
SVGCircleElement.cpp 36 DEFINE_ANIMATED_LENGTH(SVGCircleElement, SVGNames::cxAttr, Cx, cx)
154 path.addEllipse(FloatRect(cx().value(this) - radius, cy().value(this) - radius, radius * 2, radius * 2));
159 return cx().isRelative()
SVGEllipseElement.cpp 36 DEFINE_ANIMATED_LENGTH(SVGEllipseElement, SVGNames::cxAttr, Cx, cx)
168 path.addEllipse(FloatRect(cx().value(this) - radiusX, cy().value(this) - radiusY, radiusX * 2, radiusY * 2));
173 return cx().isRelative()
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 238 int cx = -1; local
247 cx = positions[i];
249 if (cx > -1 && cy > -1) {
250 c.drawCircle(cx, cy, mRevealRadius, mErasePaint);
251 mPunchThroughGraphic.setBounds(cx - dw/2, cy - dh/2, cx + dw/2, cy + dh/2);
264 mHandTouchGraphic.setBounds(cx + offset, cy + offset,
265 cx + mHandTouchGraphic.getIntrinsicWidth() + offset,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 112 int cx = mCanvas.getHorizontalTransform().translate(x); local
115 return ControlPoint.create(mCanvas, cx, cy);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
SweepGradient_Delegate.java 66 /*package*/ static int nativePostCreate1(int native_shader, float cx, float cy,
73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy,
84 * @param cx The x-coordinate of the center
95 private SweepGradient_Delegate(float cx, float cy,
98 mJavaPaint = new SweepGradientPaint(cx, cy, mColors, mPositions);
106 public SweepGradientPaint(float cx, float cy, int[] colors,
109 mCx = cx;
  /external/qemu-pc-bios/bochs/bios/
apmbios.S 176 mov cx, #0x3
196 mov cx, #0xf000 // data segment address
207 mov cx, #0xf000 // 16 bit code segment base
241 cmp cx, #3
244 cmp cx, #2
247 cmp cx, #1
339 mov cx, #0
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 149 final float cx = wf/2; local
154 canvas.drawCircle(cx, cy, rad, mPaint);
158 cx, cy + mLegendPaint.getFontSpacing()/2,
168 canvas.drawCircle(cx, cy, rad, mGlow);
170 canvas.drawCircle(cx, cy, rad, mGlow);
  /external/quake/quake/src/QW/client/
cd_audio.c 254 regs.x.cx = cdrom;
281 regs.x.cx = cdrom;
312 regs.x.cx = cdrom;
354 regs.x.cx = cdrom;
405 regs.x.cx = cdrom;
436 regs.x.cx = cdrom;
485 regs.x.cx = cdrom;
494 regs.x.cx = cdrom;
550 regs.x.cx = cdrom;
581 regs.x.cx = cdrom
    [all...]
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 275 regs.x.cx = cdrom;
299 regs.x.cx = cdrom;
326 regs.x.cx = cdrom;
362 regs.x.cx = cdrom;
410 regs.x.cx = cdrom;
438 regs.x.cx = cdrom;
477 regs.x.cx = cdrom;
486 regs.x.cx = cdrom;
553 regs.x.cx = cdrom;
581 regs.x.cx = cdrom;
    [all...]
  /external/skia/gm/
tablecolorfilter.cpp 41 SkScalar cx = SkIntToScalar(W)/2; local
52 canvas.drawCircle(cx, cy, cx, paint);
  /external/skia/samplecode/
SampleBlur.cpp 30 const float cx = bm.width() * 0.5f; local
37 float dx = x - cx;
39 float d = (dx + dy) / (cx/2);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp 147 sizeRect.cx -= width.abcA;
157 sizeRect.cx -= width.abcC;
167 *width = sizeRect.cx;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 106 int cx = w / 2; local
109 canvas.translate(cx, cy);
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.cc 50 DWORD exstyle, int x, int y, int cx, int cy) {
71 x, y, cx, cy, parent, NULL, instance_, this);

Completed in 1575 milliseconds

1 23 4 5 6 7 8 910