HomeSort by relevance Sort by last modified time
    Searched refs:area (Results 201 - 225 of 480) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 128 .user-image-stream-area {
134 .camera.live .user-image-stream-area {
243 .user-image-stream-area .spinner {
254 .camera.live:not(.online) .user-image-stream-area .spinner {
  /external/chromium_org/chrome/browser/resources/extensions/
extension_error_overlay.css 9 #extension-error-overlay .content-area {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_overscan.css 5 #display-overscan-content-area {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
popup.js 5 // Store CSS data in the "local" storage area.
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 162 extern void FB_SavePaletteTo(_THIS, int palette_len, __u16 *area);
163 extern void FB_RestorePaletteFrom(_THIS, int palette_len, __u16 *area);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 41 import java.awt.geom.Area;
71 private Area mClip = null;
496 Area area = null; local
499 area = new Area(shape);
501 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
504 assert area != null;
507 if (area != null) {
509 layer.setClip(area);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.h 56 StorageArea* area() const { return m_storageArea.get(); } function in class:WebCore::FINAL
StorageArea.cpp 193 StorageArea* area = storage->area(); local
194 return area->m_storageArea == sourceAreaInstance;
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Prototype.js 35 Square.prototype.area = Square_area;
37 shouldBe("s.area()", "9");
  /external/opencv/cv/src/
cvmatchcontours.cpp 278 area1 = tree_1.area;
279 area2 = tree_2.area;
314 w1 = ptr11[j]->area / area1;
326 w2 = ptr21[j]->area / area2;
cvfloodfill.cpp 101 int area = 0; local
156 area += R - L + 1;
211 region->area = area;
233 int area = 0; local
288 area += R - L + 1;
344 region->area = area;
381 int area = 0; local
467 area += (int)length + 1
687 int area = 0; local
    [all...]
cvrotcalipers.cpp 265 /* find area of rectangle */
268 float area; local
284 area = width * height;
285 if( area <= minarea )
289 minarea = area;
298 buf[6] = area;
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 65 SDL_Rect area, *position, *velocity; local
89 area = *position;
90 SDL_BlitSurface(sprite, NULL, screen, &area);
91 sprite_rects[nupdates++] = area;
  /external/chromium_org/components/favicon_base/
favicon_util.cc 44 int area = png_data[i].pixel_size.GetArea(); local
45 if (area > maximum_area) {
46 maximum_area = area;
select_favicon_frames.cc 27 int area = candidate_sizes[i].GetArea(); local
28 if (area > max_area) {
29 max_area = area;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 34 // We will only allow squashing if the bbox-area:squashed-area doesn't exceed
74 const uint64_t newBoundingRectArea = newBoundingRect.size().area();
75 const uint64_t newSquashedArea = squashingState.totalAreaOfSquashedRects + bounds.size().area();
252 squashingState.totalAreaOfSquashedRects += layerBounds.size().area();
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 193 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) {
198 // this test also handles if either area or pict's width/height are empty
199 if (!SkRect::Intersects(area,
211 canvas.clipRect(area, SkRegion::kIntersect_Op, false);
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 52 uint8_t* area = new uint8_t[size]; local
53 memcpy(area, section_data, size);
54 data->d_buf = area;
632 // This relocates data into the area it will occupy after the hole in
653 uint8_t* area = reinterpret_cast<uint8_t*>(data->d_buf); local
663 Elf32_Off* target = reinterpret_cast<Elf32_Off*>(area + byte_offset);
669 if (area == data->d_buf) {
670 area = new uint8_t[data->d_size];
671 memcpy(area, data->d_buf, data->d_size);
672 target = reinterpret_cast<Elf32_Off*>(area + byte_offset)
    [all...]
  /external/libpcap/
nametoaddr.c 388 u_int node, area; local
390 if (sscanf(s, "%d.%d", &area, &node) != 2)
393 *addr = (area << AREASHIFT) & AREAMASK;
  /external/skia/src/utils/
SkPictureUtils.cpp 193 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) {
198 // this test also handles if either area or pict's width/height are empty
199 if (!SkRect::Intersects(area,
211 canvas.clipRect(area, SkRegion::kIntersect_Op, false);
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 6 * Returns the area of the intersection of two rectangles.
9 * @return {number} the area of the intersection of the rects
246 var mostVisiblePage = {number: 0, area: 0};
254 var area = getIntersectionArea(this.pageDimensions_[i],
256 // If we hit a page with 0 area overlap, we must have gone past the
258 if (area == 0)
260 if (area > mostVisiblePage.area) {
261 mostVisiblePage.area = area;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 61 /* Position and area in fixed point coordinates */
65 int area; member in struct:fixed_position
166 debug_printf(" - zero area\n");
250 /* Area should always be positive here */
251 assert(position->area > 0);
573 /* The largest dimension of the rasterized area of the triangle
812 position->area = position->dx01 * position->dy20 - position->dx20 * position->dy01;
837 position->area = -position->area;
864 position->area = -position->area
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 61 /* Position and area in fixed point coordinates */
65 int area; member in struct:fixed_position
166 debug_printf(" - zero area\n");
250 /* Area should always be positive here */
251 assert(position->area > 0);
573 /* The largest dimension of the rasterized area of the triangle
812 position->area = position->dx01 * position->dy20 - position->dx20 * position->dy01;
837 position->area = -position->area;
864 position->area = -position->area
    [all...]
  /external/libnl/lib/
addr.c 70 uint16_t area = addr >> 10; local
82 if (do_digit(str + pos, &area, 10, &pos, len, &started))
85 if (do_digit(str + pos, &area, 1, &pos, len, &started))
136 uint16_t area = 0; local
140 pos = dnet_num(src, &area);
141 if ((pos == 0) || (area > 63) ||
149 *(uint16_t *)addrbuf = dn_ntohs((area << 10) | node);
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 585 SDL_RWops *area; local
587 area = (SDL_RWops *)SDL_malloc(sizeof *area);
588 if ( area == NULL ) {
591 return(area);
594 void SDL_FreeRW(SDL_RWops *area)
596 SDL_free(area);

Completed in 1474 milliseconds

1 2 3 4 5 6 7 891011>>