HomeSort by relevance Sort by last modified time
    Searched full:circle (Results 51 - 75 of 660) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 43 /* kappa as being l of a circle with r = 1, we can emulate any
44 * circle of radius r by using the formula
47 * http://www.whizkidtech.redprince.net/bezier/circle/ */
bezier.c 247 Circle
400 thing by a semi circle */
401 return Circle;
450 float circle[3][2]; local
492 circle[0][0] = b->x1 + normals[0][0]*offset;
493 circle[0][1] = b->y1 + normals[0][1]*offset;
495 circle[1][0] = 0.5*(b->x1 + b->x4) + normals[1][0]*offset;
496 circle[1][1] = 0.5*(b->y1 + b->y4) + normals[1][1]*offset;
498 circle[2][0] = b->x4 + normals[2][0]*offset;
499 circle[2][1] = b->y4 + normals[2][1]*offset
    [all...]
  /packages/inputmethods/LatinIME/java/res/xml/
keystyle_devanagari_vowel_sign_au.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
28 <!-- U+25CC: "?" DOTTED CIRCLE
35 <!-- U+25CC: "?" DOTTED CIRCLE
keystyle_devanagari_vowel_sign_candra_e.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
28 <!-- U+25CC: "?" DOTTED CIRCLE
44 <!-- U+25CC: "?" DOTTED CIRCLE
keystyle_devanagari_vowel_sign_candra_o.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
28 <!-- U+25CC: "?" DOTTED CIRCLE
44 <!-- U+25CC: "?" DOTTED CIRCLE
rowkeys_hindi_compact2.xml 23 render dotted circle for incomplete combining letter of some scripts, different
31 render dotted circle for incomplete combining letter of some scripts, different
39 render dotted circle for incomplete combining letter of some scripts, different
47 render dotted circle for incomplete combining letter of some scripts, different
55 render dotted circle for incomplete combining letter of some scripts, different
68 render dotted circle for incomplete combining letter of some scripts, different
rowkeys_marathi2.xml 23 render dotted circle for incomplete combining letter of some scripts, different
28 render dotted circle for incomplete combining letter of some scripts, different
33 render dotted circle for incomplete combining letter of some scripts, different
38 render dotted circle for incomplete combining letter of some scripts, different
43 render dotted circle for incomplete combining letter of some scripts, different
53 render dotted circle for incomplete combining letter of some scripts, different
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 86 Path circle = new Path(); local
87 circle.addCircle(0, 0, 1, Direction.CW);
89 PathMeasure measure = new PathMeasure(circle, false);
91 measure.setPath(circle, true);
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/res/layout/
timer_list_item.xml 8 android:id="@+id/circle"
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/res/layout/
timer_list_item.xml 8 android:id="@+id/circle"
  /development/samples/browseable/Timer/res/layout/
timer_list_item.xml 8 android:id="@+id/circle"
  /external/skia/samplecode/
SampleCircle.cpp 16 // reconstruct the edges of the circle.
47 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView
66 circle(canvas, width, false);
68 circle(canvas, width, true);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
CircleView.java 29 * Draws a simple white circle on which the numbers will be drawn.
104 // We'll need to draw the AM/PM circles, so the main circle will need to have
114 // Draw the white circle.
118 // Draw a small black circle in the center.
RadialPickerLayout.java 180 // Initialize the circle and AM/PM circles if applicable.
253 * Check if a given hour appears in the outer circle or the inner circle
254 * @return true if the hour is in the inner circle, false if it's in the outer circle.
257 // We'll have the 00 hours on the outside circle.
311 * Set the internal value as either AM or PM, and update the AM/PM circle displays.
321 * Split up the 360 degrees of the circle among the 60 selectable values. Assigns a larger
326 * circle (5 on the minutes, 1 or 13 on the hours).
425 * @param isInnerCircle Whether the selection should be in the inner circle; will be ignore
    [all...]
AmPmCirclesView.java 34 * Draw the two smaller AM and PM circles next to where the larger circle will be.
39 // Alpha level for selected circle.
125 * Calculate whether the coordinates are touching the AM or PM circle.
166 // Line up the vertical center of the AM/PM circles with the bottom of the main circle.
169 // of the main circle.
  /packages/apps/InCallUI/res/values/
