HomeSort by relevance Sort by last modified time
    Searched full:circle (Results 76 - 100 of 291) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/inspector/front-end/
CSSKeywordCompletions.js 246 "circle", "filled", "open", "dot", "double-circle", "triangle", "sesame"
262 "none", "disc", "circle", "square", "decimal", "decimal-leading-zero", "arabic-indic", "binary", "bengali",
436 "circle", "filled", "open", "dot", "double-circle", "triangle", "sesame"
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 265 2A2D; 2A2E # PLUS SIGN IN LEFT HALF CIRCLE
266 2A2E; 2A2D # PLUS SIGN IN RIGHT HALF CIRCLE
267 2A34; 2A35 # MULTIPLICATION SIGN IN LEFT HALF CIRCLE
268 2A35; 2A34 # MULTIPLICATION SIGN IN RIGHT HALF CIRCLE
273 2A79; 2A7A # LESS-THAN WITH CIRCLE INSIDE
274 2A7A; 2A79 # GREATER-THAN WITH CIRCLE INSIDE
493 # 29C2; CIRCLE WITH SMALL CIRCLE TO THE RIGHT
494 # 29C3; CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT
  /external/icu4c/data/unidata/
BidiMirroring.txt 274 2A2D; 2A2E # PLUS SIGN IN LEFT HALF CIRCLE
275 2A2E; 2A2D # PLUS SIGN IN RIGHT HALF CIRCLE
276 2A34; 2A35 # MULTIPLICATION SIGN IN LEFT HALF CIRCLE
277 2A35; 2A34 # MULTIPLICATION SIGN IN RIGHT HALF CIRCLE
282 2A79; 2A7A # LESS-THAN WITH CIRCLE INSIDE
283 2A7A; 2A79 # GREATER-THAN WITH CIRCLE INSIDE
502 # 29C2; CIRCLE WITH SMALL CIRCLE TO THE RIGHT
503 # 29C3; CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT
  /external/guava/javadoc/com/google/common/annotations/
package-tree.html 94 <LI TYPE="circle">com.google.common.annotations.<A HREF="../../../../com/google/common/annotations/GwtIncompatible.html" title="annotation in com.google.common.annotations"><B>GwtIncompatible</B></A> (implements java.lang.annotation.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>)
95 <LI TYPE="circle">com.google.common.annotations.<A HREF="../../../../com/google/common/annotations/GwtCompatible.html" title="annotation in com.google.common.annotations"><B>GwtCompatible</B></A> (implements java.lang.annotation.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>)
96 <LI TYPE="circle">com.google.common.annotations.<A HREF="../../../../com/google/common/annotations/VisibleForTesting.html" title="annotation in com.google.common.annotations"><B>VisibleForTesting</B></A> (implements java.lang.annotation.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 193 * of a colored letter inside a black & white circle.
234 // antialiased rendering of the circle pick up shades of that alternate color,
262 // use 3/4th of the circle diameter for the font size (in pixels)
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 56 * Test AutoCloseOutputStream life circle.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
numerical.sgml 89 The value of pi (ratio of circle's circumference to its diameter).
  /external/icu4c/layout/
TibetanReordering.cpp 37 // and also to know if a character, when independtly displayed, should be displayed with a dotted-circle to
338 // shall we add a dotted circle?
340 // a character that has the Dotted circle flag (a character that cannot be a base)
341 // then write a dotted circle
  /external/libvpx/examples/includes/geshi/geshi/
cfdg.php 52 'SQUARE', 'CIRCLE', 'TRIANGLE',
freebasic.php 50 "circle", "clear", "clng", "clngint", "close", "cls", "color", "command",
  /external/speex/libspeex/
lsp.h 14 unit circle.
  /external/webkit/Source/WebCore/svg/
SVGCircleElement.cpp 63 document()->accessSVGExtensions()->reportError("A negative value for circle <r> is not allowed");
SVGRadialGradientElement.cpp 239 // Spec: If (fx, fy) lies outside the circle defined by (cx, cy) and r, set
240 // (fx, fy) to the point of intersection of the line through (fx, fy) and the circle.
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 194 void WebThemeControlDRTWin::circle(SkScalar radius, SkColor color) function in class:WebThemeControlDRTWin
340 circle(SkIntToScalar(halfHeight), m_bgColor);
344 circle(SkIntToScalar(halfHeight), m_bgColor);
345 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor);
WebThemeControlDRTWin.h 160 // Draws a circle centered in the control with the specified radius,
163 void circle(SkScalar radius, SkColor color);
  /frameworks/base/core/res/res/layout-sw600dp/
keyguard_screen_unlock_landscape.xml 20 <!-- This is the screen that shows the 9 circle unlock widget and instructs
  /frameworks/base/graphics/java/android/graphics/
Path.java 441 * Add a closed circle contour to the path
443 * @param x The x-coordinate of the center of a circle to add to the path
444 * @param y The y-coordinate of the center of a circle to add to the path
445 * @param radius The radius of a circle to add to the path
446 * @param dir The direction to wind the circle's contour
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle,
369 if (circle) {
377 mCircle = circle;
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 754 enum GradientShape { Circle, Ellipse };
757 shape = Circle;
788 if (shape == Circle) {
800 if (shape == Circle) {
812 if (shape == Circle)
829 if (shape == Circle)
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 14 // Setup css canvas 'spinner-circle'
18 var ctx = document.getCSSCanvasContext('2d', 'spinner-circle', 2 * r, 2 * r);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 131 GW.emitSimpleNode(0, "plaintext=circle", "GraphRoot");
296 GW.emitSimpleNode(0, "plaintext=circle", "GraphRoot");
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 189 // If the abs(sweep) >= 2PI, then we need to add a circle before we call
196 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep %g treat as circle\n", sa, ea, clockwise, sweep);
  /sdk/assetstudio/src/com/android/assetstudiolib/
GraphicGenerator.java 63 CIRCLE("circle"),
  /external/skia/src/effects/
SkGradientShader.cpp     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 36 // create a bitmap with a circle, used for the "dst" image

Completed in 1291 milliseconds

1 2 34 5 6 7 8 91011>>