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

  /external/clang/test/PCH/
enum.h 13 Circle
16 enum Shape aRoundShape = Circle;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 61 enum Shape { Default, Poly, Rect, Circle, Unknown };
  /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/chrome/browser/resources/file_manager/foreground/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) {
  /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/css/
CSSGradientValue.cpp 831 result.appendLiteral("circle");
    [all...]
  /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/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 245 Circle,

Completed in 166 milliseconds