Searched refs:getBounds (Results 26 - 50 of 99) sorted by relevance

1234

/external/skia/samplecode/
H A DSampleStrokePath.cpp79 const SkRect& bounds = path->getBounds();
119 const SkRect& bounds = fPath.getBounds();
207 canvas->translate(0, fPath.getBounds().height() * 5 / 4);
H A DSampleDraw.cpp122 void getBounds(SkRect* bounds) { function in class:Draw
142 this->getBounds(&r);
153 this->getBounds(&bounds);
H A DSampleAAClip.cpp21 SkIRect r2 = c2.getBounds();
H A DSampleCircle.cpp23 SkASSERT(r == p.getBounds());
H A DSampleDitherBitmap.cpp50 path.getBounds().round(&bounds);
/external/skia/src/core/
H A DSkClipStack.cpp157 if (!SkRect::Intersects(rec->fPath.getBounds(), rect)) {
170 const SkRect& pathBounds = path.getBounds();
181 if (!SkRect::Intersects(rec->fPath.getBounds(), pathBounds)) {
H A DSkScan.cpp23 const SkIRect& clipBounds = clip->getBounds();
H A DSkScan_Hairline.cpp46 r.set(clip->getBounds());
61 const SkIRect& bounds = clip->getBounds();
261 path.getBounds().roundOut(&ibounds);
268 clipR = &rclip.getBounds();
H A DSkAAClip.cpp704 return this->setRect(rgn.getBounds());
716 const SkIRect& bounds = rgn.getBounds();
890 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip::Builder
1168 fLeft = builder->getBounds().fLeft;
1169 fRight = builder->getBounds().fRight;
1292 path.getBounds().roundOut(&ibounds);
1301 ibounds = clip->getBounds();
1303 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) {
1524 const SkIRect& bounds = builder.getBounds();
1578 RowIter rowIterA(rowA, rowA ? A.getBounds()
[all...]
H A DSkCanvas.cpp128 SkASSERT(deviceR.contains(fClip.getBounds()));
1058 base.setRect(currClip->getBounds());
1095 if (devPath.getBounds().isEmpty()) {
1116 fClipStack.clipDevRect(rgn.getBounds());
1190 return !SkIRect::Intersects(idst, fMCRec->fRasterClip->getBounds());
1210 return path.isEmpty() || this->quickReject(path.getBounds(), et);
1268 *bounds = clip.getBounds();
1394 const SkRect& bounds = path.getBounds();
H A DSkDraw.cpp318 const SkIRect& r = rec.fClip->getBounds();
333 const SkIRect& r = rec.fRC->getBounds();
972 &fRC->getBounds(), paint->getMaskFilter(), &mask,
1493 fClipBounds = fClip->getBounds();
1500 fClipBounds = fClip->getBounds();
1513 fClipBounds = fAAClip->getBounds();
2432 const SkIRect& cr = fRC->getBounds();
2453 return rr.intersect(fClip->getBounds(), r) && this->onIRect(rr);
2460 if (!rr.intersect(fClip->getBounds(), r)) {
2517 const SkRect& bounds = path.getBounds();
[all...]
/external/skia/tests/
H A DPathTest.cpp124 REPORTER_ASSERT(reporter, path0.getBounds() == path1.getBounds());
355 REPORTER_ASSERT(reporter, p.getBounds() == bounds);
359 REPORTER_ASSERT(reporter, p2.getBounds() == bounds);
364 REPORTER_ASSERT(reporter, other.getBounds() == bounds);
626 REPORTER_ASSERT(reporter, bounds == p.getBounds());
636 REPORTER_ASSERT(reporter, bounds == p.getBounds());
645 REPORTER_ASSERT(reporter, bounds == p.getBounds());
653 REPORTER_ASSERT(reporter, bounds == p.getBounds());
662 REPORTER_ASSERT(reporter, bounds == p.getBounds());
[all...]
H A DBlurTest.cpp129 SkRect refBound = strokedPath.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java78 Rectangle imageBounds = image.getBounds();
88 Rectangle imageBounds = image.getBounds();
101 int imageWidth = image.getBounds().width;
102 int imageHeight = image.getBounds().height;
230 Rectangle imageBounds = image.getBounds();
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc135 device->getBounds(&device_rect);
146 device_rect.contains(total_clip.getBounds())) {
233 if (local_dest_irect.intersect(canvas->getTotalClip().getBounds())) {
/external/skia/include/views/
H A DSkWindow.h48 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp97 return m_path->getBounds();
244 FloatRect r = boundingPath.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java99 Rectangle imageBounds = image.getBounds();
/external/skia/src/animator/
H A DSkDisplayable.h59 virtual void getBounds(SkRect* );
/external/skia/src/effects/
H A DSk2DPathEffect.cpp40 tmp.getBounds().round(&ir);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h71 virtual SkIRect getTotalClipBounds() { return mCanvas->getTotalClip().getBounds(); }
/external/webkit/Source/WebKit/android/plugins/
H A DANPSurfaceInterface.cpp123 Rect dirtyBounds = dirtyRegion.getBounds();
/external/skia/include/core/
H A DSkPath.h250 const SkRect& getBounds() const { function in class:SkPath
258 update it so that subsequent calls to getBounds will be instanteous.
263 // for now, just calling getBounds() is sufficient
264 this->getBounds();
755 // called, if dirty, by getBounds()
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp114 const SkRect& r = m_path->getBounds();
300 FloatRect r = boundingPath.getBounds();
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
497 bounds = path.getBounds();

Completed in 435 milliseconds

1234