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

1234567891011>>

/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/skqp/src/gpu/
H A DGrPathRenderer.cpp21 *bounds = path.getBounds();
H A DGrPath.h37 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
H A DResolvedTypeParameterDeclaration.java84 public List<Bound> getBounds() {
171 List<Bound> getBounds(); method in interface:ResolvedTypeParameterDeclaration
177 for (Bound b : getBounds()) {
189 for (Bound b : getBounds()) {
203 for (Bound b : getBounds()) {
217 for (Bound b : getBounds()) {
/external/skia/tests/
H A DAAClipTest.cpp81 mask->fBounds = rgn.getBounds();
97 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
139 path.getBounds().round(&ir);
199 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
213 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
215 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
222 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
227 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/skqp/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();
/external/skqp/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();
/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->opRect(rrect.getBounds(), ctm, devBounds, op, doAA);
96 SkRect bounds = path.getBounds();
106 this->opIRect(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 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 DSkScan_AntiPath.cpp593 const SkRect& bounds = path.getBounds();
607 const SkRect& bounds = path.getBounds();
625 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
676 SkIRect ir = safeRoundOut(path.getBounds());
691 clippedIR = origClip.getBounds();
693 if (!clippedIR.intersect(ir, origClip.getBounds())) {
712 const SkIRect& bounds = origClip.getBounds();
731 *clipper.getClipRect() == clipRgn->getBounds());
741 SkScan::DAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE, daaRecord);
745 SkScan::AAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRL
[all...]
/external/skqp/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->opRect(rrect.getBounds(), ctm, devBounds, op, doAA);
96 SkRect bounds = path.getBounds();
106 this->opIRect(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 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();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTouchDelegate.java22 public Rect getBounds() { method in class:ShadowTouchDelegate
/external/skia/include/core/
H A DSkDrawable.h54 SkRect getBounds();
/external/skqp/include/core/
H A DSkDrawable.h54 SkRect getBounds();
/external/skia/gm/
H A Ddrawable.cpp23 canvas->drawRect(path.getBounds(), paint);
/external/skqp/gm/
H A Ddrawable.cpp23 canvas->drawRect(path.getBounds(), paint);

Completed in 1124 milliseconds

1234567891011>>