HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 1 - 25 of 461) 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.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/chromium_org/third_party/skia/src/gpu/
GrPath.h 20 const SkRect& getBounds() const { return fBounds; }
GrPathRenderer.cpp 24 *bounds = path.getBounds();
GrReducedClip.cpp 50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
175 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
183 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
205 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
229 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
251 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
268 } else if (!SkRect::Intersects(element->getBounds(), queryBounds))
    [all...]
  /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 ) {
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/gpu/
GrPath.h 20 const SkRect& getBounds() const { return fBounds; }
GrPathRenderer.cpp 24 *bounds = path.getBounds();
GrReducedClip.cpp 50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
175 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
183 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
205 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
229 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
251 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
268 } else if (!SkRect::Intersects(element->getBounds(), queryBounds))
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
DrawableRecipientChip.java 30 Rect getBounds();
  /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/chromium_org/third_party/skia/src/core/
SkRasterClip.h 37 const SkIRect& getBounds() const;
67 !SkIRect::Intersects(this->getBounds(), rect);
141 const SkIRect& getBounds() const {
143 return fClipRgn->getBounds();
  /external/skia/src/core/
SkRasterClip.h 37 const SkIRect& getBounds() const;
67 !SkIRect::Intersects(this->getBounds(), rect);
141 const SkIRect& getBounds() const {
143 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...]

Completed in 396 milliseconds

1 2 3 4 5 6 7 8 91011>>