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

1 2 3

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
Shape.java 18 public interface Shape {
  /external/clang/test/PCH/
enum.h 9 enum Shape {
16 enum Shape aRoundShape = Circle;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 25 * Defines a generic graphical "shape."
26 * Any Shape can be drawn to a Canvas with its own draw() method,
30 public abstract class Shape implements Cloneable {
35 * Returns the width of the Shape.
42 * Returns the height of the Shape.
49 * Draw this shape into the provided Canvas, with the provided Paint.
52 * @param canvas the Canvas within which this shape should be drawn
53 * @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/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
Shape.java 18 public class Shape {
  /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...]
  /external/gemmlowp/test/
benchmark_meta_gemm.cc 64 struct Shape {
73 Shape(std::int32_t n, std::int32_t m, std::int32_t k)
104 double run_gemms(std::vector<Shape>* shapes) {
106 for (auto& shape : *shapes) {
107 ops += run_gemm(shape.n, shape.m, shape.k, shape.working_set().lhs,
108 shape.working_set().rhs, shape.working_set().result)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.h 35 struct Shape;
51 Shape
52 *Ancestor; // If not nullptr, this shape is the relevant one for purposes
80 // Branches become processed after we finish the shape relevant to them. For
82 // continues and are now processed. When we calculate what shape to generate
89 Shape *Parent; // The shape we are directly inside
110 /// Represents a structured control flow shape
112 struct Shape {
115 Shape *Next; // The shape that will appear in the code right after this on
    [all...]
  /external/skia/gm/
aaxfermodes.cpp 34 enum Shape {
151 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode);
230 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkXfermode::Mode mode) {
232 shapePaint.setAntiAlias(kSquare_Shape != shape);
242 switch (shape) {
268 SkFAIL("Invalid shape.");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Example2_24Test.java 41 this.yamlConstructors.put(new Tag("tag:clarkevans.com,2002:shape"),
55 Shape shape = new Shape(values); local
56 return shape;
96 this.representers.put(Shape.class, new RepresentShape());
105 Shape shape = (Shape) data; local
106 List<Entity> value = shape.getEntities()
240 Shape shape = (Shape) yaml.load(Util.getLocalResource("specification\/example2_24.yaml")); local
    [all...]
  /frameworks/base/libs/hwui/
TessellationCache.h 68 union Shape {
75 } shape; member in struct:android::uirenderer::TessellationCache::Description
PathCache.h 131 union Shape {
159 } shape; member in struct:android::uirenderer::PathDescription
166 * A simple LRU shape cache. The cache has a maximum size expressed in bytes.
262 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 62 * <p>It can be defined in an XML file with the <code>&lt;shape></code> element. For more
96 * Shape is a rectangle, possibly with rounded corners
101 * Shape is an ellipse
106 * Shape is a line
111 * Shape is a ring.
118 public @interface Shape {}
226 * is honored only when the shape is of type {@link #RECTANGLE}.
265 * rectangle. This property is honored only when the shape is of type
272 * @param radius The radius in pixels of the corners of the rectangle shape
290 * @return the radius in pixels of the corners of the rectangle shape, or
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp     [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gradle-plugin/com/android/tools/asset-studio/24.4.0-beta3/
asset-studio-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/24.4.0-beta6/
asset-studio-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/24.5.0/
asset-studio-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0/
asset-studio-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha1/
asset-studio-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha3/
asset-studio-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha5/
asset-studio-25.0.0-alpha5.jar 

Completed in 385 milliseconds

1 2 3