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

<<11121314151617181920

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 221 assertEquals(new Rect(), dr.getBounds());
224 assertEquals(new Rect(1, 1, 1, 1), dr.getBounds());
229 assertEquals(new Rect(1, 1, 1, 1), dr.getBounds());
    [all...]
NinePatchDrawableTest.java 268 assertEquals(new Rect(1, 1, 7, 7), r.getBounds());
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 148 final Rect r = d.getBounds();
373 final Rect r = defaultDrawable.getBounds();
383 Rect r2 = d.getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 594 dockingTracker.setRectangles(new Rectangle[]{getBounds()});
629 dockingTracker.setRectangles(new Rectangle[]{getBounds()});
710 if (m_backImage == null || !m_backImage.getBounds().equals(clientArea)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 319 Rect b = node.getBounds();
363 Rect b = node.getBounds();
379 Rect b = node.getBounds();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 776 return this->SkPictureRecord::clipRect(rrect.getBounds(), op, doAA);
794 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
822 return this->updateClipConservativelyUsingBounds(path.getBounds(), op,
898 this->SkPictureRecord::drawRect(rrect.getBounds(), paint);
900 this->SkPictureRecord::drawOval(rrect.getBounds(), paint);
    [all...]
SkPathRef.cpp 238 // Call getBounds() to ensure (as a side-effect) that fBounds
240 const SkRect& bounds = this->getBounds();
SkRRect.cpp 176 if (!this->getBounds().contains(rect)) {
SkRegion_path.cpp 480 const SkIRect& bounds = this->getBounds();
  /external/skia/src/core/
SkPictureRecord.cpp 776 return this->SkPictureRecord::clipRect(rrect.getBounds(), op, doAA);
794 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
822 return this->updateClipConservativelyUsingBounds(path.getBounds(), op,
898 this->SkPictureRecord::drawRect(rrect.getBounds(), paint);
900 this->SkPictureRecord::drawOval(rrect.getBounds(), paint);
    [all...]
SkPathRef.cpp 238 // Call getBounds() to ensure (as a side-effect) that fBounds
240 const SkRect& bounds = this->getBounds();
SkRRect.cpp 176 if (!this->getBounds().contains(rect)) {
SkRegion_path.cpp 480 const SkIRect& bounds = this->getBounds();
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
background.js 309 var key = makeBoundsKey(similarWindows[i].getBounds());
312 var candidateBounds = this.window_.getBounds();
388 this.window_.getBounds();
  /frameworks/native/services/surfaceflinger/
Layer.cpp 247 crop = mActiveBuffer->getBounds();
260 return win.reduce(exclude.getBounds());
262 return Region(win).subtract(exclude).getBounds();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 228 rect = paint.computeFastBounds(path.getBounds(), &rect);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 418 void SkDisplayable::getBounds(SkRect* rect) {
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 240 fClip = canvas->getTotalClip().getBounds();
SkObjectParser.cpp 175 SkString* boundStr = SkObjectParser::RectToString(path.getBounds(), " Bound: ");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 33 Rectangle bounds= im.getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 343 Rectangle tableBounds = m_table.getBounds();
  /external/skia/bench/
DashBench.cpp 78 SkRect r = path.getBounds();
  /external/skia/gm/
cubicpaths.cpp 31 SkRect bounds = path.getBounds();
  /external/skia/src/animator/
SkDisplayable.cpp 418 void SkDisplayable::getBounds(SkRect* rect) {
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 240 fClip = canvas->getTotalClip().getBounds();

Completed in 214 milliseconds

<<11121314151617181920