HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 176 - 200 of 486) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/src/effects/
Sk2DPathEffect.cpp 29 tmp.getBounds().round(&ir);
SkColorFilterImageFilter.cpp 110 src.getBounds(&bounds);
SkDisplacementMapEffect.cpp 204 color.getBounds(&bounds);
209 displ.getBounds(&displBounds);
345 src.getBounds(&bounds);
350 displacementBM.getBounds(&displBounds);
SkMergeImageFilter.cpp 107 src.getBounds(&bounds);
  /external/skia/tests/
DeviceLooperTest.cpp 64 SkIRect r = rc.getBounds();
ClipStackTest.cpp 403 stack.getBounds(&bounds, &boundsType);
461 stack.getBounds(&bound, &type, &isIntersectionOfRects);
533 stack.getBounds(&bound, &type, &isIntersectionOfRects);
548 stack.getBounds(&bound, &type, &isIntersectionOfRects);
563 stack.getBounds(&bound, &type, &isIntersectionOfRects);
578 stack.getBounds(&bound, &type, &isIntersectionOfRects);
593 stack.getBounds(&bound, &type, &isIntersectionOfRects);
608 stack.getBounds(&bound, &type, &isIntersectionOfRects);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 124 canvas.drawRect(background.getBounds(), p);
  /frameworks/native/include/ui/
Rect.h 85 inline Rect getBounds() const {
  /packages/apps/Camera/src/com/android/camera/ui/
RotateImageView.java 98 Rect bounds = drawable.getBounds();
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateImageView.java 98 Rect bounds = drawable.getBounds();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateImageView.java 96 Rect bounds = drawable.getBounds();
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
CompositeDrawable.java 64 onBoundsChange(getBounds());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 118 Rectangle bounds = combo.getBounds();
TargetMenuListener.java 120 Rectangle bounds = combo.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 75 Rect r = selectedNode.getBounds();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java 238 Rect bounds = d.getBounds();
261 Rect bounds = d.getBounds();
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 237 void getBounds(SkRect* bounds) const;
238 void getBounds(SkIRect* bounds) const;
SkPathRef.h 147 *rect = getBounds();
162 const SkRect& getBounds() const {
294 // called, if dirty, by getBounds()
  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 38 } else if (this->transformBounds(path.getBounds(), &paint)) {
234 SkRect bbox = path.getBounds();
  /external/skia/gm/
aaclip.cpp 174 path.getBounds().roundOut(&bounds);
183 drawRectAsPath(rect_canvas, path.getBounds(), paint);
  /external/skia/include/core/
SkBitmap.h 237 void getBounds(SkRect* bounds) const;
238 void getBounds(SkIRect* bounds) const;
SkPathRef.h 147 *rect = getBounds();
162 const SkRect& getBounds() const {
294 // called, if dirty, by getBounds()
  /external/skia/src/core/
SkBBoxRecord.cpp 38 } else if (this->transformBounds(path.getBounds(), &paint)) {
234 SkRect bbox = path.getBounds();
  /frameworks/base/graphics/java/android/graphics/drawable/
ScaleDrawable.java 202 onBoundsChange(getBounds());
209 onBoundsChange(getBounds());
ShapeDrawable.java 214 Rect r = getBounds();
363 final Rect r = getBounds();

Completed in 462 milliseconds

1 2 3 4 5 6 78 91011>>