HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 51 - 75 of 588) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/include/core/
SkClipStack.h 93 return fRRect.getBounds();
123 const SkRect& getBounds() const {
128 return fRRect.getBounds();
130 return fPath.get()->getBounds();
300 * getBounds places the current finite bound in its first parameter. In its
308 void getBounds(SkRect* canvFiniteBound,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 120 imageWidth = mImage.getBounds().width;
121 imageHeight = mImage.getBounds().height;
171 Rectangle imageBounds = mImage.getBounds();
183 Rectangle imageBounds = mImage.getBounds();
194 Rectangle rect = mImage.getBounds();
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 86 const int left = clip.getBounds().fLeft;
87 const int right = clip.getBounds().fRight;
427 fClipRect.intersect(clip.getBounds());
609 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
611 const SkRect& r = path.getBounds();
630 clippedIR = origClip.getBounds();
632 if (!clippedIR.intersect(ir, origClip.getBounds())) {
651 const SkIRect& bounds = origClip.getBounds();
685 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
691 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop)
    [all...]
SkAAClip.h 30 const SkIRect& getBounds() const { return fBounds; }
103 fAAClipBounds = aaclip->getBounds();
SkDeviceLooper.cpp 24 SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.getBounds()));
27 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
SkBitmap_scroll.cpp 49 if (!SkIRect::Intersects(r, inval->getBounds())) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 94 if (m_backImage == null || !m_backImage.getBounds().equals(clientArea)) {
108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
  /external/skia/src/core/
SkScan_AntiPath.cpp 86 const int left = clip.getBounds().fLeft;
87 const int right = clip.getBounds().fRight;
427 fClipRect.intersect(clip.getBounds());
609 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
611 const SkRect& r = path.getBounds();
630 clippedIR = origClip.getBounds();
632 if (!clippedIR.intersect(ir, origClip.getBounds())) {
651 const SkIRect& bounds = origClip.getBounds();
685 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
691 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop)
    [all...]
SkAAClip.h 30 const SkIRect& getBounds() const { return fBounds; }
103 fAAClipBounds = aaclip->getBounds();
SkDeviceLooper.cpp 24 SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.getBounds()));
27 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
  /packages/apps/Launcher3/src/com/android/launcher3/
FastBitmapDrawable.java 83 final Rect r = getBounds();
126 return getBounds().width();
131 return getBounds().height();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 62 assertEquals(new Rect(10, 12, 110-10-1, 120-12-1), inode.getBounds());
85 assertNotNull(inode.getBounds());
86 assertFalse(inode.getBounds().isValid());
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 198 assertEquals(0, mockDrawable.getBounds().left);
199 assertEquals(0, mockDrawable.getBounds().top);
200 assertEquals(0, mockDrawable.getBounds().bottom);
201 assertEquals(0, mockDrawable.getBounds().right);
203 assertEquals(10, mockDrawable.getBounds().left);
204 assertEquals(10, mockDrawable.getBounds().top);
205 assertEquals(100, mockDrawable.getBounds().bottom);
206 assertEquals(100, mockDrawable.getBounds().right);
  /external/chromium_org/third_party/skia/bench/
StrokeBench.cpp 24 const SkRect& r = rec->fRRect.getBounds();
43 const SkRect& r = rec->fRRect.getBounds();
CoverageBench.cpp 38 fRC.setRect(fPath.getBounds().round());
  /external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.cpp 64 if (!path.getBounds().isEmpty()) {
66 matrix.mapRect(&pathSBounds, path.getBounds());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java 68 int imageWidth = image.getBounds().width + 2;
87 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
BooleanPropertyEditor.java 68 int imageWidth = image.getBounds().width + 2;
85 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
  /external/skia/bench/
StrokeBench.cpp 24 const SkRect& r = rec->fRRect.getBounds();
43 const SkRect& r = rec->fRRect.getBounds();
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 64 if (!path.getBounds().isEmpty()) {
66 matrix.mapRect(&pathSBounds, path.getBounds());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 217 regionDelegate.mArea.getBounds().intersects(
218 targetRegionDelegate.mArea.getBounds()) == false;
303 return dstRegion.mArea.getBounds().isEmpty() == false;
325 return dstRegion.mArea.getBounds().isEmpty() == false;
335 Rectangle bounds = region.mArea.getBounds();
385 return region.mArea.getBounds().isEmpty() == false;
403 return region.mArea.getBounds().isEmpty() == false;
431 return dstRegion.mArea.getBounds().isEmpty() == false;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 72 int imageWidth = image.getBounds().width + 2;
87 if (location == null || location.x < mTrueImage.getBounds().width + 2) {
  /external/chromium_org/third_party/skia/gm/
convexpolyeffect.cpp 148 SkRect bounds = p.getBounds();
158 x += SkScalarCeilToScalar(path->getBounds().width() + 10.f);
166 canvas->translate(path->getBounds().width() + 10.f, 0);
171 y += SkScalarCeilToScalar(path->getBounds().height() + 20.f);
  /external/chromium_org/third_party/skia/tests/
ParsePathTest.cpp 47 const SkRect& pathBounds = path.getBounds();
StrokeTest.cpp 44 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));

Completed in 947 milliseconds

1 23 4 5 6 7 8 91011>>