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

<<11121314151617181920>>

  /external/qemu/
disas.c 22 /* Out of bounds. Use EIO because GDB uses it. */
50 out of bounds. */
52 "Address 0x%" PRIx64 " is out of bounds.\n", memaddr);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 190 CGRect bounds = CGDisplayBounds(displayID);
191 rect.origin.x -= bounds.origin.x;
192 rect.origin.y -= bounds.origin.y;
  /frameworks/base/awt/java/awt/image/
SampleModel.java 403 // awt.63=Coordinates are not in bounds
435 // awt.63=Coordinates are not in bounds
458 // awt.63=Coordinates are not in bounds
490 // awt.63=Coordinates are not in bounds
513 // awt.63=Coordinates are not in bounds
545 // awt.63=Coordinates are not in bounds
624 // awt.63=Coordinates are not in bounds
665 // awt.63=Coordinates are not in bounds
699 // awt.63=Coordinates are not in bounds
740 // awt.63=Coordinates are not in bounds
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 266 protected void onBoundsChange(Rect bounds) {
267 super.onBoundsChange(bounds);
434 // a bitmap to fill the bounds without needing any other special casing.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java 396 * Retrieve the clip bounds, returning true if they are non-empty.
398 * @param bounds Return the clip bounds here. If it is null, ignore it but
403 public boolean getClipBounds(Rect bounds) {
406 bounds.left = rect.x;
407 bounds.top = rect.y;
408 bounds.right = rect.x + rect.width;
409 bounds.bottom = rect.y + rect.height;
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 277 NSRect boundsInWindow = [self convertRect:[self bounds] toView:nil];
291 // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
300 boundsInWindow.origin.x += pix->bounds.left - portBounds.left;
301 boundsInWindow.origin.y += pix->bounds.top - portBounds.top;
302 visibleRectInWindow.origin.x += pix->bounds.left - portBounds.left;
303 visibleRectInWindow.origin.y += pix->bounds.top - portBounds.top;
408 boundsInWindow = [self bounds];
427 // Use the clip bounds from the context instead of the bounds we created
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 456 protected void onBoundsChange(Rect bounds) {
457 super.onBoundsChange(bounds);
495 protected void onBoundsChange(Rect bounds) {
496 super.onBoundsChange(bounds);
  /cts/tests/tests/view/src/android/view/animation/cts/
AlphaAnimationTest.java 63 " returns false, a alpha animation will not affect the bounds",
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 307 List<ITypeReference> bounds = new ArrayList<ITypeReference>(); local
312 bounds.add(parseFieldTypeSignature());
318 bounds.add(parseFieldTypeSignature());
320 typeVariable.setUpperBounds(bounds);
  /dalvik/libcore/luni/src/main/java/java/io/
PushbackInputStream.java 175 // K002e=Offset out of bounds \: {0}
179 // K0031=Length out of bounds \: {0}
290 // K002e=Offset out of bounds \: {0}
294 // K0031=Length out of bounds \: {0}
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
ExternalMessages.properties 41 K002e=Offset out of bounds \: {0}
42 K002f=Arguments out of bounds
52 K003c=TimeToLive out of bounds
329 K0031=Length out of bounds \: {0}
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
MetaMessage.java 76 // sound.03=length out of bounds: {0}
SysexMessage.java 77 // sound.03=length out of bounds: {0}
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 40 * <li>the bounds limiting the scope of the parsing operation</li>
  /external/e2fsprogs/ext2ed/
super_com.c 140 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
  /external/icu4c/test/intltest/
apicoll.h 143 * Tests bounds API
  /external/kernel-headers/original/asm-generic/
tlb.h 90 /* keep the page table cache within bounds */
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 105 /* The bounds of the window in screen coordinates */
  /external/skia/include/core/
SkDraw.h 70 solely to assist in computing the mask's bounds (if the mode requests that).
SkRegion.h 76 /** Return the bounds of this region. If the region is empty, returns an
176 /** Return true if this region, or rgn, is empty, or if their bounds do not
337 static void BuildRectRuns(const SkIRect& bounds,
341 SkIRect* bounds);
  /external/skia/include/utils/
SkDumpCanvas.h 58 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
SkProxyCanvas.h 30 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /external/skia/src/gl/
SkGL.cpp 446 const SkRect& bounds = path.getBounds(); local
447 if (bounds.isEmpty()) {
474 vert->setScalars(bounds.centerX(), bounds.centerY());
  /external/svox/pico/lib/
picospho.h 133 in addition, BOUNDs of BOUNDstrength = PHR0 are inserted to mark word boundaries
  /external/webkit/WebCore/html/canvas/
WebGLByteArray.cpp 77 // Check to make sure the specified region is within the bounds of

Completed in 167 milliseconds

<<11121314151617181920>>