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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 29 import java.awt.geom.Area;
56 private Area mArea = new Area();
64 public Area getJavaArea() {
69 * Combines two {@link Shape} into another one (actually an {@link Area}), according
77 * @return a new area or null.
79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) {
86 // result is always a new area.
87 Area result = new Area(shape1)
    [all...]
Path_Delegate.java 30 import java.awt.geom.Area;
181 // create an Area that can test if the path is a rect
182 Area area = new Area(pathDelegate.mPath); local
183 if (area.isRectangular()) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 40 import java.awt.geom.Area;
70 private Area mClip = null;
489 Area area = null; local
492 area = new Area(shape);
494 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
497 assert area != null;
500 if (area != null) {
502 layer.setClip(area);
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 61 import java.awt.geom.Area;
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 128 static int Area(SkIRect test) {
135 if (mLastAll.isEmpty() || Area(mLastAll) < Area(mAllDrawnIn)) {
188 // sometimes the text is not drawn entirely inside the cursor area, even though
    [all...]
CacheBuilder.cpp 1087 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(node); local
1199 HTMLTextAreaElement* area = static_cast<HTMLTextAreaElement*>(node); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 49 \subsection{blktrace Download Area}
    [all...]

Completed in 366 milliseconds