HomeSort by relevance Sort by last modified time
    Searched refs:Area (Results 1 - 25 of 46) 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 31 import java.awt.geom.Area;
193 // create an Area that can test if the path is a rect
194 Area area = new Area(pathDelegate.mPath); local
195 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 711 typedef struct lalloc Area;
714 EXTERN Area aperm; /* permanent object space */
716 #define ATEMP &e->area
753 Area area; /* temporary allocation area */ member in struct:env
1133 Area *areap; /* area shf/buf were allocated in */
1280 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 *);
514 tcopy(struct op *t, Area *ap)
571 wdcopy(const char *wp, Area *ap)
655 iocopy(struct ioword **iow, Area *ap)
688 tfree(struct op *t, Area *ap)
723 iofree(struct ioword **iow, Area *ap)
eval.c 70 static char *valsub(struct op *, Area *);
    [all...]
histrap.c 41 static int hist_execute(char *, Area *);
372 hist_execute(char *cmd, Area *areap)
    [all...]
  /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 293 List<android.hardware.Camera.Area> reference) {
298 android.hardware.Camera.Area source = reference.get(index);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 24 import android.hardware.Camera.Area;
56 /** The default normalized area uses the default normalized rectangle with a weight=1 */
57 public static final Camera.Area CAMERA_AREA_DEFAULT =
58 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(
484 private static List<Camera.Area> convertMeteringRegionsToLegacy(
511 List<Camera.Area> meteringAreaList = new ArrayList<>(countMeteringAreas);
LegacyResultMapper.java 385 List<Camera.Area> meteringAreaList, String regionName) {
388 for (Camera.Area area : meteringAreaList) {
391 activeArray, zoomData, area);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 100 struct Area {
103 Area() {}
104 Area(int left, int top, int right, int bottom, int weight):
111 Vector<Area> focusingAreas;
130 Vector<Area> meteringAreas;
311 Vector<Area> *areas);
318 status_t validateAreas(const Vector<Area> &areas,
  /packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java 21 import android.hardware.Camera.Area;
46 * This also handles the metering area because it is the same as focus area.
60 * (8) The camera has autofocus and supports focus area. Touch the screen to
62 * (9) The camera has autofocus and supports focus area. Touch the screen to
64 * (10) The camera has no autofocus and supports metering area. Touch the screen
65 * to change metering area.
95 private List<Area> mFocusArea; // focus area in driver format
96 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 2575 Area area = areas.get(i); local
4213 Area area = result.get(0); local
    [all...]
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 864 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (),
915 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (),
1003 ((overlap.t - fAreaSpec.Area ().t) /
1070 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (),
1121 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (),
1210 ((overlap.l - fAreaSpec.Area ().l) /
1277 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (),
1328 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().H (),
1389 ((overlap.t - fAreaSpec.Area ().t) /
1454 uint32 scales = SafeUint32DivideUp (fAreaSpec.Area ().W ()
    [all...]
dng_misc_opcodes.h 56 /// \brief A class to describe an area of an image, including a pixel subrectangle,
83 /// Create an empty area.
85 dng_area_spec (const dng_rect &area = dng_rect (),
91 : fArea (area)
100 /// The pixel area.
102 const dng_rect & Area () const
135 /// Read area data from the specified stream.
139 /// Write area data to the specified stream.
143 /// Compute and return pixel area overlap (i.e., intersection) between this
144 /// area and the specified tile
    [all...]
dng_opcodes.cpp 301 dstBuffer.Area (),
487 // Process area.
dng_pixel_buffer.h 32 /// Compute best set of step values for a given source and destination area and stride.
92 // Area this buffer holds.
130 // Ensure pixel to be accessed lies inside valid area.
171 /// \param size Area covered by the pixel buffer
180 dng_pixel_buffer (const dng_rect &area, uint32 plane, uint32 planes,
198 const dng_rect & Area () const
497 /// Initialize a rectangular area of pixel buffer to a constant.
498 /// \param area Rectangle of pixel buffer to set.
503 void SetConstant (const dng_rect &area,
508 /// Initialize a rectangular area of pixel buffer to a constant unsigned 8-bit value
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 22 import android.hardware.Camera.Area;
35 * This also handles the metering area because it is the same as focus area.
49 * (8) The camera has autofocus and supports focus area. Touch the screen to
51 * (9) The camera has autofocus and supports focus area. Touch the screen to
53 * (10) The camera has no autofocus and supports metering area. Touch the screen
54 * to change metering area.
87 private List<Object> mFocusArea; // focus area in driver format
88 private List<Object> mMeteringArea; // metering area in driver format
309 mFocusArea.add(new Area(new Rect(), 1))
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexPolyhedron.cpp 185 btScalar Area = ((p0 - p1).cross(p0 - p2)).length() * 0.5f;
187 m_localCenter += Area * Center;
188 TotalArea += Area;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 42 import java.awt.geom.Area;
72 private Area mClip = null;
497 Area area = null; local
500 area = new Area(shape);
502 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
505 assert area != null;
508 if (area != null) {
510 layer.setClip(area);
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 24 import android.hardware.Camera.Area;
    [all...]

Completed in 3547 milliseconds

1 2