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

1234567

/external/skia/src/animator/
H A DSkDrawPoint.h27 void getBounds(SkRect* ) override;
H A DSkBoundable.cpp25 void SkBoundable::getBounds(SkRect* rect) { function in class:SkBoundable
28 INHERITED::getBounds(rect);
H A DSkBoundable.h21 virtual void getBounds(SkRect* );
H A DSkDrawPoint.cpp41 void SkDrawPoint::getBounds(SkRect* rect ) { function in class:SkDrawPoint
H A DSkHitTest.cpp36 bullet->getBounds(&bBounds);
43 target->getBounds(&tBounds);
/external/skia/src/gpu/
H A DGrPathRenderer.cpp22 *bounds = path.getBounds();
H A DGrPath.h27 fBounds(skPath.getBounds()) {
37 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
H A DGrReducedClip.cpp60 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
68 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
84 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
90 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
106 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
114 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
130 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
136 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
153 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
159 } else if (!SkRect::Intersects(element->getBounds(), queryBound
[all...]
/external/skia/include/core/
H A DSkDrawable.h51 SkRect getBounds();
/external/skia/src/core/
H A DSkDrawable.cpp40 draw_bbox(canvas, this->getBounds());
55 SkRect SkDrawable::getBounds() { function in class:SkDrawable
70 const SkRect bounds = this->getBounds();
H A DSkRasterClip.h39 const SkIRect& getBounds() const;
65 return !SkIRect::Intersects(this->getBounds(), rect);
99 fBW.setRect(fAA.getBounds());
154 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
156 return fClipRgn->getBounds();
H A DSkRasterClip.cpp51 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
52 return fIsBW ? fBW.getBounds() : fAA.getBounds();
148 return this->setConservativeRect(path.getBounds(), clip.getBounds(), path.isInverseFillType());
178 ir = path.getBounds().roundOut();
194 base.setRect(this->getBounds());
352 fBW.setRect(fAA.getBounds());
402 fBWRgn.setRect(aaclip->getBounds());
416 fBWRgn.setRect(aaclip.getBounds());
[all...]
H A DSkScan_AntiPath.cpp83 sectBounds = clip.getBounds();
85 if (!sectBounds.intersect(ir, clip.getBounds())) {
449 if (!fClipRect.intersect(clip.getBounds())) {
635 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
637 const SkRect& r = path.getBounds();
656 clippedIR = origClip.getBounds();
658 if (!clippedIR.intersect(ir, origClip.getBounds())) {
677 const SkIRect& bounds = origClip.getBounds();
711 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
717 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds()
[all...]
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip
33 // If true, getBounds() can be used in place of this clip.
109 fAAClipBounds = aaclip->getBounds();
H A DSkDeviceLooper.cpp25 SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.getBounds()));
28 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
/external/skia/tests/
H A DAAClipTest.cpp68 mask->fBounds = rgn.getBounds();
84 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
126 path.getBounds().round(&ir);
186 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
188 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
200 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
202 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
209 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
214 REPORTER_ASSERT(reporter, clip0.getBounds()
[all...]
/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();
H A DStrokeBench.cpp24 const SkRect& r = rec->fRRect.getBounds();
43 const SkRect& r = rec->fRRect.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/src/pathops/
H A DSkOpBuilder.cpp57 const SkRect& testBounds = test->getBounds();
60 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) {
/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) {
/external/droiddriver/src/io/appium/droiddriver/
H A DUiElement.java126 Rect getBounds(); method in interface:UiElement

Completed in 378 milliseconds

1234567