/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldGenericReflectionCornerCases.java | 134 Type[] typeParameterBounds = typeParameter.getBounds(); 186 Type[] typeParameterBounds = typeParameter.getBounds();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 86 public @NonNull Rect getBounds() { 151 return node.getBounds().equals(mBounds);
|
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 198 mTempRegion1.getBounds(touchableRegionBounds); 351 accountedBounds.getBounds(accountedFrame); 387 dirtyRegion.getBounds(dirtyRect); 449 mMagnifiedBounds.getBounds(rect); 623 mBounds.getBounds(mDirtyRect); 681 mTempRegion.getBounds(info.mTouchableRegion);
|
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | 197 SkASSERT(deviceR.contains(fClip.getBounds())); [all...] |
SkAAClip.cpp | 720 return this->setRect(rgn.getBounds()); 732 const SkIRect& bounds = rgn.getBounds(); 908 const SkIRect& getBounds() const { return fBounds; } 1189 fLeft = builder->getBounds().fLeft; 1190 fRight = builder->getBounds().fRight; [all...] |
SkMaskFilter.cpp | 215 clip.getBounds(), 239 clip.getBounds(), &patch)) { 259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
|
/external/skia/src/core/ |
SkCanvas.cpp | 197 SkASSERT(deviceR.contains(fClip.getBounds())); [all...] |
SkAAClip.cpp | 720 return this->setRect(rgn.getBounds()); 732 const SkIRect& bounds = rgn.getBounds(); 908 const SkIRect& getBounds() const { return fBounds; } 1189 fLeft = builder->getBounds().fLeft; 1190 fRight = builder->getBounds().fRight; [all...] |
SkMaskFilter.cpp | 215 clip.getBounds(), 239 clip.getBounds(), &patch)) { 259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
|
/external/skia/tests/ |
PathOpsExtendedTest.cpp | 273 SkRect larger = one.getBounds(); 274 larger.join(two.getBounds()); 299 const SkRect& bounds1 = scaledOne.getBounds(); 344 const SkRect& bounds1 = one.getBounds(); 345 const SkRect& bounds2 = two.getBounds();
|
PathTest.cpp | 487 REPORTER_ASSERT(reporter, path.getBounds().isFinite()); 488 REPORTER_ASSERT(reporter, !path.getBounds().isEmpty()); 491 REPORTER_ASSERT(reporter, path.getBounds().isEmpty()); 497 REPORTER_ASSERT(reporter, path.getBounds().isEmpty()); 878 REPORTER_ASSERT(reporter, path0.getBounds() == path1.getBounds()); [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkDumpCanvas.cpp | 38 SkRect r = rrect.getBounds(); 97 toString(path.getBounds(), str); 117 toString(rgn.getBounds(), str);
|
/external/skia/src/utils/ |
SkDumpCanvas.cpp | 38 SkRect r = rrect.getBounds(); 97 toString(path.getBounds(), str); 117 toString(rgn.getBounds(), str);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LayerDrawable.java | 289 Rect bounds = layers[i].mDrawable.getBounds(); 490 onBoundsChange(getBounds()); 511 onBoundsChange(getBounds());
|
NinePatchDrawable.java | 221 final Rect bounds = getBounds(); 423 return mNinePatch.getTransparentRegion(getBounds());
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
GcSnapshot.java | 492 return currentClip != null && currentClip.getBounds().isEmpty() == false; 513 return currentClip != null && currentClip.getBounds().isEmpty() == false; 521 return mClip.getBounds().isEmpty() == false;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 116 src.getBounds(&srcRect); 195 srcBM.getBounds(&srcRect);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDefaultPathRenderer.cpp | 349 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds()); 493 bounds = path.getBounds();
|
/external/skia/src/effects/ |
SkBicubicImageFilter.cpp | 116 src.getBounds(&srcRect); 195 srcBM.getBounds(&srcRect);
|
/external/skia/src/gpu/ |
GrDefaultPathRenderer.cpp | 349 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds()); 493 bounds = path.getBounds();
|
/frameworks/base/core/java/android/app/ |
LauncherActivity.java | 306 // If we were to do oldBounds = icon.getBounds(), 310 mOldBounds.set(icon.getBounds()); 323 mOldBounds.set(icon.getBounds());
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 393 // If we were to do oldBounds = icon.getBounds(), 397 mOldBounds.set(icon.getBounds()); 412 mOldBounds.set(icon.getBounds());
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
AttachmentDrawable.java | 133 final Rect bounds = getBounds(); 198 final Rect bounds = getBounds();
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_cairo.cc | 72 SkIRect bounding = clip.getBounds();
|
platform_device_win.cc | 215 hrgn = CreateRectRgnIndirect(&SkIRectToRECT(region.getBounds()));
|