Searched refs:getBounds (Results 1 - 25 of 60) sorted by relevance

123

/external/skia/src/animator/
H A DSkDrawPoint.h35 virtual void getBounds(SkRect* );
H A DSkBoundable.h29 virtual void getBounds(SkRect* );
H A DSkDrawPoint.cpp49 void SkDrawPoint::getBounds(SkRect* rect ) { function in class:SkDrawPoint
H A DSkBoundable.cpp33 void SkBoundable::getBounds(SkRect* rect) { function in class:SkBoundable
36 INHERITED::getBounds(rect);
H A DSkHitTest.cpp44 bullet->getBounds(&bBounds);
51 target->getBounds(&tBounds);
/external/skia/tests/
H A DPaintTest.cpp17 fillR = path.getBounds();
22 strokeR = stroke.getBounds();
H A DPathTest.cpp8 REPORTER_ASSERT(reporter, p.getBounds() == bounds);
12 REPORTER_ASSERT(reporter, p2.getBounds() == bounds);
17 REPORTER_ASSERT(reporter, other.getBounds() == bounds);
41 REPORTER_ASSERT(reporter, p.getBounds().isEmpty());
72 REPORTER_ASSERT(reporter, bounds == p.getBounds());
H A DParsePathTest.cpp40 const SkRect& pathBounds = path.getBounds();
/external/webkit/WebCore/platform/android/
H A DScreenAndroid.cpp71 IntRect rect = page->root()->platformWidget()->getBounds();
79 IntRect rect = page->root()->platformWidget()->getBounds();
H A DScrollViewAndroid.cpp57 IntRect rect = platformWidget()->getBounds();
H A DWidgetAndroid.cpp54 return platformWidget()->getBounds();
/external/junit/src/junit/awtui/
H A DProgressBar.java33 Rectangle r= getBounds();
45 Rectangle r= new Rectangle(0, 0, fProgressX, getBounds().height);
50 repaint(startX, 1, endX-startX, getBounds().height-2);
62 return Math.max(1, value*(getBounds().width-1)/fTotal);
H A DLogo.java56 g.fillRect(0, 0, getBounds().width, getBounds().height);
/external/webkit/WebKit/android/jni/
H A DPictureSet.cpp80 area.getBounds().fLeft, area.getBounds().fTop,
81 area.getBounds().fRight, area.getBounds().fBottom, picture,
89 Pictures pictureAndBounds = {area, picture, area.getBounds(),
116 const SkIRect& a = area.getBounds();
117 const SkIRect& d = drawn.getBounds();
118 const SkIRect& i = inval.getBounds();
119 const SkIRect& v = visibleArea.getBounds();
140 const SkIRect& visibleBounds = visibleArea.getBounds();
[all...]
H A DWebCoreViewBridge.h50 const WebCore::IntRect& getBounds() const function in class:WebCoreViewBridge
H A DWebFrameView.cpp76 const WebCore::IntRect& bounds = getBounds();
H A DPictureSet.h66 return mPictures[i].mArea.getBounds(); }
/external/skia/src/core/
H A DSkMaskFilter.cpp36 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScan_AntiPath.cpp62 const int left = SkMin32(ir.fLeft, clip.getBounds().fLeft);
63 const int right = SkMax32(ir.fRight, clip.getBounds().fRight);
237 fClipRect.intersect(clip.getBounds());
365 path.getBounds().roundOut(&ir);
407 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
414 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
H A DSkBitmap_scroll.cpp56 if (!SkIRect::Intersects(r, inval->getBounds())) {
H A DSkScan.cpp31 const SkIRect& clipBounds = clip->getBounds();
H A DSkDevice.cpp25 void SkDevice::getBounds(SkIRect* bounds) const { function in class:SkDevice
34 this->getBounds(&bounds);
/external/webkit/WebKit/android/plugins/
H A DANPPathInterface.cpp55 SkANP::SetRect(bounds, path->getBounds());
104 ASSIGN(i, getBounds);
/external/skia/src/effects/
H A DSk2DPathEffect.cpp51 tmp.getBounds().round(&ir);
/external/webkit/WebKit/android/nav/
H A DFindCanvas.cpp303 SkIRect workingBounds = mWorkingRegion.getBounds();
376 const SkIRect& workingBounds = mWorkingRegion.getBounds();
526 return info.getLocation().getBounds();
541 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds();
590 bounds.set(region.getBounds());
660 const SkIRect& rect = (*m_matches)[i].getLocation().getBounds();

Completed in 107 milliseconds

123