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

  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 47 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
  /frameworks/base/graphics/java/android/graphics/
Outline.java 35 * @see Drawable#getOutline(Outline)
37 public final class Outline {
76 * Constructs an empty Outline. Call one of the setter methods to make
77 * the outline valid for use with a View.
79 public Outline() {}
82 * Constructs an Outline with a copy of the data in src.
84 public Outline(@NonNull Outline src) {
89 * Sets the outline to be empty.
104 * Returns whether the Outline is empty
    [all...]
  /frameworks/base/libs/hwui/
Outline.h 27 class Outline {
36 Outline()
58 // update mPath to reflect new outline
68 void setConvexPath(const SkPath* outline, float alpha) {
69 if (!outline) {
74 mPath = *outline;
75 mBounds.set(outline->getBounds());
  /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/r8/src/main/java/com/android/tools/r8/ir/optimize/
Outliner.java 62 private final Map<Outline, List<DexEncodedMethod>> candidates = new HashMap<>();
63 private final Map<Outline, DexMethod> generatedOutlines = new HashMap<>();
71 // Representation of an outline.
72 // This includes the instructions in the outline, and a map from the arguments of this outline
75 // E.g. an outline of two StringBuilder.append(String) calls could look like this:
91 // the outline are taken from the block where they are collected as candidates. The comparison
93 public class Outline implements Comparable<Outline> {
103 // Build an outline over the instructions [start, end[
621 Outline outline = new Outline( local
781 final private Outline outline; field in class:Outliner.OutlineSourceCode
949 private Outline outline; field in class:Outliner.OutlineCode
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 399 Outline = 4,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 1329 milliseconds