HomeSort by relevance Sort by last modified time
    Searched refs:Circle (Results 1 - 21 of 21) sorted by null

  /external/clang/test/PCH/
enum.h 13 Circle
16 enum Shape aRoundShape = Circle;
  /external/chromium_org/third_party/skia/src/svg/
SkSVGCircle.h 16 DECLARE_SVG_INFO(Circle);
SkSVGCircle.cpp 21 DEFINE_SVG_INFO(Circle)
SkSVGParser.cpp 361 CASE_NEW(Circle);
409 {"circle", SkSVGType_Circle},
  /external/skia/src/svg/
SkSVGCircle.h 16 DECLARE_SVG_INFO(Circle);
SkSVGCircle.cpp 21 DEFINE_SVG_INFO(Circle)
SkSVGParser.cpp 361 CASE_NEW(Circle);
409 {"circle", SkSVGType_Circle},
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 22 ** Type used to cache parameter information for the "circle" r-tree geometry
25 typedef struct Circle Circle;
26 struct Circle {
39 ** Destructor function for Circle objects allocated by circle_geom().
46 ** Implementation of "circle" r-tree geometry callback.
55 Circle *pCircle; /* Structure defining circular region */
61 ** for correctness or stored into a Circle structure yet. Do this now. */
68 ** and that the parameters are in range (that the radius of the circle
74 pCircle = (Circle *)(p->pUser = sqlite3_malloc(sizeof(Circle)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 61 enum Shape { Default, Poly, Rect, Circle, Unknown };
HTMLAreaElement.cpp 59 else if (equalIgnoringCase(value, "circle"))
60 m_shape = Circle;
137 shape = Circle;
156 case Circle:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 416 case Circle:
516 case Circle:
621 case Circle:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 836 result.appendLiteral("circle");
    [all...]
CSSPrimitiveValueMappings.h     [all...]
  /frameworks/base/libs/hwui/
PathCache.h 127 struct Circle {
129 } circle; member in union:android::uirenderer::PathDescription::Shape
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 229 Circle,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
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...]
  /external/mesa3d/src/gallium/state_trackers/vega/
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...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 330 * Circle class.
331 * @param {number} x X coordinate of circle center.
332 * @param {number} y Y coordinate of circle center.
336 function Circle(x, y, r) {
343 * Check if the point is inside the circle.
348 Circle.prototype.inside = function(x, y) {
image_transform.js 307 var circle = new Circle(x, y, R);
312 if (circle.inside(bounds.left, bounds.top)) {
315 } else if (circle.inside(bounds.left, bounds.bottom)) {
318 } else if (circle.inside(bounds.right, bounds.top)) {
321 } else if (circle.inside(bounds.right, bounds.bottom)) {
image_editor.js 746 var prevTouchCircle = new Circle(
799 var tapCircle = new Circle(this.touchStartInfo_.x, this.touchStartInfo_.y,
  /frameworks/base/docs/html/
gms_navtree_data.js 54 , null ], [ "Classes", null, [ [ "BitmapDescriptor", "reference/com/google/android/gms/maps/model/BitmapDescriptor.html", null, null ], [ "BitmapDescriptorFactory", "reference/com/google/android/gms/maps/model/BitmapDescriptorFactory.html", null, null ], [ "CameraPosition", "reference/com/google/android/gms/maps/model/CameraPosition.html", null, null ], [ "CameraPosition.Builder", "reference/com/google/android/gms/maps/model/CameraPosition.Builder.html", null, null ], [ "Circle", "reference/com/google/android/gms/maps/model/Circle.html", null, null ], [ "CircleOptions", "reference/com/google/android/gms/maps/model/CircleOptions.html", null, null ], [ "GroundOverlay", "reference/com/google/android/gms/maps/model/GroundOverlay.html", null, null ], [ "GroundOverlayOptions", "reference/com/google/android/gms/maps/model/GroundOverlayOptions.html", null, null ], [ "LatLng", "reference/com/google/android/gms/maps/model/LatLng.html", null, null ], [ "LatLngBounds", "reference/com/google/android/gms/maps/model/LatLngBounds.html", null, null ], [ "LatLngBounds.Builder", "reference/com/google/android/gms/maps/model/LatLngBounds.Builder.html", null, null ], [ "Marker", "reference/com/google/android/gms/maps/model/Marker.html", null, null ], [ "MarkerOptions", "reference/com/google/android/gms/maps/model/MarkerOptions.html", null, null ], [ "Polygon", "reference/com/google/android/gms/maps/model/Polygon.html", null, null ], [ "PolygonOptions", "reference/com/google/android/gms/maps/model/PolygonOptions.html", null, null ], [ "Polyline", "reference/com/google/android/gms/maps/model/Polyline.html", null, null ], [ "PolylineOptions", "reference/com/google/android/gms/maps/model/PolylineOptions.html", null, null ], [ "Tile", "reference/com/google/android/gms/maps/model/Tile.html", null, null ], [ "TileOverlay", "reference/com/google/android/gms/maps/model/TileOverlay.html", null, null ], [ "TileOverlayOptions", "reference/com/google/android/gms/maps/model/TileOverlayOptions.html", null, null ], [ "UrlTileProvider", "reference/com/google/android/gms/maps/model/UrlTileProvider.html", null, null ], [ "VisibleRegion", "reference/com/google/android/gms/maps/model/VisibleRegion.html", null, null ] ]

Completed in 1149 milliseconds