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

1 2

  /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;
188 // create an Area that can test if the path is a rect
189 Area area = new Area(pathDelegate.mPath); local
190 if (area.isRectangular()) {
  /external/mksh/src/
lalloc.c 34 static ALLOC_ITEM *findptr(ALLOC_ITEM **, char *, Area *);
37 ainit(Area *ap)
39 /* area pointer is an ALLOC_ITEM, just the head of the list */
44 findptr(ALLOC_ITEM **lpp, char *ptr, Area *ap)
77 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap)
85 aresize(void *ptr, size_t numb, Area *ap)
104 /* this only works because Area is an ALLOC_ITEM */
112 afree(void *ptr, Area *ap)
126 afreeall(Area *ap)
sh.h 651 typedef struct lalloc Area;
654 EXTERN Area aperm; /* permanent object space */
656 #define ATEMP &e->area
693 Area area; /* temporary allocation area */ member in struct:env
1062 Area *areap; /* area shf/buf were allocated in */
1079 Area *areap; /* area to allocate entries *
1207 Area area; \/* area to allocate things *\/ member in struct:block
    [all...]
tree.c 34 static struct ioword **iocopy(struct ioword **, Area *);
35 static void iofree(struct ioword **, Area *);
521 tcopy(struct op *t, Area *ap)
578 wdcopy(const char *wp, Area *ap)
659 iocopy(struct ioword **iow, Area *ap)
692 tfree(struct op *t, Area *ap)
728 iofree(struct ioword **iow, Area *ap)
eval.c 68 static char *valsub(struct op *, Area *);
    [all...]
lex.c 1244 pushs(int type, Area *areap)
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 48 enum Area {
51 WEBLINK_AREA, // Area is a hyperlink.
52 DOCLINK_AREA, // Area is a link to a different part of the same document.
66 Area GetCharIndex(const pp::Point& point, int rotation, int* char_index,
105 Area GetLinkTarget(FPDF_LINK link, LinkTarget* target);
107 Area GetDestinationTarget(FPDF_DEST destination, LinkTarget* target);
pdfium_page.cc 149 Area area; local
153 area = GetLinkTarget(link, &targets[0]);
158 area = targets.size() == 0 ? TEXT_AREA : WEBLINK_AREA;
174 if (area == DOCLINK_AREA) {
177 } else if (area == WEBLINK_AREA && link) {
179 } else if (area == WEBLINK_AREA && !link) {
243 PDFiumPage::Area PDFiumPage::GetCharIndex(const pp::Point& point,
263 // and we should proceed with area detection.
264 PDFiumPage::Area area = GetLinkTarget(link, target) local
    [all...]
pdfium_engine.h 254 PDFiumPage::Area GetCharIndex(const pp::MouseInputEvent& event,
258 PDFiumPage::Area GetCharIndex(const pp::Point& point,
323 // coordinates (i.e. 0,0 is top left corner of plugin area). If it's not
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 39 protected final List<Camera.Area> mMeteringAreas = new ArrayList<>();
40 protected final List<Camera.Area> mFocusAreas = new ArrayList<>();
369 public void setMeteringAreas(List<Camera.Area> areas) {
376 public List<Camera.Area> getMeteringAreas() {
377 return new ArrayList<Camera.Area>(mMeteringAreas);
415 public void setFocusAreas(List<Camera.Area> areas) {
422 public List<Camera.Area> getFocusAreas() {
423 return new ArrayList<Camera.Area>(mFocusAreas);
AndroidCamera2Settings.java 284 List<android.hardware.Camera.Area> reference) {
289 android.hardware.Camera.Area source = reference.get(index);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 24 import android.hardware.Camera.Area;
58 /** The default normalized area uses the default normalized rectangle with a weight=1 */
59 public static final Camera.Area CAMERA_AREA_DEFAULT =
60 new Camera.Area(new Rect(NORMALIZED_RECTANGLE_DEFAULT),
89 * The metering area scaled to the range of [-1000, 1000].
92 public final Camera.Area meteringArea;
106 public MeteringData(Area meteringArea, Rect previewMetering, Rect reportedMetering) {
283 * Returns the largest supported picture size, as compared by its area.
293 * Convert a camera area into a human-readable string.
295 public static String stringFromArea(Camera.Area area)
    [all...]
LegacyRequestMapper.java 136 List<Camera.Area> meteringAreaList = convertMeteringRegionsToLegacy(
150 List<Camera.Area> focusAreaList = convertMeteringRegionsToLegacy(
481 private static List<Camera.Area> convertMeteringRegionsToLegacy(
508 List<Camera.Area> meteringAreaList = new ArrayList<>(countMeteringAreas);
LegacyResultMapper.java 383 List<Camera.Area> meteringAreaList, String regionName) {
386 for (Camera.Area area : meteringAreaList) {
389 activeArray, zoomData, area);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 98 struct Area {
101 Area() {}
102 Area(int left, int top, int right, int bottom, int weight):
109 Vector<Area> focusingAreas;
128 Vector<Area> meteringAreas;
309 Vector<Area> *areas);
316 status_t validateAreas(const Vector<Area> &areas,
Parameters.cpp 734 focusingAreas.add(Parameters::Area(0,0,0,0,0));
786 meteringAreas.add(Parameters::Area(0, 0, 0, 0, 0));
2494 const char* area = areasStr.string() + areaStart; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 24 import android.hardware.Camera.Area;
40 * one metering area defined. The second one has tests with two metering areas
43 * be assigned to each area. For different tests, we use different ways to
60 /** The maximum number of metering area the device supports. */
63 private List<Camera.Area> mGreyAreas;
91 // Looks up how many metering area the device supports.
94 Log.v(TAG, String.format("Maximum number if metering area is %d", mMaxNumMeteringArea));
231 * when one metering area is added.
239 Log.v(TAG, "Running one area Test");
241 // Test case 1: Two images have the same metering area. Image 1 ha
555 Camera.Area area = new Camera.Area(areaRect, weight); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java 23 import android.hardware.Camera.Area;
45 * This also handles the metering area because it is the same as focus area.
59 * (8) The camera has autofocus and supports focus area. Touch the screen to
61 * (9) The camera has autofocus and supports focus area. Touch the screen to
63 * (10) The camera has no autofocus and supports metering area. Touch the screen
64 * to change metering area.
94 private List<Area> mFocusArea; // focus area in driver format
95 private List<Area> mMeteringArea; // metering area in driver forma
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 27 import android.hardware.Camera.Area;
42 // This also handles the metering area because it is the same as focus area.
67 private List<Area> mFocusArea; // focus area in driver format
68 private List<Area> mMeteringArea; // metering area in driver format
261 mFocusArea = new ArrayList<Area>();
262 mFocusArea.add(new Area(new Rect(), 1));
263 mMeteringArea = new ArrayList<Area>();
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
  /frameworks/base/core/java/android/hardware/
Camera.java 2567 Area area = areas.get(i); local
4205 Area area = result.get(0); local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
FocusOverlayManager.java 23 import android.hardware.Camera.Area;
39 * This also handles the metering area because it is the same as focus area.
53 * (8) The camera has autofocus and supports focus area. Touch the screen to
55 * (9) The camera has autofocus and supports focus area. Touch the screen to
57 * (10) The camera has no autofocus and supports metering area. Touch the screen
58 * to change metering area.
88 private List<Object> mFocusArea; // focus area in driver format
89 private List<Object> mMeteringArea; // metering area in driver format
317 mFocusArea.add(new Area(new Rect(), 1))
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 41 import java.awt.geom.Area;
71 private Area mClip = null;
496 Area area = null; local
499 area = new Area(shape);
501 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
504 assert area != null;
507 if (area != null) {
509 layer.setClip(area);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 24 import android.hardware.Camera.Area;
    [all...]

Completed in 925 milliseconds

1 2