/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/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...] |
/packages/apps/Camera/src/com/android/camera/ |
PhotoController.java | 54 float sweep = FLOAT_PI_DIVIDED_BY_TWO / 2; local 55 addItem(CameraSettings.KEY_FLASH_MODE, FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep); 56 addItem(CameraSettings.KEY_EXPOSURE, 3 * FLOAT_PI_DIVIDED_BY_TWO - sweep, sweep); 57 addItem(CameraSettings.KEY_WHITE_BALANCE, 3 * FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep); 60 item.setFixedSlice(FLOAT_PI_DIVIDED_BY_TWO + sweep, sweep); 81 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/Settings/src/com/android/settings/widget/ |
ChartView.java | 129 protected void layoutSweep(ChartSweepView sweep) { 133 layoutSweep(sweep, parentRect, childRect); 134 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom); 137 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { 138 final Rect sweepMargins = sweep.getMargins(); 140 // sweep is always placed along specific dimension 141 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) { 142 parentRect.top += sweepMargins.top + (int) sweep.getPoint(); 146 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(), 150 parentRect.left += sweepMargins.left + (int) sweep.getPoint() [all...] |
ChartDataUsageView.java | 96 final ChartSweepView sweep = (ChartSweepView) msg.obj; 97 updateVertAxisBounds(sweep); 100 // we keep dispatching repeating updates until sweep is dropped 101 sendUpdateAxisDelayed(sweep, true); 258 // since we just changed axis, make sweep recalculate its value 300 public void onSweep(ChartSweepView sweep, boolean sweepDone) { 310 public void requestEdit(ChartSweepView sweep) { 315 private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force) { 316 if (force || !mHandler.hasMessages(MSG_UPDATE_AXIS, sweep)) { 318 mHandler.obtainMessage(MSG_UPDATE_AXIS, sweep), DELAY_MILLIS) [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...] |
/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;
|
/frameworks/base/graphics/java/android/graphics/ |
SweepGradient.java | 22 * A subclass of Shader that draws a sweep gradient around a center point. 49 * A subclass of Shader that draws a sweep gradient around a center point. 53 * @param color0 The color to use at the start of the sweep 54 * @param color1 The color to use at the end of the sweep
|
/external/skia/third_party/glu/libtess/ |
alg-outline | 25 input and output during the line sweep process. At the very least, 38 3. Using a line-sweep algorithm, partition the plane into x-monotone 90 The Line Sweep 103 The edge dictionary describes the current intersection of the sweep 105 edges which intersect the sweep line, sorted by their current order of 108 (since they are crossed by the current sweep line). 110 The basic algorithm is to sweep from left to right, processing each 111 vertex. The processed portion of the mesh (left of the sweep line) is 118 computed. For unprocessed vertices (right of the sweep line), these 158 These are the most important invariants maintained during the sweep [all...] |
sweep.h | 39 ** $Header: //depot/main/gfx/lib/glu/libtess/sweep.h#5 $ 60 /* For each pair of adjacent edges crossing the sweep line, there is 63 * sweep line crosses each vertex, we update the affected regions.
|
tess.h | 78 /*** state needed for projecting onto the sweep plane ***/ 84 /*** state needed for the line sweep ***/ 90 Dict *dict; /* edge dictionary for sweep line */ 92 GLUvertex *event; /* current sweep event being processed */
|
GNUmakefile | 85 sweep.h \ 98 sweep.c \
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieItem.java | 35 private float sweep; field in class:PieItem 115 sweep = sw; 129 return sweep;
|
/external/skia/gyp/ |
libtess.gyp | 32 '../third_party/glu/libtess/sweep.c', 33 '../third_party/glu/libtess/sweep.h',
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Sweep.java | 25 public class Sweep extends GraphicsActivity { 75 android.util.Log.d("skia", "sweep ms = " + (now/20.));
|
/external/skia/third_party/glu/ |
README.skia | 31 - In sweep.c, IsWindingInside() was given a return value to silence a 34 - In sweep.c, DoneEdgeDict()'s fixedEdges was wrapped in #indef NDEBUG, to
|
/external/v8/test/mjsunit/regress/ |
regress-regexp-codeflush.js | 33 // This can create a crash if the code was exchanged with the sweep 42 // Run enough times to get a number of GC's (all mark sweep because of the
|
/external/webkit/Source/WebCore/svg/ |
SVGPathByteStreamSource.cpp | 103 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) 109 sweep = readFlag();
|
/development/samples/Wiktionary/res/drawable/ |
progress_spin.xml | 34 android:type="sweep"
|
/external/skia/samplecode/ |
SampleDither.cpp | 58 SkScalar sweep = SkFloatToScalar(360.0f); local 65 path.arcTo(bounds, 0, sweep, false); 67 path.arcTo(innerBounds, sweep, -sweep, false);
|
/frameworks/base/libs/hwui/ |
ProgramCache.cpp | 62 // Sweep 93 // Sweep 94 "varying highp vec2 sweep;\n" 96 "varying highp vec2 sweep;\n" 118 // Sweep 119 " sweep = (screenSpace * position).xy;\n" 121 " sweep = (screenSpace * position).xy;\n" 177 // Sweep 293 // Sweep 294 " highp float index = atan(sweep.y, sweep.x) * 0.15915494309; // inv(2 * PI)\n [all...] |
/external/v8/tools/ |
gc-nvp-trace-processor.py | 222 return r['pause'] - r['mark'] - r['sweep'] - r['external'] 240 Item('Sweep', 'sweep', lc = 'blue'), 251 Item('Sweep', 'sweep', lc = 'blue'), 369 stats(out, 'Sweep', filter(lambda r: r['sweep'] != 0, trace), 'sweep')
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
ArcShape.java | 38 * @param sweepAngle the sweep angle (in degrees). Anything equal to or
|
/external/skia/include/effects/ |
SkGradientShader.h | 96 /** Returns a shader that generates a sweep gradient given a center. 101 @param cx The X coordinate of the center of the sweep 102 @param cx The Y coordinate of the center of the sweep
|