Searched refs:cx (Results 26 - 50 of 150) sorted by relevance

123456

/external/skia/tests/
H A DPathOpsSimplifyTrianglesThreadedTest.cpp23 int cx = state.fC & 0x03; local
44 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
88 int cx = c & 0x03; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
H A DPathOpsSimplifyQuadThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 SkIntToScalar(cx), SkIntToScalar(cy));
58 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/jpeg/
H A Djmemdosa.asm49 push cx
53 mov cx,0 ; normal file attributes
64 pop cx
84 push cx
96 pop cx
116 push cx
122 mov cx,word ptr [bp+10] ; MS offset
130 pop cx
150 push cx
156 mov cx,wor
[all...]
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
62 self.cx = cx
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h222 /* (cx,cy) = center of fragment */
223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F;
227 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane);
229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane);
284 /* (cx,cy) = center of fragment */
285 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F;
290 array->z[ix] = (GLuint) solve_plane(cx, c
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_ext.h351 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
360 ucnv_extSimpleMatchToU(const int32_t *cx,
371 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
380 ucnv_extSimpleMatchFromU(const int32_t *cx,
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext32.h63 unsigned int cx; member in struct:sigcontext_ia32
/external/libpcap/msdos/
H A Dndis_0.asm79 mov cx,sp
83 push cx
90 mov si,cx
93 mov cx,&argsSize ;; Move the arguments to the stack.
94 shr cx,1
105 mov cx,sp
110 push cx
178 mov cx, [bp+12]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h40 VGfloat cx, cy; member in struct:arc
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/skia/src/svg/parser/
H A DSkSVGRadialGradient.cpp14 SVG_ATTRIBUTE(cx),
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DUVProjectionGenerator.java120 float cx = bt.getCenter().x, cy = bt.getCenter().y;
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;
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/clang/test/SemaCXX/
H A Dnested-name-spec.cpp4 static int cx; member in struct:A::C
23 int A::C::cx = 17; member in class:A::C
58 ::A::C::cx = 0; member in class:A::C
59 int x = ::A::ax = A::C::cx;
61 x = sizeof(::A::C::cx);
95 { typedef A::C A; A::cx = 0; } member in class:A
/external/mesa3d/src/mesa/math/
H A Dm_debug_clip.c82 const GLfloat cx = from[0]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
106 vProj[i][0] = cx * oow;
139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local
141 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT;
142 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT;
177 const GLfloat cx = from[0], cy = from[1]; local
179 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT;
180 else if ( cx <
[all...]
/external/libvncserver/vncterm/
H A DVNConsole.c408 int cx=x/c->cWidth,cy=y/c->cHeight,pos; local
409 if(cx<0) cx=0; else if(cx>=c->width) cx=c->width-1;
411 pos=cy*c->width+cx;
424 cx=c->markEnd; cy=pos;
426 cx=pos; cy=c->markEnd;
428 if(cx<c->markStart) {
432 cx
[all...]
/external/skia/src/core/
H A DSkMaskFilter.cpp82 int cx = center.x(); local
88 m.fBounds.fRight = cx;
98 m.fBounds.fLeft = cx + 1;
108 m.fBounds.fRight = cx;
118 m.fBounds.fLeft = cx + 1;
128 innerR.set(outerR.left() + cx - mask.fBounds.left(),
130 outerR.right() + (cx + 1 - mask.fBounds.right()),
152 alpha[0] = *mask.getAddr8(cx, mask.fBounds.top() + y);
165 alpha[0] = *mask.getAddr8(cx, mask.fBounds.bottom() - y - 1);
/external/mesa3d/src/glx/
H A Dglxcurrent.c172 struct glx_context *cx = __glXGetCurrentContext(); local
174 if (cx == &dummyContext) {
178 return (GLXContext) cx;
/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);
/external/skia/src/pathops/
H A DSkPathOpsConic.cpp94 double cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); local
97 double bx = 2 * dx - (ax + cx) / 2;
104 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}}, w };
/external/skia/gm/
H A Dtablecolorfilter.cpp35 SkScalar cx = SkIntToScalar(w)/2; local
40 return SkGradientShader::CreateRadial(SkPoint::Make(cx, cy), cx, colors, NULL,
46 SkScalar cx = SkIntToScalar(W)/2; local
55 canvas.drawCircle(cx, cy, cx, paint);
/external/clang/test/OpenMP/
H A Datomic_update_codegen.cpp10 char cv, cx; variable
83 ++cx;
427 cx = cx >> ucv;
/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py131 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/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py131 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

Completed in 840 milliseconds

123456