/libcore/luni/src/main/java/java/lang/reflect/ |
TypeVariable.java | 43 Type[] getBounds();
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPoint.h | 27 virtual void getBounds(SkRect* );
|
SkBoundable.h | 21 virtual void getBounds(SkRect* );
|
SkDrawPoint.cpp | 41 void SkDrawPoint::getBounds(SkRect* rect ) {
|
SkBoundable.cpp | 25 void SkBoundable::getBounds(SkRect* rect) { 28 INHERITED::getBounds(rect);
|
SkHitTest.cpp | 36 bullet->getBounds(&bBounds); 43 target->getBounds(&tBounds);
|
/external/skia/src/animator/ |
SkDrawPoint.h | 27 virtual void getBounds(SkRect* );
|
SkBoundable.h | 21 virtual void getBounds(SkRect* );
|
SkDrawPoint.cpp | 41 void SkDrawPoint::getBounds(SkRect* rect ) {
|
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/ |
DrawableRecipientChip.java | 30 Rect getBounds();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FastBitmapDrawable.java | 40 final Rect r = getBounds(); 72 return getBounds().width(); 77 return getBounds().height(); 82 return getBounds().width(); 87 return getBounds().height();
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrPath.h | 25 fBounds(skPath.getBounds()) { 34 const SkRect& getBounds() const { return fBounds; }
|
GrPathRenderer.cpp | 22 *bounds = path.getBounds();
|
GrReducedClip.cpp | 57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); 189 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 197 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 213 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 219 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 235 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 243 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 259 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 265 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 282 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) [all...] |
/external/skia/src/gpu/ |
GrPath.h | 25 fBounds(skPath.getBounds()) { 34 const SkRect& getBounds() const { return fBounds; }
|
GrPathRenderer.cpp | 22 *bounds = path.getBounds();
|
GrReducedClip.cpp | 57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); 189 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 197 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 213 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 219 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 235 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 243 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 259 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 265 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) { 282 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
DrawableMarginSpanTest.java | 58 assertEquals(0, drawable.getBounds().top); 59 assertEquals(0, drawable.getBounds().bottom); 60 assertEquals(0, drawable.getBounds().left); 61 assertEquals(0, drawable.getBounds().right); 74 assertEquals(0, drawable.getBounds().top); 75 assertEquals(0 + drawable.getIntrinsicHeight(), drawable.getBounds().bottom); 76 assertEquals(x, drawable.getBounds().left); 77 assertEquals(x + drawable.getIntrinsicWidth(), drawable.getBounds().right);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 104 return String.format("Align left at x=%1$d", matchedLine - layout.getBounds().x); 109 return String.format("Align right at x=%1$d", matchedLine - layout.getBounds().x); 120 return String.format("Align top at y=%1d", matchedLine - layout.getBounds().y); 125 return String.format("Align bottom at y=%1d", matchedLine - layout.getBounds().y);
|
/external/skia/tests/ |
AAClipTest.cpp | 69 mask->fBounds = rgn.getBounds(); 83 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop); 125 path.getBounds().round(&ir); 185 REPORTER_ASSERT(reporter, sheight == path.getBounds().height()); 187 REPORTER_ASSERT(reporter, height == clip.getBounds().height()); 199 REPORTER_ASSERT(reporter, sheight == path.getBounds().height()); 201 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height()); 208 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()); 213 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty()) [all...] |
/external/skia/bench/ |
RegionBench.cpp | 30 return result.op(a, b.getBounds(), SkRegion::kDifference_Op); 35 return result.op(a, a.getBounds(), SkRegion::kDifference_Op); 39 SkIRect r = a.getBounds(); 43 r = b.getBounds(); 53 SkIRect r = a.getBounds(); 59 const SkIRect& r = a.getBounds();
|
/external/chromium_org/third_party/skia/src/core/ |
SkRasterClip.h | 37 const SkIRect& getBounds() const; 67 !SkIRect::Intersects(this->getBounds(), rect); 142 const SkIRect& getBounds() const { 144 return fClipRgn->getBounds();
|
/external/skia/src/core/ |
SkRasterClip.h | 37 const SkIRect& getBounds() const; 67 !SkIRect::Intersects(this->getBounds(), rect); 142 const SkIRect& getBounds() const { 144 return fClipRgn->getBounds();
|
/packages/apps/UnifiedEmail/src/com/android/mail/graphics/ |
PageMarginDrawable.java | 43 canvas.drawRect(getBounds(), mPaint);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RegionTest.java | 136 assertEquals(1, mRegion.getBounds().left); 137 assertEquals(2, mRegion.getBounds().top); 138 assertEquals(3, mRegion.getBounds().right); 139 assertEquals(4, mRegion.getBounds().bottom); 147 assertEquals(1, mRegion.getBounds().left); 148 assertEquals(2, mRegion.getBounds().top); 149 assertEquals(3, mRegion.getBounds().right); 150 assertEquals(4, mRegion.getBounds().bottom); 157 assertEquals(1, mRegion.getBounds().left); 158 assertEquals(2, mRegion.getBounds().top) [all...] |