HomeSort by relevance Sort by last modified time
    Searched defs:Outline (Results 1 - 7 of 7) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Outline.java 30 * @see Drawable#getOutline(Outline)
32 public final class Outline {
44 * Constructs an empty Outline. Call one of the setter methods to make
45 * the outline valid for use with a View.
47 public Outline() {}
50 * Constructs an Outline with a copy of the data in src.
52 public Outline(@NonNull Outline src) {
57 * Sets the outline to be empty.
68 * Returns whether the Outline is empty
    [all...]
  /frameworks/base/libs/hwui/
Outline.h 26 class Outline {
28 Outline()
44 void setConvexPath(const SkPath* outline, float alpha) {
45 if (!outline) {
50 mPath = *outline;
51 mBounds.set(outline->getBounds());
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 836 Status Outline(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 459 Status Outline(const Matrix *matrix = NULL,
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1390 Outline,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 915 milliseconds