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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java24 * Any Shape can be drawn to a Canvas with its own draw() method,
28 public abstract class Shape implements Cloneable { class in inherits:Cloneable
33 * Returns the width of the Shape.
40 * Returns the height of the Shape.
79 * Checks whether the Shape is opaque.
91 * @param width the new width of the Shape
92 * @param height the new height of the Shape
97 public Shape clone() throws CloneNotSupportedException {
98 return (Shape) super.clone();
/frameworks/base/libs/hwui/
H A DPathCache.h117 union Shape { union in struct:android::uirenderer::PathDescription
284 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",

Completed in 97 milliseconds