/cts/tools/signature-tools/src/signature/model/ |
ITypeVariableDefinition.java | 27 * Returns the upper bounds for this type variable as specified by the 28 * extends clause. If no upper bounds are explicitly specified then 31 * @return the upper bounds for this type variable
|
/external/skia/src/animator/ |
SkBoundable.h | 31 void setBounds(SkIRect& bounds) { fBounds = bounds; } 33 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
|
/external/skia/xcode/hostapp/ |
test.cpp | 6 extern "C" void SkiaDraw(CGContextRef cg, CGRect bounds); 31 void SkiaDraw(CGContextRef cg, CGRect bounds) { 52 CGContextFillRect(cg, bounds);
|
/frameworks/base/core/java/android/view/ |
TouchDelegate.java | 26 * actual view bounds. The view whose touch area is changed is called the delegate view. This 28 * instance that specifies the bounds that should be mapped to the delegate and the delegate 43 * Bounds in local coordinates of the containing view that should be mapped to the delegate 86 * @param bounds Bounds in local coordinates of the containing view that should be mapped to 90 public TouchDelegate(Rect bounds, View delegateView) { 91 mBounds = bounds; 94 mSlopBounds = new Rect(bounds); 100 * Will forward touch events to the delegate view if the event is within the bounds 115 Rect bounds = mBounds local [all...] |
/external/skia/src/core/ |
SkDevice.cpp | 25 void SkDevice::getBounds(SkIRect* bounds) const { 26 if (bounds) { 27 bounds->set(0, 0, fBitmap.width(), fBitmap.height()); 32 SkIRect bounds; local 34 this->getBounds(&bounds); 35 return sect ? sect->intersect(r, bounds) : SkIRect::Intersects(r, bounds);
|
/external/webkit/WebKit/android/jni/ |
WebFrameView.cpp | 76 const WebCore::IntRect& bounds = getBounds(); local 78 // Grab the intersection of transRect and the frame's bounds. 79 transRect.intersect(bounds); 84 transRect.move(-bounds.x(), -bounds.y()); 88 canvas->translate(SkIntToScalar(bounds.x()), SkIntToScalar(bounds.y()));
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
IconTitleDrawable.java | 66 Rect bounds = getBounds(); local 67 int x = bounds.left + mConfig.mTitleLeft; 88 protected void onBoundsChange(Rect bounds) { 90 int left = bounds.left; 91 int top = bounds.top; 92 int right = bounds.right; 93 int height = bounds.bottom - top;
|
/frameworks/base/awt/java/awt/font/ |
TextLayout.java | 366 * Gets the black box bounds of the characters in the specified area. The 367 * black box bounds is an Shape which contains all bounding boxes of all the 375 * @return the Shape which contains black box bounds. 386 * Gets the bounds of this TextLayout. 388 * @return the bounds of this TextLayout. 413 * @param bounds 414 * the bounds to which the caret info is constructed. 417 public float[] getCaretInfo(TextHitInfo hitInfo, Rectangle2D bounds) { 424 * the bounds of this TextLayout. 428 * @param bounds [all...] |
GlyphVector.java | 87 * Gets the pixel bounds of the GlyphVector when rendered at the specified 96 * @return the pixel bounds 100 // bounds rectangle 112 * Gets the pixel bounds of the glyph with the specified index in this 124 * @return a Rectangle bounds. 138 * Gets the visual bounds of the GlyphVector. 140 * @return the visual bounds of the GlyphVector. 145 * Gets the logical bounds of the GlyphVector. 147 * @return the logical bounds of the GlyphVector. 250 * Gets the visual bounds of the specified glyph in the GlyphVector [all...] |
/external/skia/src/utils/ |
SkNinePatch.cpp | 58 const SkRect& bounds, const int32_t xDivs[], int numXDivs, 60 SkScalar vx = bounds.fLeft; 73 verts->set(bounds.fRight, vy); verts++; 84 void SkNinePatch::DrawMesh(SkCanvas* canvas, const SkRect& bounds, 89 if (bounds.isEmpty() || bitmap.width() == 0 || bitmap.height() == 0) { 122 canvas->drawBitmapRect(bitmap, NULL, bounds, paint); 144 stretchX = (bounds.width() - SkIntToScalar(fixed)) / numXStretch; 156 stretchY = (bounds.height() - SkIntToScalar(fixed)) / numYStretch; 165 SkScalarToFloat(bounds.width()), SkScalarToFloat(bounds.height()) [all...] |
/frameworks/base/core/jni/android/graphics/ |
NinePatchImpl.cpp | 105 void NinePatch_Draw(SkCanvas* canvas, const SkRect& bounds, 108 if (canvas && canvas->quickReject(bounds, SkCanvas::kBW_EdgeType)) { 122 SkNinePatch::DrawMesh(canvas, bounds, bitmap, 146 LOGV("======== ninepatch bounds [%g %g]\n", SkScalarToFloat(bounds.width()), SkScalarToFloat(bounds.height())); 153 if (bounds.isEmpty() || 204 LOGV("NinePatch [%d %d] bounds [%g %g %g %g] divs [%d %d]\n", 206 SkScalarToFloat(bounds.fLeft), SkScalarToFloat(bounds.fTop) [all...] |
/external/webkit/WebKit/win/ |
WebScrollBar.cpp | 136 /* [in] */ RECT bounds) 138 IntRect rect(bounds.left, bounds.top, bounds.right-bounds.left, bounds.bottom-bounds.top); 170 /* [retval][out] */ RECT* bounds) 172 if (!bounds) 175 bounds->left = rect.x() [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
BoundedGenericMethodsTests.java | 61 Type[] bounds = typeParameter.getBounds(); local 62 assertLenghtOne(bounds); 63 Type bound = bounds[0]; 98 Type[] bounds = returnTypeVariable.getBounds(); local 99 assertLenghtOne(bounds); 100 Type bound = bounds[0];
|
/external/skia/src/views/ |
SkBorderView.cpp | 49 SkRect bounds; local 50 fAnim.getInvalBounds(&bounds); 51 this->inval(&bounds);
|
SkImageView.cpp | 173 SkRect bounds; local 174 fData.fAnim->getInvalBounds(&bounds); 175 matrix.mapRect(&bounds); // get the bounds into view coordinates 176 this->inval(&bounds); 222 bool SkImageView::getDataBounds(SkRect* bounds) 224 SkASSERT(bounds); 235 // cons up fake bounds 245 bounds->set(0, 0, width, height);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CompoundButtonTest.java | 340 Rect bounds; local 358 bounds = drawable.copyBounds(); 359 assertEquals(0, bounds.left); 360 assertEquals(drawableWidth, bounds.right); 361 assertEquals(0, bounds.top); 362 assertEquals(drawableHeight, bounds.bottom); 367 bounds = drawable.copyBounds(); 368 assertEquals(0, bounds.left); 369 assertEquals(drawableWidth, bounds.right); 370 assertEquals(viewHeight - drawableHeight, bounds.top) [all...] |
/external/webkit/WebCore/platform/graphics/mac/ |
WebTiledLayer.mm | 84 CGRect bounds = [self bounds]; 85 CGRect indicatorRect = CGRectMake(bounds.origin.x, bounds.origin.y, 46, 25);
|
WebLayer.mm | 48 CGRect layerBounds = [layer bounds]; 65 // smaller than the layer bounds (e.g. tiled layers) 145 CGRect bounds = [self bounds]; 146 CGRect indicatorRect = CGRectMake(bounds.origin.x, bounds.origin.y, 46, 25); 194 CGRect aBounds = [self bounds]; 198 NSString* selfString = [NSString stringWithFormat:@"%@<%@ 0x%08x> \"%@\" bounds(%.1f, %.1f, %.1f, %.1f) pos(%.1f, %.1f), sublayers=%d masking=%d",
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.cpp | 159 CGRect frameBounds = bounds(); 250 m_rootLayer->setFrame(bounds()); 286 m_rootLayer->setFrame(bounds()); 346 CGRect bounds = this->bounds(); local 353 CARenderUpdate* u = CARenderUpdateBegin(space, sizeof(space), t, 0, 0, &bounds); 379 rect.y1 = bounds.origin.y + bounds.size.height - (r->origin.y + r->size.height); 402 CARenderUpdateAddRect(u, &bounds); 420 CGRect WKCACFLayerRenderer::bounds() cons function in class:WebCore::WKCACFLayerRenderer 432 CGRect bounds = this->bounds(); local [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaShapeRasterizer.java | 40 int[] bounds; field in class:JavaShapeRasterizer 196 bounds = new int[POINT_CAPACITY]; 212 bounds = checkBufSize(bounds, boundCount); 213 bounds[boundCount] = edgesCount; 223 bounds = checkBufSize(bounds, boundCount); 224 bounds[boundCount] = edgesCount; 235 bounds = checkBufSize(bounds, boundCount) [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
PictureDrawable.java | 69 Rect bounds = getBounds(); local 71 canvas.clipRect(bounds); 72 canvas.translate(bounds.left, bounds.top);
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
CaretManager.java | 314 * @param useBounds - true if the cared should fit into the provided bounds 315 * @param bounds - bounds for the caret 320 boolean useItalic, boolean useBounds, Rectangle2D bounds 360 y1 = (float) bounds.getMaxY(); 361 y2 = (float) bounds.getMinY(); 363 if (x2 > bounds.getMaxX()) { 364 x1 = x2 = (float) bounds.getMaxX(); 366 if (x1 < bounds.getMinX()) { 367 x1 = x2 = (float) bounds.getMinX() [all...] |
/external/qemu/android/skin/ |
region.c | 370 r->bounds.pos.x = r->bounds.pos.y = 0; 371 r->bounds.size.w = r->bounds.size.h = 0; 382 r->bounds.pos.x = x1; 383 r->bounds.pos.y = y1; 384 r->bounds.size.w = x2 - x1; 385 r->bounds.size.h = y2 - y1; 396 r->bounds = rect[0]; 407 r->bounds.pos.x = box->x1 [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
InsetDrawableTest.java | 340 Rect bounds = d.getBounds(); local 341 assertEquals(0, bounds.left); 342 assertEquals(0, bounds.top); 343 assertEquals(0, bounds.right); 344 assertEquals(0, bounds.bottom); 349 assertEquals(10, bounds.left); 350 assertEquals(10, bounds.top); 351 assertEquals(-10, bounds.right); 352 assertEquals(-10, bounds.bottom); 370 Rect bounds = d.getBounds() local [all...] |
/packages/apps/Camera/src/com/android/camera/ |
RotateImageView.java | 79 Rect bounds = drawable.getBounds(); 80 int w = bounds.right - bounds.left; 81 int h = bounds.bottom - bounds.top;
|