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

  /external/clang/test/PCH/
enum.h 9 enum Shape {
16 enum Shape aRoundShape = Circle;
  /external/lldb/test/functionalities/data-formatter/data-formatter-categories/
main.cpp 14 struct Shape
17 Shape() : dummy(true) {}
20 struct Rectangle : public Shape {
26 struct Circle : public Shape {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 65 // that will fit within or around a shape. The line is defined by a pair of logical Y coordinates and the
69 class Shape {
72 Path shape; member in struct:blink::Shape::DisplayPaths
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/
HTMLAreaElement.h 60 enum Shape { Default, Poly, Rect, Circle, Unknown };
67 Shape m_shape;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 59 // flog/shape/baseshape.js
60 // flog/shape/sphere.js
61 // flog/shape/plane.js
416 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()
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 59 // flog/shape/baseshape.js
60 // flog/shape/sphere.js
61 // flog/shape/plane.js
416 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()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 45 Shape,
50 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
52 return adoptRef(new ShapeValue(shape, cssBox));
66 BasicShape* shape() const { return m_shape.get(); } function in class:blink::ShapeValue
88 ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
89 : m_type(Shape)
90 , m_shape(shape)
124 case Shape:
125 return shape() == other.shape() && cssBox() == other.cssBox()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 77 class Shape {
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& shape2)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 64 // flog/shape/baseshape.js
65 // flog/shape/sphere.js
66 // flog/shape/plane.js
415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
428 info.shape = this;
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 59 // flog/shape/baseshape.js
60 // flog/shape/sphere.js
61 // flog/shape/plane.js
410 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
412 Flog.RayTracer.Shape.Sphere = Class.create();
414 Flog.RayTracer.Shape.Sphere.prototype = {
423 info.shape = this;
460 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/chromium_org/v8/benchmarks/
raytrace.js 64 // flog/shape/baseshape.js
65 // flog/shape/sphere.js
66 // flog/shape/plane.js
415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
428 info.shape = this;
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ushape.cpp     [all...]
  /external/icu/icu4c/source/common/
ushape.cpp     [all...]
  /developers/build/lib/
assetstudio.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 350 milliseconds