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

12 3 4 5 6 7 8 91011>>

  /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();
SkRasterClip.cpp 48 const SkIRect& SkRasterClip::getBounds() const {
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.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...]
  /external/chromium_org/third_party/skia/src/animator/
SkHitTest.cpp 36 bullet->getBounds(&bBounds);
43 target->getBounds(&tBounds);
  /external/skia/src/animator/
SkHitTest.cpp 36 bullet->getBounds(&bBounds);
43 target->getBounds(&tBounds);
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
VisibleRecipientChip.java 93 public Rect getBounds() {
94 return super.getBounds();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
TypeVariableTest.java 38 Type[] bounds = typeVariable.getBounds();
54 Type[] bounds = typeVariable.getBounds();
70 Type[] bounds = typeVariable.getBounds();
135 Type[] bounds = typeVariable.getBounds();
145 Type[] bounds = typeVariable.getBounds();
BoundedGenericMethodsTests.java 55 Type[] bounds = typeParameter.getBounds();
77 Type[] paramBounds = typeVariable.getBounds();
92 Type[] bounds = returnTypeVariable.getBounds();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
GenericExceptionsTest.java 59 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(typeVariable.getBounds()));
67 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(typeVariable.getBounds()));
75 assertEquals(Arrays.<Type>asList(Exception.class), Arrays.asList(typeVariable.getBounds()));
84 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(t.getBounds()));
88 assertEquals(Arrays.<Type>asList(Exception.class), Arrays.asList(x.getBounds()));
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 320 assertEquals(expected.left, mockDrawable.getBounds().left);
321 assertEquals(expected.top, mockDrawable.getBounds().top);
322 assertEquals(expected.right, mockDrawable.getBounds().right);
323 assertEquals(expected.bottom, mockDrawable.getBounds().bottom);
337 assertEquals(expected.left, mockDrawable.getBounds().left);
338 assertEquals(expected.top, mockDrawable.getBounds().top);
339 assertEquals(expected.right, mockDrawable.getBounds().right);
340 assertEquals(expected.bottom, mockDrawable.getBounds().bottom);
348 assertEquals(bounds.left, mockDrawable.getBounds().left);
349 assertEquals(bounds.top, mockDrawable.getBounds().top)
    [all...]
  /external/chromium_org/ui/gfx/
path_aura.cc 14 const SkRect bounds = getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 75 Rectangle displayBounds = getShell().getDisplay().getBounds();
102 windowBounds = windowShell.getBounds();
192 cachedBounds = getShell().getBounds();
196 cachedBounds = getShell().getBounds();
  /frameworks/base/libs/hwui/
RevealClip.h 50 void getBounds(Rect* outBounds) const {
  /frameworks/native/services/inputflinger/
PointerControllerInterface.h 43 virtual bool getBounds(float* outMinX, float* outMinY,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 120 public @NonNull Rect getBounds() {
140 return mParent != null ? mParent.getBounds() : null;
156 return node.getBounds().equals(getBounds());
  /cts/tests/tests/preference2/src/android/preference2/cts/
DialogPreferenceTest.java 59 assertEquals(drawableExp.getBounds(), drawable.getBounds());
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 78 Rect rect = d.getBounds();
98 int transY = bottom - b.getBounds().bottom;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ErrorImageComposite.java 51 mSize = new Point(baseImage.getBounds().width, baseImage.getBounds().height);
  /external/chromium_org/third_party/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.cpp 48 const SkIRect& SkRasterClip::getBounds() const {
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
  /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/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 101 if (typeParameter.getBounds()[0] instanceof TypeVariable) {
102 return boundsOf((TypeVariable) typeParameter.getBounds()[0]);
350 for (Type type : typeVariable.getBounds()) {
501 return typeVariable.getBounds()[0]; //
512 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1];
513 System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length - 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 86 Rect b = targetNode.getBounds();
105 Rect be = elements[0].getBounds();
153 final Rect b = targetNode.getBounds();
172 Rect be = element.getBounds();
232 mRulesEngine.pxToDp(newBounds.x - node.getParent().getBounds().x)));
237 mRulesEngine.pxToDp(newBounds.y - node.getParent().getBounds().y)));
244 Rect parentBounds = parent.getBounds();
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 93 return fRRect.getBounds();
123 const SkRect& getBounds() const {
128 return fRRect.getBounds();
130 return fPath.get()->getBounds();
300 * getBounds places the current finite bound in its first parameter. In its
308 void getBounds(SkRect* canvFiniteBound,

Completed in 2059 milliseconds

12 3 4 5 6 7 8 91011>>