/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/skqp/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/adhd/cras/src/server/ |
cras_audio_area.c | 15 struct cras_audio_area *area; local 18 sz = sizeof(*area) + num_channels * sizeof(struct cras_channel_area); 19 area = calloc(1, sz); 20 area->num_channels = num_channels; 22 return area; 62 void cras_audio_area_destroy(struct cras_audio_area *area) 64 free(area); 67 void cras_audio_area_config_channels(struct cras_audio_area *area, 80 channel_area_set_channel(area->channels, CRAS_CH_FL); 81 channel_area_set_channel(area->channels, CRAS_CH_FR) [all...] |
/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);
|
/external/skqp/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,
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
RegionVerifier.java | 47 Rect area = subRegionVerifier.region.getBounds(); local 49 subRegionVerifier.verifier, area); 52 Rect area = new Rect(); local 53 while (iter.next(area)) { 55 subRegionVerifier.verifier, area); 68 public RegionVerifier addVerifier(Rect area, BitmapVerifier verifier) { 69 return addVerifier(new Region(area), verifier); 72 public RegionVerifier addVerifier(Region area, BitmapVerifier verifier) { 73 mRegionVerifiers.add(new SubRegionVerifiers(area, verifier));
|
/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;
|
/system/vold/ |
CheckEncryption.cpp | 97 std::string area; local 117 area.append(buf, l); 122 LOG(DEBUG) << "Searching " << area.size() << " bytes of " << needle; 123 LOG(DEBUG) << "First position of blob: " << area.find(randomhex);
|
/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...] |