HomeSort by relevance Sort by last modified time
    Searched defs:sweep (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp 66 void MarkedBlock::sweep() function in class:JSC::MarkedBlock
MarkedSpace.cpp 117 void MarkedSpace::sweep() function in class:JSC::MarkedSpace
121 (*it)->sweep();
  /external/valgrind/main/none/tests/s390x/
clc.c 50 void sweep(int l) function
60 sweep(0);
61 sweep(1);
62 sweep(2);
63 sweep(3);
64 sweep(4);
65 sweep(5);
66 sweep(22);
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 35 private float sweep; field in class:PieItem
115 sweep = sw;
129 return sweep;
PieMenu.java 249 float sweep = (float) (Math.PI - 2 * emptyangle) / mCounts[level]; local
250 float angle = emptyangle + sweep / 2;
251 mPath = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, outer, inner, mCenter);
270 float itemstart = angle - sweep / 2;
271 item.setGeometry(itemstart, sweep, inner, outer);
272 angle += sweep;
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 176 float sweep = ea - sa; local
179 /* Note if clockwise and the sign of the sweep disagree. This particular
182 if (clockwise && (sweep > 0 || sweep < -g2PI)) {
183 sweep = fmodf(sweep, g2PI) - g2PI;
184 } else if (!clockwise && (sweep < 0 || sweep > g2PI)) {
185 sweep = fmodf(sweep, g2PI) + g2PI
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 155 float sweep = endAngle - startAngle; local
157 if ((sweep <= -twoPI || sweep >= twoPI)
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 139 float sweep = ea - sa; local
141 SkScalar sweepDegrees = WebCoreFloatToSkScalar(sweep * 180 / piFloat);
144 // Move to the start position (0 sweep means we add a single point).
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 244 bool sweep; local
246 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
270 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
272 m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
  /packages/apps/Camera/src/com/android/camera/
PhotoController.java 56 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local
57 addItem(CameraSettings.KEY_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep);
58 addItem(CameraSettings.KEY_EXPOSURE, 3 * FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep);
59 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
62 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
83 hdr.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO, sweep);
    [all...]
VideoController.java 57 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local
59 addItem(CameraSettings.KEY_VIDEOCAMERA_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep);
60 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
62 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep);
86 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO * 3, sweep);
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 41 private float sweep; field in class:PieItem
136 sweep = sw;
141 public void setFixedSlice(float center, float sweep) {
143 this.sweep = sweep;
159 return sweep;
PieRenderer.java 290 float sweep = (float) (PIE_SWEEP - 2 * emptyangle) / items.size(); local
291 float angle = centerAngle - PIE_SWEEP / 2 + emptyangle + sweep / 2;
293 // first item we find triggers custom sweep for all
297 sweep = item.getSweep();
301 Path path = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap,
317 float itemstart = angle - sweep / 2;
318 item.setGeometry(itemstart, sweep, inner, outer);
323 angle += sweep;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 128 protected void layoutSweep(ChartSweepView sweep) {
132 layoutSweep(sweep, parentRect, childRect);
133 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
137 final Rect sweepMargins = sweep.getMargins();
139 // sweep is always placed along specific dimension
140 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) {
141 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
145 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(),
149 parentRect.left += sweepMargins.left + (int) sweep.getPoint()
    [all...]
ChartSweepView.java 42 * Sweep across a {@link ChartView} at a specific {@link ChartAxis} value, which
100 public void onSweep(ChartSweepView sweep, boolean sweepDone);
101 public void requestEdit(ChartSweepView sweep);
214 public void setSweepDrawable(Drawable sweep) {
220 if (sweep != null) {
221 sweep.setCallback(this);
222 if (sweep.isStateful()) {
223 sweep.setState(getDrawableState());
225 sweep.setVisible(getVisibility() == VISIBLE, false);
226 mSweep = sweep;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 354 * We trigger a full sweep when the estimate exceeds a threshold
929 sweep(); method
942 private void sweep() { method in class:LinkedTransferQueue
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo
246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
  /external/skia/legacy/src/core/
SkPath.cpp 700 SkScalar sweep = SkIntToScalar(90); local
702 start += sweep;
703 sweep = -sweep;
706 path->arcTo(r, start, sweep, forceMoveTo);
817 /* If the sweep angle is nearly (but less than) 360, then due to precision
    [all...]
  /external/skia/src/core/
SkPath.cpp 969 SkScalar sweep = SkIntToScalar(90); local
971 start += sweep;
972 sweep = -sweep;
975 path->arcTo(r, start, sweep, forceMoveTo);
    [all...]

Completed in 655 milliseconds