HomeSort by relevance Sort by last modified time
    Searched full:circles (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
MainActivity.java 27 * touch events and draws coloured circles for each pointer, stores the last
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
MainActivity.java 27 * touch events and draws coloured circles for each pointer, stores the last
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
MainActivity.java 27 * touch events and draws coloured circles for each pointer, stores the last
  /external/chromium_org/ui/message_center/cocoa/
popup_controller_unittest.mm 24 ASCIIToUTF16("Added to circles"),
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
AmPmCirclesView.java 34 * Draw the two smaller AM and PM circles next to where the larger circle will be.
166 // Line up the vertical center of the AM/PM circles with the bottom of the main circle.
168 // Line up the horizontal edges of the AM/PM circles with the horizontal edges
197 // Draw the two circles.
CircleView.java 104 // We'll need to draw the AM/PM circles, so the main circle will need to have
106 // have to push it up by half the radius of the AM/PM circles.
  /external/skia/gm/
dashing.cpp 193 bool circles) {
199 if (circles) {
269 // 1on/1off 1x1 circles with phase of 1 - no fast path yet
275 // 1on/1off 3x3 circles with phase of 1 - no fast path yet
blurs.cpp 25 // the device clip will not be set properly and circles will be
Android.mk 44 circles.cpp \
circles.cpp 29 return SkString("circles");
  /external/pixman/demos/
radial-test.c 24 * - If the two circles have the same size, neither can be inside or
27 * This test draws radial gradients whose circles always have the same
174 * on the "tangent circles" cases.
  /external/opencv/cv/src/
cvhough.cpp 854 CvSeq* circles, int circles_max )
1003 for( j = 0; j < circles->total; j++ )
1005 float* c = (float*)cvGetSeqElem( circles, j );
1010 if( j < circles->total )
1087 CvSeq* circles = 0; local
    [all...]
  /external/pixman/pixman/
pixman-radial-gradient.c 166 * In the radial gradient problem we are given two circles (c?,r?) and
169 * Mathematically the gradient can be defined as the family of circles
173 * excluding those circles whose radius would be < 0. When a point
176 * to any of the circles, it is transparent black, i.e. RGBA (0, 0, 0, 0).
181 * circles with increasing t in [-inf, +inf] (or in [0,1] if the gradient
238 * A < 0 <=> one of the two circles completely contains the other one
  /packages/apps/DeskClock/res/values-land/
dimens.xml 44 <!-- Size of margin for circles. -->
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 377 // TODO: this test could be eased up to allow circles
382 // TODO: this test could be eased up for circles. Rotations could be allowed.
459 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
508 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/chromium_org/ui/events/gestures/
gesture_point.h 127 // Represents the rectangle that encloses the circles/ellipses
  /external/chromium_org/v8/src/
incremental-marking-inl.h 122 // going around in circles, scanning the same objects again and again
  /external/skia/src/effects/
SkDashPathEffect.cpp 377 // TODO: this test could be eased up to allow circles
382 // TODO: this test could be eased up for circles. Rotations could be allowed.
459 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
508 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/v8/src/
incremental-marking-inl.h 105 // going around in circles, scanning the same objects again and again
  /packages/apps/DeskClock/res/values-sw600dp-land/
dimens.xml 48 <!-- Size of margin for circles. -->
  /external/chromium_org/third_party/skia/include/effects/
SkGradientShader.h 108 * Returns a shader that generates a conical gradient given two circles, or
110 * two circles according to the following HTML spec.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Torus.java 75 * The number of samples along the circles.
229 * @param circleSamples the number of samples along the circles.
  /external/skia/include/effects/
SkGradientShader.h 108 * Returns a shader that generates a conical gradient given two circles, or
110 * two circles according to the following HTML spec.
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 121 * How far inset the left and right circles should be
451 * Assuming bitmap is a bounding box around a piece of an arc drawn by two concentric circles
454 * circles. The resulting y combined with the incoming x is a point along the circle in
455 * between the two concentric circles.
463 * in between the two concentric circles.

Completed in 699 milliseconds

1 2 3 4 5