/frameworks/base/awt/java/awt/image/ |
BandedSampleModel.java | 265 // awt.63=Coordinates are not in bounds 275 // awt.63=Coordinates are not in bounds 285 // awt.63=Coordinates are not in bounds 386 // awt.63=Coordinates are not in bounds 396 // awt.63=Coordinates are not in bounds 406 // awt.63=Coordinates are not in bounds
|
/packages/apps/Camera/src/com/android/camera/ui/ |
GLListView.java | 163 Rect bounds = view.bounds(); local 165 int width = bounds.width(); 166 int height = bounds.height(); 169 bounds.left - mScrollX, bounds.top - mScrollY);
|
/frameworks/base/awt/java/awt/ |
Rectangle.java | 326 * Resets the bounds of a rectangle to the specified x, y, width and height 345 * Gets bounds of the rectangle as a new Rectangle object. 347 * @return the Rectangle object with the same bounds as the original 357 * Gets the bounds of the original rectangle as a Rectangle2D object. 359 * @return the Rectangle2D object which represents the bounds of the 369 * Sets the bounds of a rectangle to the specified x, y, width, and height 389 * Sets the bounds of the rectangle to match the bounds of the Rectangle 393 * the Rectangle object which specifies the new bounds. 478 * is within the bounds of the rectangle [all...] |
Font.java | 1147 Rectangle2D bounds; local 1190 Rectangle2D bounds = peer.getMaxCharBounds(frc); local [all...] |
/external/webkit/WebKit/mac/Carbon/ |
HIWebView.mm | 310 HIRect bounds; 329 HIViewGetBounds( inView->fViewRef, &bounds ); 337 OffsetRect( &drawRect, (SInt16)-bounds.origin.x, (SInt16)-bounds.origin.y ); 340 hiRect.origin.y = bounds.size.height - drawRect.bottom; // flip y 400 HIRect bounds; 402 HIViewGetBounds( view->fViewRef, &bounds ); 404 if ( CGRectContainsPoint( bounds, *where ) ) 426 HIRect bounds; 429 HIViewGetBounds( inView->fViewRef, &bounds ); [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
SpannedStringTest.java | 77 "SpannedString#subSequence(int, int) when index is out of bounds") 92 fail("subSequence failed when index is out of bounds");
|
/external/e2fsprogs/ext2ed/ |
group_com.c | 68 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return; 96 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
|
/external/skia/src/core/ |
SkDraw.cpp | 526 SkRect bounds; local 529 bounds.set(pts, count); 530 bounds.inset(-inset, -inset); 531 matrix.mapRect(&bounds); 533 bounds.roundOut(&ibounds); 956 // set the mask's bounds to the transformed bitmap-bounds, 1128 SkIRect bounds; local 1295 SkIRect* bounds = &mask.fBounds; local 2124 SkRect bounds; local 2320 const SkRect& bounds = path.getBounds(); local [all...] |
SkPictureRecord.cpp | 38 int SkPictureRecord::saveLayer(const SkRect* bounds, const SkPaint* paint, 41 addRectPtr(bounds); 242 SkRect bounds; local 245 bounds.set(0, metrics.fTop + baselineY, 247 (void)paint.computeFastBounds(bounds, &bounds); 249 addScalar(bounds.fTop); 250 addScalar(bounds.fBottom);
|
/external/skia/src/images/ |
SkFlipPixelRef.cpp | 120 const SkIRect bounds = {0, 0, dst.width(), dst.height()}; local 121 SkRegion::Cliperator iter(clip, bounds);
|
/external/webkit/WebCore/css/ |
svg.css | 34 to the bounds of the initial viewport. 38 the user agent will establish an initial clipping path equal to the bounds of the initial viewport; otherwise,
|
/external/webkit/WebCore/platform/mac/ |
WebCoreSystemInterface.mm | 44 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point); 46 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
|
/external/webkit/WebKit/android/nav/ |
CachedHistory.h | 64 WebCore::IntRect mMouseBounds; // constricted bounds, if cursor ring is partially visible 65 WebCore::IntRect mNavBounds; // cursor ring bounds plus optional keystroke movement
|
CacheBuilder.h | 83 static bool ConstructPartRects(Node* node, const IntRect& bounds, 125 struct Bounds { 210 CachedNode* node, IntRect* bounds); 211 static bool AddPartRect(IntRect& bounds, int x, int y,
|
/external/webkit/WebKit/android/plugins/ |
ANPPathInterface.cpp | 54 static void anp_getBounds(const ANPPath* path, ANPRectF* bounds) { 55 SkANP::SetRect(bounds, path->getBounds());
|
android_npapi.h | 326 /** Return the path's bounds in bounds. */ 327 void (*getBounds)(const ANPPath*, ANPRectF* bounds); 569 /** Return the width of the text. If bounds is not null, return the bounds 573 ANPRectF* bounds); 578 If bounds is not null, returns the array of bounds for each unichar. 581 float widths[], ANPRectF bounds[]); 618 /** Return the current clip bounds in local coordinates, expanding it t [all...] |
/external/webkit/WebKit/win/ |
WebScrollBar.h | 79 /* [in] */ RECT bounds); 92 /* [retval][out] */ RECT* bounds);
|
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ExecutableMemberProjection.java | 73 // FIXME bounds need to be substituted ?
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
StringIndexOutOfBoundsException.java | 45 * the index which is out of bounds.
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiMessage.java | 60 // sound.03=length out of bounds: {0}
|
/external/bluetooth/glib/ |
msvc_recommended_pragmas.h | 19 #pragma warning(error:4045) /* array bounds overflow */
|
/external/libpng/ |
ANNOUNCE | 48 Removed the now-redundant check for out-of-bounds new_row from example.c
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysyuv.h | 64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysevents.cc | 54 BRect bounds; 72 bounds = view->Bounds(); 106 if ( ! bounds.Contains(point) ) {
|
/external/webkit/WebKit/android/ |
RenderSkinButton.h | 44 * Draw the skin to the canvas, using the rectangle for its bounds and the
|