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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.cpp 17 int32_t area = width * height; // computed here since height will be modified local
51 fAreaSoFar += area;
  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 17 int32_t area = width * height; // computed here since height will be modified local
51 fAreaSoFar += area;
  /external/valgrind/main/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/chromium_org/v8/test/webkit/fast/js/kde/
Prototype.js 35 Square.prototype.area = Square_area;
37 shouldBe("s.area()", "9");
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 49 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
51 MemoryRegion* region = area->request(0, 4096);
64 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
66 MemoryRegion* region = area->request(0, 4096);
FragmentRefTest.cpp 50 MemoryArea* area = areaFactory->produce(path, FileHandle::ReadWrite); local
52 llvm::StringRef region = area->request(0, 4096);
  /external/chromium_org/printing/
pdf_render_settings.h 16 // gfx::Rect - render area
24 PdfRenderSettings(gfx::Rect area, int dpi, bool autorotate)
25 : PdfRenderSettingsBase(area, dpi, autorotate) {}
28 const gfx::Rect& area() const { return a; } function in class:printing::PdfRenderSettings
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.h 58 StorageArea* area() const { return m_storageArea.get(); } function in class:blink::FINAL
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 37 int area() const { return this->width() * this->height(); } function in struct:GrIRect16
  /external/chromium_org/third_party/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 16 // Sums the area of any DrawRect command it sees.
27 int area() const { return fArea; } function in class:AreaSummer
65 // Its area should be 100.
68 REPORTER_ASSERT(r, summer.area() == 100);
74 // Now its area should be 100 + 400.
76 REPORTER_ASSERT(r, summer.area() == 500);
  /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/qemu/distrib/sdl-1.2.15/test/
testjoystick.c 99 SDL_Rect area; local
101 area.x = i*34;
102 area.y = SCREEN_HEIGHT-34;
103 area.w = 32;
104 area.h = 32;
106 SDL_FillRect(screen, &area, 0xFFFF);
108 SDL_FillRect(screen, &area, 0x0000);
110 SDL_UpdateRects(screen, 1, &area);
  /external/skia/include/gpu/
GrRect.h 25 int area() const { return this->width() * this->height(); } function in struct:GrIRect16
  /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 13 // Sums the area of any DrawRect command it sees.
24 int area() const { return fArea; } function in class:AreaSummer
60 // Its area should be 100.
63 REPORTER_ASSERT(r, summer.area() == 100);
69 // Now its area should be 100 + 400.
71 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
  /external/chromium_org/cc/output/
copy_output_request.h 47 // area is given, then the intersection of this rect (in layer space) with
49 void set_area(const gfx::Rect& area) {
51 area_ = area;
54 gfx::Rect area() const { return area_; } function in class:cc::CopyOutputRequest
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 22 * client area. This is done so that the sash form can be placed in a view that will sometimes be
125 Rectangle area; local
127 area = getClientArea();
128 if (area.width > 0 && area.height > 0) {
131 if (area.width < area.height) {
143 Rectangle area = getClientArea(); local
144 if (area.width > 0 && area.height > 0 && area.width < area.height)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsmouse.c 55 SDL_Rect area; local
69 /* Remove the cursor image from the DMA area */
80 /* Save the current mouse area */
81 SDL_MouseRect(&area);
82 mouse_y1 = area.y;
83 mouse_y2 = area.y+area.h;
88 cursor->area.x = (x - cursor->hot_x);
89 cursor->area.y = (y - cursor->hot_y);
100 /* Update the affected area of the screen *
    [all...]
  /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;
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 81 int area = overlap.width() * overlap.height(); variable
82 if (area > max_area) {
83 max_area = area;

Completed in 703 milliseconds

1 2 3 4 5 6 7 8