Searched refs:getBounds (Results 51 - 75 of 290) sorted by relevance

1234567891011>>

/external/skia/bench/
H A DCoverageBench.cpp38 fRC.setRect(fPath.getBounds().round());
/external/skia/gm/
H A Dconvexpolyeffect.cpp148 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);
H A Dbicubicfilter.cpp68 fCheckerboard.getBounds(&srcBounds);
H A Dbitmapsource.cpp58 fBitmap.getBounds(&bounds);
H A Dconvexpolyclip.cpp166 clip->getBounds(&bounds);
189 clip->getBounds(&bounds);
273 void getBounds(SkRect* bounds) const { function in class:skiagm::ConvexPolyClip::Clip
276 *bounds = fPath.getBounds();
H A Dhittestpath.cpp15 SkRect r = path.getBounds();
H A Drrects.cpp100 SkASSERT(kMaxTileBound.contains(fRRects[curRRect].getBounds()));
101 SkRect imageSpaceBounds = fRRects[curRRect].getBounds();
127 SkRect bounds = rrect.getBounds();
/external/skia/src/core/
H A DSkBitmap_scroll.cpp49 if (!SkIRect::Intersects(r, inval->getBounds())) {
H A DSkClipStack.cpp116 this->initRect(saveCount, path.getBounds(), op, doAA);
401 fFiniteBound = fRRect.getBounds();
405 fFiniteBound = fPath.get()->getBounds();
597 void SkClipStack::getBounds(SkRect* canvFiniteBound, function in class:SkClipStack
626 this->getBounds(&bounds, &bt);
649 if (SkRect::Intersects(element->getBounds(), rect)) {
695 if (!SkRect::Intersects(prior->getBounds(), element.getBounds())) {
818 this->getBounds(&temp, &boundType, isIntersectionOfRects);
H A DSkScan_Path.cpp450 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())) {
609 path.getBounds().dround(&ir);
714 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
/external/skia/tests/
H A DParsePathTest.cpp47 const SkRect& pathBounds = path.getBounds();
H A DStrokeTest.cpp44 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h93 return fRRect.getBounds();
123 const SkRect& getBounds() const { function in class:SkClipStack::Element
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,
/external/skia/include/core/
H A DSkClipStack.h93 return fRRect.getBounds();
123 const SkRect& getBounds() const { function in class:SkClipStack::Element
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,
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp116 this->initRect(saveCount, path.getBounds(), op, doAA);
401 fFiniteBound = fRRect.getBounds();
405 fFiniteBound = fPath.get()->getBounds();
597 void SkClipStack::getBounds(SkRect* canvFiniteBound, function in class:SkClipStack
626 this->getBounds(&bounds, &bt);
649 if (SkRect::Intersects(element->getBounds(), rect)) {
695 if (!SkRect::Intersects(prior->getBounds(), element.getBounds())) {
818 this->getBounds(&temp, &boundType, isIntersectionOfRects);
H A DSkScan_Path.cpp450 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())) {
609 path.getBounds().dround(&ir);
714 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DDynamicSentinelStrategy.java92 // optimization - getBounds is cheaper than find - and necessary in
96 if (!newSentinel.getBounds().equals(oldSentinel.getBounds())) {
/external/chromium_org/third_party/skia/gm/
H A Dbicubicfilter.cpp68 fCheckerboard.getBounds(&srcBounds);
H A Dbitmapsource.cpp58 fBitmap.getBounds(&bounds);
H A Dconvexpolyclip.cpp166 clip->getBounds(&bounds);
189 clip->getBounds(&bounds);
273 void getBounds(SkRect* bounds) const { function in class:skiagm::ConvexPolyClip::Clip
276 *bounds = fPath.getBounds();
H A Dhittestpath.cpp15 SkRect r = path.getBounds();
H A Drrects.cpp100 SkASSERT(kMaxTileBound.contains(fRRects[curRRect].getBounds()));
101 SkRect imageSpaceBounds = fRRects[curRRect].getBounds();
127 SkRect bounds = rrect.getBounds();
/external/chromium_org/third_party/skia/include/views/
H A DSkWindow.h44 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
/external/skia/include/views/
H A DSkWindow.h44 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
/external/chromium_org/third_party/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);

Completed in 1372 milliseconds

1234567891011>>