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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 47 final Rect r = getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java 75 Rect b = targetNode.getBounds();
90 Rect be = elements[0].getBounds();
98 Rect currBounds = it.getBounds();
135 Rect b = targetNode.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 54 Rect bounds = dragged.getBounds();
72 Rect bounds = n.getBounds();
172 Rect fromBounds = from.getBounds();
187 Point toCenter = to.getBounds().center();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 62 Rect b = layout.getBounds();
84 Rect b = layout.getBounds();
133 Rect b = node.getBounds();
169 Rect dragBounds = first.getBounds();
186 Rect bounds = first.getBounds();
252 b = element.getBounds();
295 Rect dragBounds = first.getBounds();
318 Rect bounds = first.getBounds();
354 Rect b = layout.getBounds();
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc 63 SkRect clip_rect = SkRect::Make(draw.fRC->getBounds());
102 mapped_rect.intersect(SkRect::Make(draw.fRC->getBounds()));
125 SkRect path_bounds = path.getBounds();
290 SkRect bounds = path.getBounds();
378 path.getBounds(), op, path.isInverseFillType());
383 rrect.getBounds(), op, false);
analysis_canvas.cc 50 draw.fBitmap->getBounds(&draw_bitmap_rect);
51 SkRect clip_rect = SkRect::Make(draw.fRC->getBounds());
342 return INHERITED::clipRect(path.getBounds(), op, do_aa);
360 return INHERITED::clipRect(rrect.getBounds(), op, do_aa);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java 49 Rect r = prev.getBounds();
128 Rect r = mDrawable.getBounds();
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 275 fFiniteBound = fPath.getBounds();
460 void SkClipStack::getBounds(SkRect* canvFiniteBound,
489 this->getBounds(&bounds, &bt);
512 if (SkRect::Intersects(element->getBounds(), rect)) {
554 if (!SkRect::Intersects(element->fPath.getBounds(), rect)) {
578 const SkRect& pathBounds = path.getBounds();
590 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
707 this->getBounds(&temp, &boundType, isIntersectionOfRects);
SkScan_Path.cpp 450 SkIRect rect = clipRgn.getBounds();
498 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
511 const SkIRect& cr = clip.getBounds();
524 const SkIRect& cr = clip.getBounds();
549 fClipRect = &clip->getBounds();
579 if (limitR.contains(orig.getBounds())) {
605 path.getBounds().round(&ir);
710 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
  /external/skia/src/core/
SkClipStack.cpp 275 fFiniteBound = fPath.getBounds();
460 void SkClipStack::getBounds(SkRect* canvFiniteBound,
489 this->getBounds(&bounds, &bt);
512 if (SkRect::Intersects(element->getBounds(), rect)) {
554 if (!SkRect::Intersects(element->fPath.getBounds(), rect)) {
578 const SkRect& pathBounds = path.getBounds();
590 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
707 this->getBounds(&temp, &boundType, isIntersectionOfRects);
SkScan_Path.cpp 450 SkIRect rect = clipRgn.getBounds();
498 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
511 const SkIRect& cr = clip.getBounds();
524 const SkIRect& cr = clip.getBounds();
549 fClipRect = &clip->getBounds();
579 if (limitR.contains(orig.getBounds())) {
605 path.getBounds().round(&ir);
710 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
  /frameworks/base/services/input/
PointerController.h 50 virtual bool getBounds(float* outMinX, float* outMinY,
158 virtual bool getBounds(float* outMinX, float* outMinY,
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 135 Rect getBounds() const {
138 inline Rect bounds() const { return getBounds(); }
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
WildcardTypeTest.java 62 Type[] bounds = typeParameter.getBounds();
117 Type[] bounds = returnTypeVariable.getBounds();
  /packages/apps/Gallery2/src/com/android/photos/shims/
BitmapJobDrawable.java 85 Rect bounds = getBounds();
100 Rect bounds = getBounds();
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 178 Rect regionBounds = region.getBounds();
184 regionBounds = region.getBounds();
196 regionBounds = region.getBounds();
201 regionBounds = region.getBounds();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 630 assertEquals(0, mockDrawable1.getBounds().left);
631 assertEquals(0, mockDrawable1.getBounds().top);
632 assertEquals(0, mockDrawable1.getBounds().right);
633 assertEquals(0, mockDrawable1.getBounds().bottom);
634 assertEquals(0, mockDrawable2.getBounds().left);
635 assertEquals(0, mockDrawable2.getBounds().top);
636 assertEquals(0, mockDrawable2.getBounds().right);
637 assertEquals(0, mockDrawable2.getBounds().bottom);
643 assertEquals(bounds.left + inset1.left, mockDrawable1.getBounds().left);
644 assertEquals(bounds.top + inset1.top, mockDrawable1.getBounds().top)
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
DynamicDrawableSpanTest.java 51 Rect rect = dynamicDrawableSpan.getDrawable().getBounds();
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 46 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
  /external/chromium_org/third_party/skia/src/effects/
SkBitmapSource.cpp 47 fBitmap.getBounds(&bounds);
SkRectShaderImageFilter.cpp 58 source.getBounds(&bounds);
SkTileImageFilter.cpp 41 source.getBounds(&bounds);
  /external/skia/gm/
bicubicfilter.cpp 66 fCheckerboard.getBounds(&srcBounds);
bitmapsource.cpp 60 fBitmap.getBounds(&bounds);
hittestpath.cpp 15 SkRect r = path.getBounds();

Completed in 1139 milliseconds

1 2 34 5 6 7 8 91011>>