attrs.xml 22 <!-- Reference to an array resource that be shown as targets around a circle. -->
25 <!-- Reference to an array resource that be used as description for the targets around the circle. -->
28 <!-- Reference to an array resource that be used to announce the directions with targets around the circle. -->
43 <!-- Outer radius of glow area. Target icons will be drawn on this circle. -->
  /developers/build/prebuilts/gradle/RevealEffectBasic/Application/tests/src/com/example/android/revealeffectbasic/tests/
SampleTests.java 55 assertNotNull("Circle view is null", mTestActivity.findViewById(R.id.circle));
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/tests/src/com/example/android/revealeffectbasic/tests/
SampleTests.java 55 assertNotNull("Circle view is null", mTestActivity.findViewById(R.id.circle));
  /external/ceres-solver/examples/
circle_fit.cc 32 // the distance of a point from the circle. This uses auto-differentiation to
51 // [1] http://www.mathworks.com/matlabcentral/fileexchange/5557-circle-fit/content/circfit.m
72 // distance of the point from the circle (passed in as x, y, m parameters).
86 // Get the position of the sample in the circle's coordinate system.
94 // which is the distance of the sample from the circle. This works
105 // The measured x,y coordinate that should be on the circle.
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 46 @param radius Must be positive. The radius of the circle for this gradient.
47 @param colors The colors to be distributed between the center and edge of the circle
51 between the center and edge of the circle.
78 @param radius Must be positive. The radius of the circle for this gradient
79 @param centerColor The color at the center of the circle.
80 @param edgeColor The color at the edge of the circle.
  /external/clang/test/Analysis/
uninit-vals.m 51 } Circle;
62 Circle *testObj = calloc(sizeof(Circle), 1);
78 void PR14765_argument(Circle *testObj) {
140 void rdar13292559(Circle input) {
141 extern void useCircle(Circle);
143 Circle obj = input;
  /external/noto-fonts/other/
subset_noto_sans_symbols.py 60 0x2B24, # ? BLACK LARGE CIRCLE
64 0x2B57, # ? HEAVY CIRCLE WITH CIRCLE INSIDE
65 0x2B58, # ? HEAVY CIRCLE
128 0x26AA, # ? MEDIUM WHITE CIRCLE
129 0x26AB, # ? MEDIUM BLACK CIRCLE
160 0x2B55, # ? HEAVY LARGE CIRCLE
  /external/dexmaker/javadoc/com/google/dexmaker/
package-tree.html 93 <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
94 <LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/Code.html" title="class in com.google.dexmaker"><B>Code</B></A><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker"><B>DexMaker</B></A><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker"><B>FieldId</B></A>&lt;D,V&gt;<LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/Label.html" title="class in com.google.dexmaker"><B>Label</B></A><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/Local.html" title="class in com.google.dexmaker"><B>Local</B></A>&lt;T&gt;<LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker"><B>MethodId</B></A>&lt;D,R&gt;<LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker"><B>TypeId</B></A>&lt;T&gt;</UL>
100 <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
101 <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=t (…)
    [all...]
  /external/jsr305/javadoc/javax/annotation/meta/
package-tree.html 89 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta"><B>TypeQualifierValidator</B></A>&lt;A&gt;</UL>
94 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifierNickname.html" title="annotation in javax.annotation.meta"><B>TypeQualifierNickname</B></A> (implements java.lang.annotation.Annotation)
95 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifierDefault.html" title="annotation in javax.annotation.meta"><B>TypeQualifierDefault</B></A> (implements java.lang.annotation.Annotation)
96 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/TypeQualifier.html" title="annotation in javax.annotation.meta"><B>TypeQualifier</B></A> (implements java.lang.annotation.Annotation)
97 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/Exhaustive.html" title="annotation in javax.annotation.meta"><B>Exhaustive</B></A> (implements java.lang.annotation.Annotation)
98 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta"><B>Exclusive</B></A> (implements java.lang.annotation.Annotation)
104 <LI TYPE="circle">java.lang.Object<UL>
105 <LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
107 <LI TYPE="circle">javax.annotation.meta.<A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta"><B>When</B></A></UL>
  /external/skia/include/effects/
SkGradientShader.h 61 @param center The center of the circle for this gradient
62 @param radius Must be positive. The radius of the circle for this gradient
63 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
66 the the colors are distributed evenly between the center and edge of the circle.
113 the the colors are distributed evenly between the center and edge of the circle.

Completed in 518 milliseconds

1 23 4 5 6 7 8 91011>>