Searched defs:Shape (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/PCH/
H A Denum.h9 enum Shape { enum
16 enum Shape aRoundShape = Circle;
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.h69 class Shape { class in namespace:blink
75 static PassOwnPtr<Shape> createShape(const BasicShape*, const LayoutSize& logicalBoxSize, WritingMode, float margin);
76 static PassOwnPtr<Shape> createRasterShape(Image*, float threshold, const LayoutRect& imageRect, const LayoutRect& marginRect, WritingMode, float margin);
77 static PassOwnPtr<Shape> createEmptyRasterShape(WritingMode, float margin);
78 static PassOwnPtr<Shape> createLayoutBoxShape(const RoundedRect&, WritingMode, float margin);
80 virtual ~Shape() { }
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.h60 enum Shape { Default, Poly, Rect, Circle, Unknown }; enum in class:blink::FINAL
67 Shape m_shape;
/external/lldb/test/functionalities/data-formatter/data-formatter-categories/
H A Dmain.cpp14 struct Shape struct
17 Shape() : dummy(true) {} function in struct:Shape
20 struct Rectangle : public Shape {
26 struct Circle : public Shape {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js416 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
418 Flog.RayTracer.Shape.BaseShape = Class.create();
420 Flog.RayTracer.Shape.BaseShape.prototype = {
441 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
443 Flog.RayTracer.Shape.Sphere = Class.create();
445 Flog.RayTracer.Shape.Sphere.prototype = {
491 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js416 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
418 Flog.RayTracer.Shape.BaseShape = Class.create();
420 Flog.RayTracer.Shape.BaseShape.prototype = {
441 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
443 Flog.RayTracer.Shape.Sphere = Class.create();
445 Flog.RayTracer.Shape.Sphere.prototype = {
491 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShapeValue.h45 Shape, enumerator in enum:blink::ShapeValue::ShapeValueType
89 : m_type(Shape)
124 case Shape:
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.h77 class Shape { class in class:blink::Region
79 Shape();
80 Shape(const IntRect&);
81 Shape(size_t segmentsCapacity, size_t spansCapacity);
97 static Shape unionShapes(const Shape& shape1, const Shape& shape2);
98 static Shape intersectShapes(const Shape& shape1, const Shape
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js410 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
412 Flog.RayTracer.Shape.Sphere = Class.create();
414 Flog.RayTracer.Shape.Sphere.prototype = {
460 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
462 Flog.RayTracer.Shape.Plane = Class.create();
464 Flog.RayTracer.Shape.Plane.prototype = {
820 var sphere = new Flog.RayTracer.Shape.Sphere(
832 var sphere1 = new Flog.RayTracer.Shape
[all...]
/external/chromium_org/v8/benchmarks/
H A Draytrace.js415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
467 Flog.RayTracer.Shape.Plane = Class.create();
469 Flog.RayTracer.Shape.Plane.prototype = {
825 var sphere = new Flog.RayTracer.Shape.Sphere(
837 var sphere1 = new Flog.RayTracer.Shape
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dushape.cpp1182 unsigned int Shape; local
1275 Shape = shapeTable[nextLink & (LINKR + LINKL)]
1280 Shape &= 1;
1285 Shape = 1;
1287 Shape = 0;
1290 Shape = 1;
1292 Shape = 0;
1304 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape;
1307 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape);
1309 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape);
[all...]
/external/icu/icu4c/source/common/
H A Dushape.cpp1206 unsigned int Shape; local
1299 Shape = shapeTable[nextLink & (LINKR + LINKL)]
1304 Shape &= 1;
1309 Shape = 1;
1311 Shape = 0;
1314 Shape = 1;
1316 Shape = 0;
1328 dest[i] = 0xFE70 + IrrelevantPos[(dest[i] - 0x064B)] + Shape;
1331 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape);
1333 dest[i] = (UChar)(0xFE70 + (currLink >> 8) + Shape);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h95 U032 Shape; member in struct:__anon29562
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1248 milliseconds