HomeSort by relevance Sort by last modified time
    Searched defs:area (Results 26 - 50 of 280) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Ellipse.java 181 /** @return The area of this {@link Ellipse} as {@link MathUtils#PI} * {@link Ellipse#width} * {@link Ellipse#height} */
182 public float area () { method in class:Ellipse
Polygon.java 160 /** Returns the area contained within the polygon. */
161 public float area () { method in class:Polygon
  /external/opencv3/apps/traincascade/
features.cpp 15 double area = normrect.width * normrect.height; local
20 return (float) sqrt( (double) (area * valSqSum - (double)valSum * valSum) );
  /external/opencv3/modules/core/misc/java/src/java/
core+Rect.java 64 public double area() { method in class:Rect
  /external/opencv3/samples/cpp/
ffilldemo.cpp 54 int area; local
59 area = floodFill(dst, mask, seed, newVal, &ccomp, Scalar(lo, lo, lo),
65 area = floodFill(dst, seed, newVal, &ccomp, Scalar(lo, lo, lo),
70 cout << area << " pixels were repainted\n"; local
  /external/valgrind/none/tests/arm64/
memory.c 115 unsigned char area[512]; local
118 do { int i; for (i = 0; i < sizeof(area); i++) \
119 area[i] = i | 0x80; \
122 #define AREA_MID (((ULong)(&area[(sizeof(area)/2)-1])) & (~(ULong)0xF))
314 // memory area, xferred vec regs, xferred int regs,
318 // Out: memory area, xferred vec regs, xferred int regs, addr reg1, addr reg2
325 // A memory area is filled with random data, and x13, x23, v17, v18, v19, v20
327 // x5 set to the middle of the memory area + AREG1OFF, and x6 set to AREG2VAL.
331 // the memory area
    [all...]
  /external/vboot_reference/futility/
traversal.c 107 {"GBB Area", CB_FMAP_GBB},
116 const struct bios_area_s *area)
119 for (; area->name; area++)
120 if (!fmap_find_by_name(buf, len, fmap, area->name, 0))
203 const struct bios_area_s *area; local
224 for (area = bios_area; area->name; area++) {
226 fmap_find_by_name(buf, len, fmap, area->name, &ah)
    [all...]
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 96 // the shadow is within the clip area.
128 double area = 0; local
137 area += a;
142 if (area != 0) {
143 centroid = (Vector2){static_cast<float>(sumx / (3 * area)),
144 static_cast<float>(sumy / (3 * area))};
146 ALOGW("Area is 0 while computing centroid!");
  /prebuilts/misc/windows/sdl2/test/
testjoystick.c 35 const SDL_Rect area = { x, y, w, h }; local
36 SDL_RenderFillRect(r, &area);
  /external/drm_hwcomposer/
separate_rects.h 78 TFloat area() const { function in struct:separate_rects::Rect
157 // overlapping rectangles that cover the exact same area and outputs those non-
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 74 Composite area = (Composite) super.createDialogArea(parent); local
80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP);
84 m_valueText = new Text(area, SWT.BORDER | SWT.SINGLE);
109 return area;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 93 public static void setText(TextComponent area, String newText) {
94 String foo = area.getText();
96 area.setText(newText);
  /external/opencv3/modules/core/misc/java/test/
SizeTest.java 23 double area = sz1.area(); local
24 assertEquals(100.0, area);
  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 157 int area = templ->rows*templ->cols; local
162 b_sum2 += (b_sdv.val[i]*b_sdv.val[i] + b_mean.val[i]*b_mean.val[i])*area;
182 b_denom += b_sdv.val[i]*b_sdv.val[i]*area;
291 denom = a_sum2.val[0] - (a_sum.val[0]*a_sum.val[0])/area;
292 denom += a_sum2.val[1] - (a_sum.val[1]*a_sum.val[1])/area;
293 denom += a_sum2.val[2] - (a_sum.val[2]*a_sum.val[2])/area;
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 84 int area = width * height; local
85 byte[] matrix = new byte[area];
90 System.arraycopy(yuvData, inputOffset, matrix, 0, area);
  /frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp 33 ClipArea area; local
34 area.setViewportDimensions(kViewportBounds.getWidth(), kViewportBounds.getHeight());
35 return area;
89 ClipArea area(createClipArea());
90 EXPECT_FALSE(area.isEmpty());
94 ClipArea area(createClipArea());
98 area.clipPathWithTransform(path, &Matrix4::identity(), SkRegion::kIntersect_Op);
99 EXPECT_FALSE(area.isEmpty());
100 EXPECT_FALSE(area.isSimple());
101 EXPECT_FALSE(area.isRectangleList())
    [all...]
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 104 uint32_t area = mWidth * mHeight; local
111 if (area > mConfigs[i].minResolution && area <= mConfigs[i].maxResolution)
114 else if (area == mConfigs[i].minResolution && area == QCIF_AREA)
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
PictureSizeCalculator.java 116 long pixels = candidate.area();
162 long largestArea = largestSize.area();
164 long area = candidate.area(); local
165 if (area > largestArea) {
  /packages/apps/Camera2/src/com/android/camera/util/
Size.java 122 public long area() { method in class:Size
  /packages/services/Car/car-lib/src/android/car/hardware/
CarPropertyConfig.java 57 /** Returns true if this property doesn't hold car area-specific configuration */
76 * Throws {@link IllegalStateException} if supported area count not equals to one.
80 throw new IllegalStateException("Expected one and only area in this property. Prop: 0x"
92 AreaConfig<T> area = mSupportedAreas.get(areaId); local
93 return area == null ? null : area.getMinValue();
98 AreaConfig<T> area = mSupportedAreas.get(areaId); local
99 return area == null ? null : area.getMaxValue();
104 AreaConfig<T> area = mSupportedAreas.valueAt(0) local
110 AreaConfig<T> area = mSupportedAreas.valueAt(0); local
140 AreaConfig<T> area = in.readParcelable(getClass().getClassLoader()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 84 Composite area = (Composite) super.createDialogArea(parent); local
85 Composite container = new Composite(area, SWT.NONE);
96 return area;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 158 int area = sizes[i].getWidth() * sizes[i].getHeight(); local
159 if (area > maxArea ||
160 (area == maxArea && sizes[i].getWidth() > maxSize.getWidth())) {
162 maxArea = area;
  /cts/tests/tests/media/src/android/media/cts/
CodecUtils.java 130 CodecImage image, Rect area, int y, int u, int v);
132 public static void fillImageRectWithYUV(Image image, Rect area, int y, int u, int v) {
133 fillImageRectWithYUV(ImageWrapper.createFromImage(image), area, y, u, v); local
136 public native static long[] getRawStats(CodecImage image, Rect area);
138 public static long[] getRawStats(Image image, Rect area) {
139 return getRawStats(ImageWrapper.createFromImage(image), area);
142 public native static float[] getYUVStats(CodecImage image, Rect area);
144 public static float[] getYUVStats(Image image, Rect area) {
145 return getYUVStats(ImageWrapper.createFromImage(image), area);
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 322 double Magick::ChannelStatistics::area() const function in class:Magick::ChannelStatistics
405 _area(channelStatistics_->area),
  /external/ImageMagick/MagickCore/
geometry.c 511 % o width, height: the larger area the region is relative to
1405 area, local
    [all...]

Completed in 869 milliseconds

12 3 4 5 6 7 8 91011>>