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

12 3 4 5 6 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/widget/
SwipeProgressBar.java 140 final int cx = width / 2; local
170 mClipRect.set(cx - clearRadius, 0, cx + clearRadius, height);
202 drawCircle(canvas, cx, cy, mColor1, pct);
206 drawCircle(canvas, cx, cy, mColor2, pct);
210 drawCircle(canvas, cx, cy, mColor3, pct);
214 drawCircle(canvas, cx, cy, mColor4, pct);
218 drawCircle(canvas, cx, cy, mColor1, pct);
228 drawTrigger(canvas, cx, cy);
236 drawTrigger(canvas, cx, cy)
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
19 if (!try_alt) calc_bc(dx, bx, cx);
24 double cx = cubic[2].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
  /external/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
19 if (!try_alt) calc_bc(dx, bx, cx);
24 double cx = cubic[2].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
204 cx, cy = c
214 c1x = ax*t1**2 + bx*t1 + cx
229 cx, cy = c
240 c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
242 d1x = ax*t1**3 + bx*t1**2 + cx*t1 + d
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect2.asm 17 push cx
20 mov cx, 4 ; four digits to show
40 pop cx
bin-ssym.asm 4 mov cx, section.foo.length
  /external/libunwind/src/x86/
getcontext-freebsd.S 50 movw %fs, %cx
52 movw %gs, %cx
54 movw %ds, %cx
56 movw %es, %cx
58 movw %ss, %cx
60 movw %cs, %cx
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoFallbackEffect.java 107 float cx = d.centerX() * p + s.centerX() * (1 - p); local
115 mTarget.set(cx - ch / 2, cy - ch / 2, cx + ch / 2, cy + ch / 2);
123 mTarget.set(cx - cw / 2, cy - ch / 2, cx - ch / 2, cy + ch / 2);
128 mTarget.set(cx + ch / 2, cy - ch / 2, cx + cw / 2, cy + ch / 2);
135 mTarget.set(cx - cw / 2, cy - cw / 2, cx + cw / 2, cy + cw / 2);
143 mTarget.set(cx - cw / 2, cy - ch / 2, cx + cw / 2, cy - cw / 2)
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 77 global_enumerate(JSContext *cx, JSObject *obj)
80 return JS_EnumerateStandardClasses(cx, obj);
87 global_resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp)
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
118 path = JS_strdup(cx, path);
127 JS_ReportOutOfMemory(cx);
138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
145 JS_free(cx, path);
  /external/skia/src/xml/
SkJS.cpp 77 global_enumerate(JSContext *cx, JSObject *obj)
80 return JS_EnumerateStandardClasses(cx, obj);
87 global_resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp)
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
118 path = JS_strdup(cx, path);
127 JS_ReportOutOfMemory(cx);
138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
145 JS_free(cx, path);
  /external/valgrind/main/none/tests/amd64/
cmpxchg.stdout.exp 5 cmpxchg %bx,%cx (ax=2222 bx=4444 cx=3333)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
7 cmpxchg %bx,%cx (ax=7777 bx=5555 cx=5555)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx=5555
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
amd200707.asm 14 lzcnt cx, word [0]
24 popcnt cx, word [0]
  /external/llvm/test/MC/X86/
x86_errors.s 39 movl %eax,(%cx)
  /external/pdfium/core/src/fxge/agg/agg23/
agg_math.h 50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy,
53 FX_FLOAT num = FXSYS_Mul(ay - cy, dx - cx) - FXSYS_Mul(ax - cx, dy - cy);
54 FX_FLOAT den = FXSYS_Mul(bx - ax, dy - cy) - FXSYS_Mul(by - ay, dx - cx);
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 30 void f(X x, const X cx) {
31 x = cx; // expected-note{{assignment operator for 'X' first required here}}
32 x = cx;
nested-name-spec.cpp 4 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/chromium_org/third_party/skia/src/core/
SkBlitBWMaskTemplate.h 30 int cx = clip.fLeft; local
41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
59 int left_edge = cx - maskLeft;
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 30 int cx = clip.fLeft; local
41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
59 int left_edge = cx - maskLeft;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 119 int cx[NR_PLANES]; local
126 cx[j] = (c[j]
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
222 int cx[NR_PLANES]; local
225 cx[j] = (c[j]
232 TAG(do_block_16)(task, tri, plane, px, py, cx);
315 const int cx = (plane[j].c - 1 local
319 mask &= ~sign_bits4(cstep4[j], cx);
346 const int cx = (plane[j].c local
354 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 119 int cx[NR_PLANES]; local
126 cx[j] = (c[j]
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
222 int cx[NR_PLANES]; local
225 cx[j] = (c[j]
232 TAG(do_block_16)(task, tri, plane, px, py, cx);
315 const int cx = (plane[j].c - 1 local
319 mask &= ~sign_bits4(cstep4[j], cx);
346 const int cx = (plane[j].c local
354 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.c 120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
131 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
250 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
286 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
296 ucnv_extWriteToU(cnv, cx,
329 ucnv_extSimpleMatchToU(const int32_t *cx,
1011 const int32_t *cx; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState,
132 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
137 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx,
251 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
287 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
297 ucnv_extWriteToU(cnv, cx,
330 ucnv_extSimpleMatchToU(const int32_t *cx,
1029 const int32_t *cx; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
javascript.js 206 for (var cx = state.context; cx; cx = cx.prev) {
207 for (var v = cx.vars; v; v = v.next)
216 cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc;
226 if (cx.marked) return cx.marked
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) {
226 if (cx == Float.NaN) {
231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry);
236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) {
254 rect.left = cx - dx;
256 rect.right = cx + dx;
261 rect.left = cx - dx
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCircleElement.h 35 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:WebCore::FINAL

Completed in 1885 milliseconds

12 3 4 5 6 7 8 91011>>