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

  /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);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 58 , m_sweepTimer(this, &MatchedPropertiesCache::sweep)
123 void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*) function in class:WebCore::MatchedPropertiesCache
  /external/chromium_org/third_party/skia/samplecode/
SampleDither.cpp 58 SkScalar sweep = 360.0f; local
65 path.arcTo(bounds, 0, sweep, false);
67 path.arcTo(innerBounds, sweep, -sweep, false);
  /external/skia/samplecode/
SampleDither.cpp 58 SkScalar sweep = 360.0f; local
65 path.arcTo(bounds, 0, sweep, false);
67 path.arcTo(innerBounds, sweep, -sweep, false);
  /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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 71 private static void sweep(final int row, final float[][] squareMatrix0, method in class:MatrixUtils
114 sweep(i, squareMatrix, inverseMatrix, size); method
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.cpp 243 bool sweep; local
245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
278 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
280 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 134 protected void layoutSweep(ChartSweepView sweep) {
138 layoutSweep(sweep, parentRect, childRect);
139 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
142 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
143 final Rect sweepMargins = sweep.getMargins();
145 // sweep is always placed along specific dimension
146 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) {
147 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
151 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(),
155 parentRect.left += sweepMargins.left + (int) sweep.getPoint()
    [all...]
ChartSweepView.java 42 * Sweep across a {@link ChartView} at a specific {@link ChartAxis} value, which
101 public void onSweep(ChartSweepView sweep, boolean sweepDone);
102 public void requestEdit(ChartSweepView sweep);
216 public void setSweepDrawable(Drawable sweep) {
222 if (sweep != null) {
223 sweep.setCallback(this);
224 if (sweep.isStateful()) {
225 sweep.setState(getDrawableState());
227 sweep.setVisible(getVisibility() == VISIBLE, false);
228 mSweep = sweep;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp 329 float sweep = endAngle - startAngle; local
331 SkScalar sweepDegrees = WebCoreFloatToSkScalar(sweep * 180 / piFloat);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 771 void ThreadHeap<Header>::sweep() function in class:WebCore::ThreadHeap
775 // When using ASAN do a pre-sweep where all unmarked objects are poisoned before
792 page->sweep();
977 void HeapPage<Header>::sweep() function in class:WebCore::HeapPage
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 116 static void setQuadHullSweep(const SkDQuad& quad, SkDVector sweep[2]) {
117 sweep[0] = quad[1] - quad[0];
118 sweep[1] = quad[2] - quad[0];
128 SkDVector sweep[2], tweep[2]; local
129 setQuadHullSweep(quad1, sweep);
140 double s0dt0 = sweep[0].dot(tweep[0]);
142 double s0xt0 = sweep[0].crossCheck(tweep[0]);
144 double sDist = sweep[0].length() * m;
163 SkDVector sweep[2], tweep[2];
164 setQuadHullSweep(quad1, sweep);
209 double sweep = end - start; local
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 116 static void setQuadHullSweep(const SkDQuad& quad, SkDVector sweep[2]) {
117 sweep[0] = quad[1] - quad[0];
118 sweep[1] = quad[2] - quad[0];
128 SkDVector sweep[2], tweep[2]; local
129 setQuadHullSweep(quad1, sweep);
140 double s0dt0 = sweep[0].dot(tweep[0]);
142 double s0xt0 = sweep[0].crossCheck(tweep[0]);
144 double sDist = sweep[0].length() * m;
163 SkDVector sweep[2], tweep[2];
164 setQuadHullSweep(quad1, sweep);
209 double sweep = end - start; local
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 256 const SkDVector* sweep, * tweep;
258 sweep = fSweep;
261 sweep = &scratch[0];
269 double s0xt0 = sweep->crossCheck(*tweep);
334 const SkDVector* sweep = fSweep;
336 double s0xs1 = sweep[0].crossCheck(sweep[1]);
337 double s0xt0 = sweep[0].crossCheck(tweep[0]);
338 double s1xt0 = sweep[1].crossCheck(tweep[0]);
340 double s0xt1 = sweep[0].crossCheck(tweep[1])
583 const SkDVector* sweep; local
1083 const SkDVector* sweep = fSweep; local
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 256 const SkDVector* sweep, * tweep;
258 sweep = fSweep;
261 sweep = &scratch[0];
269 double s0xt0 = sweep->crossCheck(*tweep);
334 const SkDVector* sweep = fSweep;
336 double s0xs1 = sweep[0].crossCheck(sweep[1]);
337 double s0xt0 = sweep[0].crossCheck(tweep[0]);
338 double s1xt0 = sweep[1].crossCheck(tweep[0]);
340 double s0xt1 = sweep[0].crossCheck(tweep[1])
583 const SkDVector* sweep; local
1083 const SkDVector* sweep = fSweep; local
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 464 // (rx ry x-axis-rotation large-arc-flag sweep-flag x y)
564 double sweep = (eta1 - eta0); local
565 if (isPositiveArc != (sweep >= 0)) {
566 if (sweep > 0) {
567 sweep -= 2 * Math.PI;
569 sweep += 2 * Math.PI;
579 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
594 * @param sweep The angle (positive or negative) of the sweep of the arc on the ellipse
605 double sweep) {
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 353 * We trigger a full sweep when the estimate exceeds a threshold
927 sweep(); method
940 private void sweep() { method in class:LinkedTransferQueue
    [all...]

Completed in 380 milliseconds