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

1234567

/external/skia/legacy/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/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/src/gpu/
H A DGrPath.h21 const GrRect& getBounds() const { return fBounds; } function in class:GrPath
H A DGrReducedClip.cpp50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
175 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
183 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
205 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
229 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
251 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
268 } else if (!SkRect::Intersects(element->getBounds(), queryBound
[all...]
/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...]
/external/skia/legacy/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...]
/external/skia/src/core/
H A DSkRasterClip.h37 const SkIRect& getBounds() const;
68 !SkIRect::Intersects(this->getBounds(), rect);
142 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
144 return fClipRgn->getBounds();
H A DSkRasterClip.cpp48 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
101 tmp.setRect(clip.getBounds());
228 fBW.setRect(fAA.getBounds());
273 fBWRgn.setRect(aaclip->getBounds());
287 fBWRgn.setRect(aaclip.getBounds());
H A DSkScan_AntiPath.cpp86 const int left = clip.getBounds().fLeft;
87 const int right = clip.getBounds().fRight;
427 fClipRect.intersect(clip.getBounds());
614 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
616 const SkRect& r = path.getBounds();
635 clippedIR = origClip.getBounds();
637 if (!clippedIR.intersect(ir, origClip.getBounds())) {
656 const SkIRect& bounds = origClip.getBounds();
690 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
696 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds()
[all...]
/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 DRegionBench.cpp30 return result.op(a, b.getBounds(), SkRegion::kDifference_Op);
35 return result.op(a, a.getBounds(), SkRegion::kDifference_Op);
39 SkIRect r = a.getBounds();
43 r = b.getBounds();
53 SkIRect r = a.getBounds();
59 const SkIRect& r = a.getBounds();
/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java101 if (typeParameter.getBounds()[0] instanceof TypeVariable) {
102 return boundsOf((TypeVariable) typeParameter.getBounds()[0]);
350 for (Type type : typeVariable.getBounds()) {
501 return typeVariable.getBounds()[0]; //
512 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1];
513 System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length - 1);
/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) {

Completed in 1446 milliseconds

1234567