HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 1 - 25 of 588) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.cpp 25 void SkBoundable::getBounds(SkRect* rect) {
28 INHERITED::getBounds(rect);
SkBoundable.h 21 virtual void getBounds(SkRect* );
SkDrawPoint.cpp 41 void SkDrawPoint::getBounds(SkRect* rect ) {
  /external/skia/src/animator/
SkDrawPoint.h 27 virtual void getBounds(SkRect* );
SkBoundable.cpp 25 void SkBoundable::getBounds(SkRect* rect) {
28 INHERITED::getBounds(rect);
SkBoundable.h 21 virtual void getBounds(SkRect* );
SkDrawPoint.cpp 41 void SkDrawPoint::getBounds(SkRect* rect ) {
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DrawableRecipientChip.java 30 Rect getBounds();
ReplacementDrawableSpan.java 32 final Rect bounds = getBounds();
46 return getBounds().right;
53 int transY = (bottom - mDrawable.getBounds().bottom + top) / 2;
59 protected Rect getBounds() {
60 return mDrawable.getBounds();
  /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);
191 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
215 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
237 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
261 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
267 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
284 } 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);
191 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
215 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
237 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
261 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
267 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
284 } 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);
  /external/chromium_org/third_party/skia/include/utils/
SkNoSaveLayerCanvas.h 36 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
40 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/skia/include/utils/
SkNoSaveLayerCanvas.h 36 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
40 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 88 final float w = getBounds().width();
89 final float h = getBounds().height();
132 return getBounds().width() > getBounds().height();
272 return isHorizontal() ? getBounds().width() : getBounds().height();
276 int size = isHorizontal() ? getBounds().width() : getBounds().height();
301 mBottomProp = CanvasProperty.createFloat(getBounds().height());
302 mRxProp = CanvasProperty.createFloat(getBounds().height()/2)
    [all...]
  /external/chromium_org/third_party/skia/tests/
AAClipTest.cpp 69 mask->fBounds = rgn.getBounds();
85 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
127 path.getBounds().round(&ir);
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
203 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty())
    [all...]
  /external/skia/tests/
AAClipTest.cpp 69 mask->fBounds = rgn.getBounds();
85 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
127 path.getBounds().round(&ir);
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
203 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty())
    [all...]
  /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();

Completed in 548 milliseconds

1 2 3 4 5 6 7 8 91011>>