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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/tests/
InfRectTest.cpp 42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
  /external/chromium_org/third_party/webrtc/base/
win32window.cc 33 DWORD exstyle, int x, int y, int cx, int cy) {
62 x, y, cx, cy, parent, NULL, instance_, this);
  /external/skia/samplecode/
SampleOvalTest.cpp 55 SkScalar cx = SkScalarHalf(fSize.width()); local
64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
  /external/skia/tests/
InfRectTest.cpp 42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 124 LONG cx, LONG cy,
134 if (x+cx>swpDesktop.cx)
135 x = swpDesktop.cx - cx;
142 return WinSetWindowPos(hwnd, hwndInsertBehind, x, y, cx, cy, fl);
148 if (x+swp.cx>swpDesktop.cx)
149 x = swpDesktop.cx - swp.cx;
1057 int cx, cy, ncx, ncy; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 247 arc->cx, arc->cy,
248 &arc->cx, &arc->cy);
259 vec0[0] = arc->x1 - arc->cx;
261 vec1[0] = arc->x2 - arc->cx;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
326 x1 = arc->cx + a_cos_eta1 * arc->cos_theta -
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
369 double cx, cy; local
383 cx = cx1;
386 cx = cx0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 247 arc->cx, arc->cy,
248 &arc->cx, &arc->cy);
259 vec0[0] = arc->x1 - arc->cx;
261 vec1[0] = arc->x2 - arc->cx;
266 vec0[0], vec0[1], vec1[0], vec1[1], arc->cx, arc->cy);
326 x1 = arc->cx + a_cos_eta1 * arc->cos_theta -
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
369 double cx, cy; local
383 cx = cx1;
386 cx = cx0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceRadialGradient.cpp 49 return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attributes.cy());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformTearOff.h 67 void setRotate(float angle, float cx, float cy, ExceptionState&);
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 74 float cx, float cy,
  /external/chromium_org/third_party/skia/gm/
filterbitmap.cpp 52 SkScalar cx = SkScalarHalf(fBM.width()); local
58 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale);
166 int cx = (x * fNumChecks) / fSize; variable
168 if ((cx+cy)%2) {
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 126 (bx,by) (cx,cy) (1,1) to value, returning the answer, also [0...1].
129 SkScalar cx, SkScalar cy);
  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 131 cx = (x2 - dx) * 3.0
132 bx = (x3 - x2) * 3.0 - cx
133 ax = x4 - dx - cx - bx
151 xt = ax*t3 + bx*t2 + cx*t + dx
  /external/libunwind/src/x86/
getcontext-linux.S 60 movw %fs, %cx
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 99 unsigned short ax, bx, cx, dx, si, di, cflag; member in struct:_RMWORDREGS
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 74 float cx, float cy,
  /external/skia/gm/
filterbitmap.cpp 52 SkScalar cx = SkScalarHalf(fBM.width()); local
58 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale);
166 int cx = (x * fNumChecks) / fSize; variable
168 if ((cx+cy)%2) {
  /external/skia/include/utils/
SkInterpolator.h 126 (bx,by) (cx,cy) (1,1) to value, returning the answer, also [0...1].
129 SkScalar cx, SkScalar cy);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 58 #define MV_COST(f,s,cx,cy,px,py) (WEIGHTED_COST(f,mvbits[((cx)<<(s))-px]+mvbits[((cy)<<(s))-py]))
59 #define MV_COST_S(f,cx,cy,px,py) (WEIGHTED_COST(f,mvbits[cx-px]+mvbits[cy-py]))
  /frameworks/base/core/java/android/view/
HardwareCanvas.java 113 public abstract void drawCircle(CanvasProperty<Float> cx, CanvasProperty<Float> cy,
  /frameworks/base/libs/hwui/
PathTessellator.h 106 float cx, float cy,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
SweepGradient_Delegate.java 70 * @param cx The x-coordinate of the center
81 private SweepGradient_Delegate(float cx, float cy,
84 mJavaPaint = new SweepGradientPaint(cx, cy, mColors, mPositions);
92 public SweepGradientPaint(float cx, float cy, int[] colors,
95 mCx = cx;
  /external/libxml2/
timsort.h 135 SORT_TYPE cx; local
151 cx = dst[c];
154 const int val = SORT_CMP(x, cx);
164 lx = cx;
170 cx = dst[++c];
171 } while (SORT_CMP(x, cx) == 0);
175 cx = dst[c];
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 64 AGG_INLINE void cell_aa::set_coord(int cx, int cy)
66 x = cx;
69 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a)
71 x = cx;
236 int cx = (x1 + x2) >> 1; local
238 render_line(x1, y1, cx, cy);
239 render_line(cx, cy, x2, y2);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 93 final float cx = w * .5f; local
95 final float rx = horizontal ? radius : cx;
97 final float corner = horizontal ? cy : cx;
99 canvas.drawRoundRect(cx - rx, cy - ry,
100 cx + rx, cy + ry,

Completed in 5357 milliseconds

1 2 3 4 5 67 8 91011>>