Searched defs:Outline (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/
H A DOutline.java35 * @see Drawable#getOutline(Outline)
37 public final class Outline { class
72 * Constructs an empty Outline. Call one of the setter methods to make
75 public Outline() {} method in class:Outline
78 * Constructs an Outline with a copy of the data in src.
80 public Outline(@NonNull Outline src) { method in class:Outline
97 * Returns whether the Outline is empty.
122 * Sets the alpha represented by the Outline - the degree to which the
123 * 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
36 Outline() function in class:android::uirenderer::Outline::Type

Completed in 75 milliseconds