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

1234

/external/skia/src/animator/
H A DSkDrawPoint.h27 virtual void getBounds(SkRect* );
H A DSkBoundable.h21 virtual void getBounds(SkRect* );
H A DSkDrawPoint.cpp41 void SkDrawPoint::getBounds(SkRect* rect ) { function in class:SkDrawPoint
H A DSkBoundable.cpp25 void SkBoundable::getBounds(SkRect* rect) { function in class:SkBoundable
28 INHERITED::getBounds(rect);
H A DSkHitTest.cpp36 bullet->getBounds(&bBounds);
43 target->getBounds(&tBounds);
/external/skia/tests/
H A DAAClipTest.cpp69 mask->fBounds = rgn.getBounds();
83 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
125 path.getBounds().round(&ir);
185 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
187 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
199 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
208 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
213 REPORTER_ASSERT(reporter, clip0.getBounds()
[all...]
H A DPaintTest.cpp82 fillR = path.getBounds();
87 strokeR = stroke.getBounds();
H A DParsePathTest.cpp47 const SkRect& pathBounds = path.getBounds();
/external/skia/src/core/
H A DSkRasterClip.h29 const SkIRect& getBounds() const;
60 !SkIRect::Intersects(this->getBounds(), rect);
117 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
119 return fClipRgn->getBounds();
H A DSkRasterClip.cpp46 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
47 return fIsBW ? fBW.getBounds() : fAA.getBounds();
94 tmp.setRect(clip.getBounds());
210 fBW.setRect(fAA.getBounds());
251 fBWRgn.setRect(aaclip->getBounds());
265 fBWRgn.setRect(aaclip.getBounds());
H A DSkScan_AntiPath.cpp91 const int left = clip.getBounds().fLeft;
92 const int right = clip.getBounds().fRight;
432 fClipRect.intersect(clip.getBounds());
630 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
632 const SkRect& r = path.getBounds();
651 clippedIR = origClip.getBounds();
653 if (!clippedIR.intersect(ir, origClip.getBounds())) {
672 const SkIRect& bounds = origClip.getBounds();
706 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
712 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds()
[all...]
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip
103 fAAClipBounds = aaclip->getBounds();
H A DSkBitmap_scroll.cpp63 if (!SkIRect::Intersects(r, inval->getBounds())) {
H A DSkMaskFilter.cpp27 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScan_Path.cpp427 const SkIRect& clipRect = clipRgn.getBounds();
467 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
480 const SkIRect& cr = clip.getBounds();
493 const SkIRect& cr = clip.getBounds();
513 fClipRect = &clip->getBounds();
543 if (limitR.contains(orig.getBounds())) {
569 path.getBounds().round(&ir);
674 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DResizableDialog.java75 Rectangle displayBounds = getShell().getDisplay().getBounds();
102 windowBounds = windowShell.getBounds();
192 cachedBounds = getShell().getBounds();
196 cachedBounds = getShell().getBounds();
/external/skia/bench/
H A DAAClipBench.cpp35 fRect.set(fRegion.getBounds());
70 path.getBounds().roundOut(&bounds);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCImageLabel.java94 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DBooleanObjectPropertyEditor.java68 int imageWidth = image.getBounds().width + 2;
87 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
H A DBooleanPropertyEditor.java68 int imageWidth = image.getBounds().width + 2;
85 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLExtras.cpp112 line = clip.getBounds();
117 line = clip.getBounds();
/external/webkit/Source/WebKit/android/plugins/
H A DANPPathInterface.cpp55 SkANP::SetRect(bounds, path->getBounds());
104 ASSIGN(i, getBounds);
/external/webkit/Source/WebCore/platform/android/
H A DWidgetAndroid.cpp54 return platformWidget()->getBounds();
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreViewBridge.h54 const WebCore::IntRect& getBounds() const function in class:WebCoreViewBridge
/external/skia/samplecode/
H A DSampleStrokeText.cpp39 SkRect bounds = path.getBounds();
85 SkRect bounds = path.getBounds();

Completed in 537 milliseconds

1234