Searched defs:getBounds (Results 1 - 25 of 52) sorted by relevance

123

/external/skia/src/animator/
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 DSkDisplayable.cpp418 void SkDisplayable::getBounds(SkRect* rect) { function in class:SkDisplayable
/external/skia/src/gpu/
H A DGrPLSGeometryProcessor.h23 const SkRect& getBounds() const { function in class:GrPLSGeometryProcessor
H A DGrPath.h36 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
/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 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 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());
166 return this->op(rrect.getBounds(), bounds, op, doAA);
187 ir = path.getBounds().roundOut();
207 base.setRect(this->getBounds());
365 fBW.setRect(fAA.getBounds());
415 fBWRgn.setRect(aaclip->getBounds());
[all...]
H A DSkRasterClip.h41 const SkIRect& getBounds() const;
68 return !SkIRect::Intersects(this->getBounds(), rect);
102 fBW.setRect(fAA.getBounds());
157 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
159 return fClipRgn->getBounds();
H A DSkClipStack.cpp408 fFiniteBound = fRRect.getBounds();
412 fFiniteBound = fPath.get()->getBounds();
598 void SkClipStack::getBounds(SkRect* canvFiniteBound, function in class:SkClipStack
631 if (SkRect::Intersects(element->getBounds(), rect)) {
706 if (!SkRect::Intersects(prior->getBounds(), element.getBounds())) {
829 this->getBounds(&temp, &boundType, isIntersectionOfRects);
H A DSkBitmap.cpp103 void SkBitmap::getBounds(SkRect* bounds) const { function in class:SkBitmap
109 void SkBitmap::getBounds(SkIRect* bounds) const { function in class:SkBitmap
/external/droiddriver/src/io/appium/droiddriver/
H A DUiElement.java126 Rect getBounds(); method in interface:UiElement
/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 visibleBounds = getBounds();
143 parentBounds = parent.getBounds();
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java147 public Rect getBounds() { method in class:BaseUiElement
289 } else if (!getVisibleBounds().equals(getBounds())) {
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java84 put(Attribute.BOUNDS, getBounds());
140 private Rect getBounds() { method in class:ViewElement.AttributesSnapshot
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java75 public final Rect getBounds() { method in class:ShadowDrawable
98 bounds.set(getBounds());
/external/skia/gm/
H A Dconvexpolyclip.cpp169 clip->getBounds(&bounds);
192 clip->getBounds(&bounds);
274 void getBounds(SkRect* bounds) const { function in class:skiagm::ConvexPolyClip::Clip
277 *bounds = fPath.getBounds();
/external/skia/include/core/
H A DSkRRect.h212 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
H A DSkRegion.h85 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
H A DSkClipStack.h92 return fRRect.getBounds();
122 const SkRect& getBounds() const { function in class:SkClipStack::Element
127 return fRRect.getBounds();
129 return fPath.get()->getBounds();
299 * getBounds places the current finite bound in its first parameter. In its
307 void getBounds(SkRect* canvFiniteBound,
H A DSkPathRef.h174 *rect = this->getBounds();
197 const SkRect& getBounds() const { function in class:SkPathRef
322 // called, if dirty, by getBounds()
H A DSkPath.h318 const SkRect& getBounds() const { function in class:SkPath
319 return fPathRef->getBounds();
323 update it so that subsequent calls to getBounds will be instantaneous.
328 // for now, just calling getBounds() is sufficient
329 this->getBounds();
1147 // equivalent to a short-circuit version of getBounds().isEmpty()
/external/guava/guava/src/com/google/common/reflect/
H A DTypes.java194 result.set(subtypeOfComponentType(t.getBounds()));
406 public Type[] getBounds() { method in class:Types.TypeVariableImpl
/external/skia/samplecode/
H A DSampleDraw.cpp122 void getBounds(SkRect* bounds) { function in class:Draw
142 this->getBounds(&r);
153 this->getBounds(&bounds);
/external/skia/tools/
H A Dskdiff_main.cpp387 bool getBounds,
513 if (getBounds) {
535 if (getBounds) {
556 if (getBounds) {
378 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument

Completed in 575 milliseconds

123