HomeSort by relevance Sort by last modified time
    Searched defs:area (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 16 int32_t area = width * height; // computed here since height will be modified local
50 fAreaSoFar += area;
GrRect.h 37 int area() const { return this->width() * this->height(); } function in struct:GrIRect16
57 /** Returns true if the rectangles have a nonzero area of overlap. It assumed that rects can be
  /external/valgrind/none/tests/linux/
mremap3.c 15 perror ("initial area");
21 void *area = mmap(initial_area, 4096, PROT_READ|PROT_WRITE, local
23 if (area == MAP_FAILED)
24 perror ("area");
25 if (area != initial_area)
27 printf("area= %p\n", area);
28 strcpy(area, "Hello World");
31 void *a2 = mremap(area, 4096, 40960, 0);
36 printf("FAILED : was expecting to get back the same area increased\n")
    [all...]
  /external/ImageMagick/MagickCore/
vision.h 40 area, member in struct:_CCObjectInfo
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 44 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
46 MemoryRegion* region = area->request(0, 4096);
59 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
61 MemoryRegion* region = area->request(0, 4096);
FragmentRefTest.cpp 46 MemoryArea* area = local
50 llvm::StringRef region = area->request(0, 4096);
  /external/ImageMagick/Magick++/lib/
ResourceLimits.cpp 13 void Magick::ResourceLimits::area(const MagickSizeType limit_) function in class:Magick::ResourceLimits
18 MagickCore::MagickSizeType Magick::ResourceLimits::area(void) function in class:Magick::ResourceLimits
  /external/iproute2/lib/
dnet_ntop.c 39 u_int16_t addr, area; local
45 area = addr >> 10;
55 if (do_digit(str + pos, &area, 10, &pos, len, &started))
58 if (do_digit(str + pos, &area, 1, &pos, len, &started))
dnet_pton.c 42 u_int16_t area = 0; local
46 pos = dnet_num(src, &area);
47 if ((pos == 0) || (area > 63) || (*(src + pos) != '.'))
53 addr = dn_htons((area << 10) | node);
  /external/opencv/cv/src/
_cvgeom.h 76 double area; /* area of the triangle */ member in struct:_CvTrianAttr
  /external/skia/tests/
BitmapGetColorTest.cpp 30 // specify an area that doesn't touch (0,0) and may extend beyond the
33 const SkIRect area = { 1, 1, 3, 3 }; local
43 bm.eraseArea(area, gRec[i].fInColor);
RecordTest.cpp 17 // Sums the area of any DrawRect command it sees.
28 int area() const { return fArea; } function in class:AreaSummer
66 // Its area should be 100.
69 REPORTER_ASSERT(r, summer.area() == 100);
75 // Now its area should be 100 + 400.
77 REPORTER_ASSERT(r, summer.area() == 500);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SizeAreaComparator.java 28 * Comparator for api1 {@link Camera.Size} objects by the area.
30 * <p>This comparator totally orders by rectangle area. Tie-breaks on width.</p>
48 long area = width * size.height; local
51 if (area == area2) {
55 return (area > area2) ? 1 : -1;
59 * Get the largest api1 {@code Camera.Size} from the list by comparing each size's area
  /frameworks/base/core/java/android/hardware/camera2/utils/
SizeAreaComparator.java 28 * Comparator for {@link Size} objects by the area.
30 * <p>This comparator totally orders by rectangle area. Tie-breaks on width.</p>
47 long area = width * size.getHeight(); local
50 if (area == area2) {
54 return (area > area2) ? 1 : -1;
58 * Get the largest {@code Size} from the list by comparing each size's area
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h 55 int32_t area; member in struct:android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore::RecordId
78 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 38 Composite area = (Composite) super.createDialogArea(parent); local
40 Composite workaround = PropertyFactory.addWorkaround(area);
45 return area;
  /device/generic/goldfish/camera/
EmulatedQemuCamera.cpp 94 * largest area and infer that the dimensions of that resolution must also
98 * dimension exceeding that of the max area resolution. */
100 /* First find the resolution with the maximum area, the "sensor size" */
105 int area = res.first * res.second; local
106 if (area > maxArea) {
107 maxArea = area;
  /external/ImageMagick/filters/
analyze.c 89 area,
146 area=0.0;
183 area++;
188 if (area <= 0.0)
190 brightness_mean=brightness_sum_x/area;
194 brightness_standard_deviation=sqrt(brightness_sum_x2/area-(brightness_sum_x/
195 area*brightness_sum_x/area));
201 brightness_kurtosis=(brightness_sum_x4/area-4.0*brightness_mean*
202 brightness_sum_x3/area+6.0*brightness_mean*brightness_mean
87 area, local
    [all...]
  /external/ImageMagick/www/source/
analyze.c 89 area,
146 area=0.0;
182 area++;
187 if (area <= 0.0)
189 brightness_mean=brightness_sum_x/area;
192 brightness_standard_deviation=sqrt(brightness_sum_x2/area-(brightness_sum_x/
193 area*brightness_sum_x/area));
198 brightness_kurtosis=(brightness_sum_x4/area-4.0*brightness_mean*
199 brightness_sum_x3/area+6.0*brightness_mean*brightness_mean
87 area, local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
InfoDialog.java 28 protected TextArea area; field in class:InfoDialog
33 return area;
48 area = new TextArea(message, 8, 80, TextArea.SCROLLBARS_VERTICAL_ONLY);
49 this.add("Center", area);
  /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))
326 // memory area, xferred vec regs, xferred int regs,
330 // Out: memory area, xferred vec regs, xferred int regs, addr reg1, addr reg2
337 // A memory area is filled with random data, and x13, x23, v17, v18, v19, v20
339 // x5 set to the middle of the memory area + AREG1OFF, and x6 set to AREG2VAL.
343 // 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!");
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
VehiclePropConfigBuilder.java 58 for (VehicleAreaConfig area : propConfig.areaConfigs) {
60 newArea.areaId = area.areaId;
61 newArea.minInt32Value = area.minInt32Value;
62 newArea.maxInt32Value = area.maxInt32Value;
63 newArea.minInt64Value = area.minInt64Value;
64 newArea.maxInt64Value = area.maxInt64Value;
65 newArea.minFloatValue = area.minFloatValue;
66 newArea.maxFloatValue = area.maxFloatValue;
113 VehicleAreaConfig area = new VehicleAreaConfig(); local
114 area.areaId = areaId
123 VehicleAreaConfig area = new VehicleAreaConfig(); local
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testjoystick.c 35 const SDL_Rect area = { x, y, w, h }; local
36 SDL_RenderFillRect(r, &area);

Completed in 1261 milliseconds

1 2 3 4 5 6 7 8 91011