HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 276 - 300 of 1065) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 100 // been rotated outside of the bounds and we need to shift over the image so it lies inside the bounds again
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.h 120 extern BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
121 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 61 // Update graphics layer position and bounds.
182 bool m_artificiallyInflatedBounds; // bounds had to be made non-zero to make transform-origin work
  /frameworks/base/awt/java/awt/
GraphicsConfiguration.java 106 * Gets the bounds of area covered by the GraphicsConfiguration in the
109 * @return the Rectangle of GraphicsConfiguration's bounds.
GraphicsEnvironment.java 94 * Gets the maximum bounds of system centered windows.
96 * @return the maximum bounds of system centered windows.
  /frameworks/base/awt/java/awt/font/
GraphicAttribute.java 125 * Gets the bounds of this GraphicAttribute.
127 * @return the bounds of this GraphicAttribute.
ShapeGraphicAttribute.java 53 // bounds of the shape
55 * The bounds.
  /frameworks/base/awt/java/awt/image/
RenderedImage.java 48 * The bounds of the region are the bounds of the WritableRaster.
MultiPixelPackedSampleModel.java 140 // awt.63=Coordinates are not in bounds
227 // awt.63=Coordinates are not in bounds
249 // awt.63=Coordinates are not in bounds
263 // awt.63=Coordinates are not in bounds
444 // awt.63=Coordinates are not in bounds
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 60 err = src->lock(GRALLOC_USAGE_SW_READ_OFTEN, reg.bounds(), (void**)&src_bits);
64 err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&dst_bits);
716 const Rect bounds(backBuffer->width, backBuffer->height);
717 Region scratch(bounds);
721 // reset newDirtyRegion to bounds when a buffer is reallocated
726 newDirtyRegion.set(bounds);
728 newDirtyRegion.andSelf(bounds);
750 newDirtyRegion.bounds(), &vaddr);
SharedBufferStack.cpp 76 const Rect bounds(dirty.getBounds());
79 reg.rects[0] = uint16_t(bounds.left);
80 reg.rects[1] = uint16_t(bounds.top);
81 reg.rects[2] = uint16_t(bounds.right);
82 reg.rects[3] = uint16_t(bounds.bottom);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
bsconf.h 133 "bounds", "#undef WANT_STREAM_BOUNDS_CHECKING", "#define WANT_STREAM_BOUNDS_CHECKING 1 ",
147 { 1, "Disable runtime bounds checking on stream reads/writes" },
uexception.h 169 /// \brief Stream bounds checking.
177 inline virtual const char* what (void) const throw() { return ("stream bounds exception"); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
Rect.java 23 * Mutable rectangle bounds.
75 /** Returns true if the rectangle has valid bounds, i.e. w>0 and h>0. */
  /external/webkit/WebCore/page/mac/
FrameMac.mm 313 NSRect bounds = [view bounds];
328 CGContextTranslateCTM(context, bounds.origin.x - rect.origin.x, bounds.origin.y - rect.origin.y);
529 WebDashboardRegion *webRegion = [[WebDashboardRegion alloc] initWithRect:region.bounds clip:region.clip type:type];
  /external/webkit/WebKit/android/nav/
SelectText.cpp 371 const SkIRect& bounds = copy.getBounds(); local
374 bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom);
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 115 // make a copy of the previous bounds
118 // keep a local copy of the plugin bounds because the m_pluginWindow pointer
270 // if the plugin's bounds have changed and it's visible then update it
444 // ensure the rect falls within the plugin's bounds
464 // bounds. If this is the highest priority rect then attempt to center
  /frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java 378 Rectangle2D.Float bounds = new Rectangle2D.Float(corners[0], corners[1], 0 , 0); local
379 bounds.add(corners[2], corners[3]);
380 bounds.add(corners[4], corners[5]);
381 bounds.add(corners[6], corners[7]);
383 return bounds;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 256 + "DrawableContainer#onBoundsChange(Rect) when the param bounds is null.")
269 // set current drawable's bounds.
283 fail("Should throw NullPointerException if the bounds is null.");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 798 SDL_Rect bounds; local
862 bounds.x = 0;
863 bounds.y = 0;
864 bounds.w = surface->w;
865 bounds.h = surface->h;
866 SDL_LowerBlit(surface, &bounds, convert, &bounds);
  /external/skia/src/gl/
SkGLDevice.cpp 498 SkRect bounds; local
501 bounds.set(vertices, vertexCount);
502 bounds.round(&ibounds);
504 SkDebugf("---- drawverts: %d pts, texs=%d colors=%d indices=%d bounds [%d %d]\n",
609 SkIRect bounds; local
610 bounds.set(x, y, x + glyph.fWidth, y + glyph.fHeight);
611 if (!SkIRect::Intersects(state.fClip->getBounds(), bounds)) {
  /external/webkit/WebKit/mac/WebView/
WebFrameView.mm 170 documentView = [[viewClass alloc] initWithFrame:[self bounds]];
203 float height = [[self _contentView] bounds].size.height;
340 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];
595 NSPoint point = [[self _contentView] bounds].origin;
602 NSPoint point = [[self _contentView] bounds].origin;
615 float width = [[self _contentView] bounds].size.width;
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /external/icu4c/common/
uvectr32.h 38 * <p>There is index bounds checking, but little is done about it. If
39 * indices are out of bounds, either nothing happens, or zero is
55 * <p>Improve the handling of index out of bounds errors.
  /external/icu4c/layoutex/layout/
plruns.h 124 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds.
257 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds.
389 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds.

Completed in 197 milliseconds

<<11121314151617181920>>