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

/frameworks/base/graphics/java/android/graphics/
H A DOutline.java30 * @see Drawable#getOutline(Outline)
32 public final class Outline { class
44 * Constructs an empty Outline. Call one of the setter methods to make
47 public Outline() {} method in class:Outline
50 * Constructs an Outline with a copy of the data in src.
52 public Outline(@NonNull Outline src) { method in class:Outline
68 * Returns whether the Outline is empty.
93 * Sets the alpha represented by the Outline - the degree to which the
94 * producer is guaranteed to be opaque over the Outline'
[all...]
/frameworks/base/libs/hwui/
H A DOutline.h26 class Outline { class in namespace:android::uirenderer
28 Outline() function in class:android::uirenderer::Outline

Completed in 288 milliseconds