HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 251 - 275 of 595) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/utils/
SkDumpCanvas.cpp 40 SkRect r = rrect.getBounds();
99 toString(path.getBounds(), str);
119 toString(rgn.getBounds(), str);
  /external/chromium_org/third_party/skia/tests/
BlurTest.cpp 125 SkRect refBound = strokedPath.getBounds();
229 SkScalar midX = path.getBounds().centerX();
230 SkScalar midY = path.getBounds().centerY();
PaintTest.cpp 214 fillR = path.getBounds();
219 strokeR = stroke.getBounds();
PathTest.cpp 556 REPORTER_ASSERT(reporter, path.getBounds().isFinite());
557 REPORTER_ASSERT(reporter, !path.getBounds().isEmpty());
560 REPORTER_ASSERT(reporter, path.getBounds().isEmpty());
566 REPORTER_ASSERT(reporter, path.getBounds().isEmpty());
    [all...]
  /external/skia/src/core/
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...]
SkBBoxRecord.cpp 45 } else if (this->transformBounds(path.getBounds(), &paint)) {
254 SkRect bbox = path.getBounds();
SkDraw.cpp 125 SkIRect devBounds = fRC->getBounds();
316 const SkIRect& r = rec.fClip->getBounds();
331 const SkIRect& r = rec.fRC->getBounds();
352 const SkIRect& r = rec.fRC->getBounds();
640 SkRect cullRect = SkRect::Make(fRC->getBounds());
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 38 SkRect r = rrect.getBounds();
97 toString(path.getBounds(), str);
117 toString(rgn.getBounds(), str);
  /external/skia/tests/
BlurTest.cpp 125 SkRect refBound = strokedPath.getBounds();
229 SkScalar midX = path.getBounds().centerX();
230 SkScalar midY = path.getBounds().centerY();
PaintTest.cpp 214 fillR = path.getBounds();
219 strokeR = stroke.getBounds();
PathTest.cpp 529 REPORTER_ASSERT(reporter, path.getBounds().isFinite());
530 REPORTER_ASSERT(reporter, !path.getBounds().isEmpty());
533 REPORTER_ASSERT(reporter, path.getBounds().isEmpty());
539 REPORTER_ASSERT(reporter, path.getBounds().isEmpty());
918 REPORTER_ASSERT(reporter, path0.getBounds() == path1.getBounds());
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 231 final Rect bounds = getBounds();
289 final Rect bounds = getBounds();
548 return mNinePatch.getTransparentRegion(getBounds());
AnimatedRotateDrawable.java 81 final Rect bounds = drawable.getBounds();
427 mDrawable.setBounds(orig.mDrawable.getBounds());
InsetDrawable.java 342 onBoundsChange(getBounds());
440 mDrawable.setBounds(orig.mDrawable.getBounds());
ShapeDrawable.java 225 final Rect r = getBounds();
461 final Rect r = getBounds();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 493 return currentClip != null && currentClip.getBounds().isEmpty() == false;
514 return currentClip != null && currentClip.getBounds().isEmpty() == false;
522 return mClip.getBounds().isEmpty() == false;
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 220 void getBounds(SkRect* bounds) const;
221 void getBounds(SkIRect* bounds) const;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 52 } else if (this->transformBounds(path.getBounds(), &paint)) {
261 SkRect bbox = path.getBounds();
SkDraw.cpp 126 SkIRect devBounds = fRC->getBounds();
317 const SkIRect& r = rec.fClip->getBounds();
332 const SkIRect& r = rec.fRC->getBounds();
353 const SkIRect& r = rec.fRC->getBounds();
641 SkRect cullRect = SkRect::Make(fRC->getBounds());
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
491 bounds = path.getBounds();
  /external/skia/include/core/
SkBitmap.h 268 void getBounds(SkRect* bounds) const;
269 void getBounds(SkIRect* bounds) const;
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 115 src.getBounds(&srcRect);
197 srcBM.getBounds(&srcRect);
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
491 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());

Completed in 1634 milliseconds

<<11121314151617181920>>