/external/clang/test/PCH/ |
enum.h | 9 enum Shape { 16 enum Shape aRoundShape = Circle;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
Shape.h | 57 // that will fit within or around a shape. The line is defined by a pair of logical Y coordinates and the 61 class Shape { 63 static PassOwnPtr<Shape> createShape(const BasicShape*, const LayoutSize& logicalBoxSize, WritingMode, Length margin, Length padding); 64 static PassOwnPtr<Shape> createShape(const StyleImage*, float threshold, const LayoutSize& logicalBoxSize, WritingMode, Length margin, Length padding); 65 static PassOwnPtr<Shape> createLayoutBoxShape(const LayoutSize& logicalBoxSize, WritingMode, const Length& margin, const Length& padding); 67 virtual ~Shape() { }
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAreaElement.h | 61 enum Shape { Default, Poly, Rect, Circle, Unknown }; 68 Shape m_shape;
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
Shape.java | 23 * Defines a generic graphical "shape." 24 * Any Shape can be drawn to a Canvas with its own draw() method, 28 public abstract class Shape implements Cloneable { 33 * Returns the width of the Shape. 40 * Returns the height of the Shape. 48 * Draw this shape into the provided Canvas, with the provided Paint. 51 * @param canvas the Canvas within which this shape should be drawn 52 * @param paint the Paint object that defines this shape's characteristics 58 * Resizes the dimensions of this shape. 61 * @param width the width of the shape (in pixels [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
Region.h | 77 class Shape { 79 Shape(); 80 Shape(const IntRect&); 94 static Shape unionShapes(const Shape& shape1, const Shape& shape2); 95 static Shape intersectShapes(const Shape& shape1, const Shape& shape2); 96 static Shape subtractShapes(const Shape& shape1, const Shape& shape2) [all...] |
/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, 51 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape) 53 return adoptRef(new ShapeValue(shape)); 72 BasicShape* shape() const { return m_shape.get(); } function in class:WebCore::ShapeValue 88 ShapeValue(PassRefPtr<BasicShape> shape) 89 : m_type(Shape) 90 , m_shape(shape)
|
/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/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...] |
/frameworks/base/libs/hwui/ |
PathCache.h | 117 union Shape { 145 } shape; member in struct:android::uirenderer::PathDescription 177 * A simple LRU shape cache. The cache has a maximum size expressed in bytes. 284 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
|
/external/chromium_org/third_party/icu/source/common/ |
ushape.c | [all...] |
/external/icu4c/common/ |
ushape.cpp | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
riva_mmio.h | 95 U032 Shape;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D'] 135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle', 161 "shape": "classic", 825 class Shape(object): 845 raise TurtleGraphicsError("There is no shape type %s" % type_) 849 """Add component to a shape of type compound. 860 >>> s = Shape("compound") 865 raise TurtleGraphicsError("Cannot add component to %s Shape" 2657 def shape(self, name=None): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D'] 135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle', 161 "shape": "classic", 825 class Shape(object): 845 raise TurtleGraphicsError("There is no shape type %s" % type_) 849 """Add component to a shape of type compound. 860 >>> s = Shape("compound") 865 raise TurtleGraphicsError("Cannot add component to %s Shape" 2657 def shape(self, name=None): function [all...] |
/developers/build/lib/ |
assetstudio.jar | |
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |