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

12345678

/external/skia/src/gpu/
H A DGrPathRenderer.cpp21 *bounds = path.getBounds();
H A DGrPath.h37 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
/external/skia/tests/
H A DAAClipTest.cpp70 mask->fBounds = rgn.getBounds();
86 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
128 path.getBounds().round(&ir);
188 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
190 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
202 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
204 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
211 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
216 REPORTER_ASSERT(reporter, clip0.getBounds()
[all...]
H A DPathOpsTightBoundsTest.cpp29 SkRect classicBounds = path.getBounds();
79 SkRect classicBounds = path.getBounds();
134 const SkRect& bounds = path.getBounds();
143 const SkRect& bounds = path.getBounds();
153 const SkRect& bounds = path.getBounds();
163 const SkRect& bounds = path.getBounds();
175 const SkRect& bounds = path.getBounds();
185 const SkRect& bounds = path.getBounds();
195 const SkRect& bounds = path.getBounds();
/external/skia/bench/
H A DRegionBench.cpp29 return result.op(a, b.getBounds(), SkRegion::kDifference_Op);
34 return result.op(a, a.getBounds(), SkRegion::kDifference_Op);
38 SkIRect r = a.getBounds();
42 r = b.getBounds();
52 SkIRect r = a.getBounds();
58 const SkIRect& r = a.getBounds();
H A DBigPathBench.cpp59 const SkRect r = fPath.getBounds();
H A DCoverageBench.cpp44 fRC.setRect(fPath.getBounds().round());
/external/skia/src/core/
H A DSkDrawable.cpp43 draw_bbox(canvas, this->getBounds());
63 SkRect SkDrawable::getBounds() { function in class:SkDrawable
78 const SkRect bounds = this->getBounds();
H A DSkClipStackDevice.cpp51 fClipStack.clipDevRect(ptr->getBounds(), op);
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
H A DSkRasterClip.cpp83 this->op(rrect.getBounds(), ctm, devBounds, op, doAA);
96 SkRect bounds = path.getBounds();
106 this->op(rgn.getBounds(), op);
121 fBounds = result.getBounds();
186 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
187 return fIsBW ? fBW.getBounds() : fAA.getBounds();
281 base.setRect(this->getBounds());
438 fBW.setRect(fAA.getBounds());
486 fBWRgn.setRect(aaclip->getBounds());
[all...]
H A DSkClipStack.h105 return fRRect.getBounds();
138 const SkRect& getBounds() const { function in class:SkClipStack::Element
143 return fRRect.getBounds();
145 return fPath.get()->getBounds();
177 return this->getRect().contains(rrect.getBounds());
180 return fRRect.contains(rrect.getBounds()) || rrect == fRRect;
182 return fPath.get()->conservativelyContainsRect(rrect.getBounds());
360 * getBounds places the current finite bound in its first parameter. In its
368 void getBounds(SkRect* canvFiniteBound,
H A DSkRasterClip.h34 const SkIRect& getBounds() const { return fBounds; } function in class:SkConservativeClip
89 const SkIRect& getBounds() const;
116 return !SkIRect::Intersects(this->getBounds(), rect);
154 fBW.setRect(fAA.getBounds());
227 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
229 return fClipRgn->getBounds();
H A DSkScanPriv.h132 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
150 clippedIR = origClip.getBounds();
152 if (!clippedIR.intersect(ir, origClip.getBounds())) {
171 const SkIRect& bounds = origClip.getBounds();
191 *clipper.getClipRect() == clipRgn->getBounds());
200 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
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.cpp23 SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.getBounds()));
26 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
/external/skia/include/core/
H A DSkDrawable.h54 SkRect getBounds();
/external/skia/gm/
H A Ddrawable.cpp23 canvas->drawRect(path.getBounds(), paint);
H A Dpathmaskcache.cpp36 SkRect bounds = path.getBounds();
100 r.setRotate(60.f, path.getBounds().centerX(), path.getBounds().centerY());
/external/droiddriver/src/io/appium/droiddriver/
H A DUiElement.java129 Rect getBounds(); method in interface:UiElement
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DStaticSentinelStrategy.java57 if (visibleBounds.contains(sentinel.getBounds())) {
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
H A DUiAutomationElement.java96 put(attribs, Attribute.BOUNDS, getBounds(node));
129 private Rect getBounds(AccessibilityNodeInfo node) { method in class:UiAutomationElement
139 Rect foundBounds = getBounds();
142 if (!foundBounds.intersect(parent.getBounds())) {
/external/skia/src/gpu/ops/
H A DGrStencilPathOp.h59 this->setBounds(path->getBounds(), HasAABloat::kNo, IsZeroArea::kNo);
/external/skia/tools/skiaserve/
H A DRequest.h74 SkIRect getBounds();
H A DRequest.cpp114 SkIRect bounds = this->getBounds();
149 SkIRect Request::getBounds() { function in class:Request
187 SkIRect bounds = this->getBounds();
199 SkIRect bounds = this->getBounds();
256 SkIRect bounds = this->getBounds();
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java147 if (typeParameter.getBounds()[0] instanceof TypeVariable) {
148 return boundsOf((TypeVariable<?>) typeParameter.getBounds()[0]);
399 for (Type type : typeVariable.getBounds()) {
557 return typeVariable.getBounds()[0]; //
568 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1];
569 System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length - 1);

Completed in 619 milliseconds

12345678