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

/frameworks/base/graphics/java/android/graphics/
H A DOutline.java31 * @see Drawable#getOutline(Outline)
33 public final class Outline { class
45 * Constructs an empty Outline. Call one of the setter methods to make
48 public Outline() {} method in class:Outline
51 * Constructs an Outline with a copy of the data in src.
53 public Outline(@NonNull Outline src) { method in class:Outline
69 * Returns whether the Outline is empty.
94 * Sets the alpha represented by the Outline - the degree to which the
95 * producer is guaranteed to be opaque over the Outline'
[all...]
/frameworks/base/libs/hwui/
H A DOutline.h27 class Outline { class in namespace:android::uirenderer
29 Outline() function in class:android::uirenderer::Outline

Completed in 1774 milliseconds