Searched refs:cx (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/external/chromium_org/net/url_request/
H A Durl_request_throttler_simulation_unittest.cc228 int cx = tx / ticks_per_column; local
230 columns[cx] = 0;
231 columns[cx] += requests_per_tick_[tx];
237 for (int cx = 0; cx < num_columns; ++cx)
238 max_value = std::max(max_value, columns[cx]);
262 for (int cx = 0; cx < num_printed_columns; ++cx) {
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcurrent.c172 struct glx_context *cx = __glXGetCurrentContext(); local
174 if (cx == &dummyContext) {
178 return (GLXContext) cx;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerQuadratic4x4_Test.cpp24 int cx = state.c & 0x03; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
/external/chromium_org/third_party/skia/gm/
H A Dtablecolorfilter.cpp39 SkScalar cx = SkIntToScalar(W)/2; local
50 canvas.drawCircle(cx, cy, cx, paint);
H A Dfilterindiabox.cpp50 SkScalar cx = SkScalarHalf(fBM.width()); local
57 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleBlur.cpp32 const float cx = bm.width() * 0.5f; local
39 float dx = x - cx;
41 float d = (dx + dy) / (cx/2);
H A DSampleOvalTest.cpp55 SkScalar cx = SkScalarHalf(fSize.width()); local
64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 SkIntToScalar(cx), SkIntToScalar(cy));
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
56 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
H A DInfRectTest.cpp42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
/external/mesa3d/src/glx/
H A Dglxcurrent.c172 struct glx_context *cx = __glXGetCurrentContext(); local
174 if (cx == &dummyContext) {
178 return (GLXContext) cx;
/external/skia/experimental/Intersection/
H A DEdgeWalkerQuadratic4x4_Test.cpp24 int cx = state.c & 0x03; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
/external/skia/gm/
H A Dtablecolorfilter.cpp39 SkScalar cx = SkIntToScalar(W)/2; local
50 canvas.drawCircle(cx, cy, cx, paint);
/external/skia/samplecode/
H A DSampleBlur.cpp32 const float cx = bm.width() * 0.5f; local
39 float dx = x - cx;
41 float d = (dx + dy) / (cx/2);
H A DSampleOvalTest.cpp55 SkScalar cx = SkScalarHalf(fSize.width()); local
64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 SkIntToScalar(cx), SkIntToScalar(cy));
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
56 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
H A DInfRectTest.cpp42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
H A Dmouse_cursor.cc75 void DrawCircle(int cx, int cy, float alpha_radius, float radius, argument
83 int dx = (x - cx);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc33 DWORD exstyle, int x, int y, int cx, int cy) {
62 x, y, cx, cy, parent, NULL, instance_, this);
32 Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle, int x, int y, int cx, int cy) argument
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c124 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;
122 SetAccessableWindowPos(HWND hwnd, HWND hwndInsertBehind, LONG x, LONG y, LONG cx, LONG cy, ULONG fl) argument
1057 int cx, cy, ncx, ncy; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c247 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
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c247 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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceRadialGradient.cpp49 return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attributes.cy());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransformTearOff.h68 void setRotate(float angle, float cx, float cy, ExceptionState&);

Completed in 2002 milliseconds

1234567891011>>