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

123

/external/chromium_org/third_party/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);
/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);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.h28 fBounds(skPath.getBounds()) {
38 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
/external/skia/src/gpu/
H A DGrPath.h25 fBounds(skPath.getBounds()) {
34 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
/external/skia/src/core/
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip
103 fAAClipBounds = aaclip->getBounds();
H A DSkRasterClip.cpp48 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
H A DSkRasterClip.h37 const SkIRect& getBounds() const;
67 !SkIRect::Intersects(this->getBounds(), rect);
142 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
144 return fClipRgn->getBounds();
/external/chromium_org/third_party/skia/src/core/
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();
151 return this->setConservativeRect(path.getBounds(), clip.getBounds(), path.isInverseFillType());
181 path.getBounds().roundOut(&ir);
197 base.setRect(this->getBounds());
355 fBW.setRect(fAA.getBounds());
405 fBWRgn.setRect(aaclip->getBounds());
419 fBWRgn.setRect(aaclip.getBounds());
[all...]
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();
/external/droiddriver/src/com/google/android/droiddriver/
H A DUiElement.java126 Rect getBounds(); method in interface:UiElement
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationElement.java94 put(attribs, Attribute.BOUNDS, getBounds(node));
127 private Rect getBounds(AccessibilityNodeInfo node) { method in class:UiAutomationElement
137 Rect visibleBounds = getBounds();
141 parentBounds = parent.getBounds();
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyclip.cpp168 clip->getBounds(&bounds);
191 clip->getBounds(&bounds);
275 void getBounds(SkRect* bounds) const { function in class:skiagm::ConvexPolyClip::Clip
278 *bounds = fPath.getBounds();
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h193 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
H A DSkRegion.h86 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
H A DSkClipStack.h93 return fRRect.getBounds();
123 const SkRect& getBounds() const { function in class:SkClipStack::Element
128 return fRRect.getBounds();
130 return fPath.get()->getBounds();
300 * getBounds places the current finite bound in its first parameter. In its
308 void getBounds(SkRect* canvFiniteBound,
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DBaseUiElement.java141 public Rect getBounds() { method in class:BaseUiElement
264 } else if (!getVisibleBounds().equals(getBounds())) {
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DViewElement.java85 put(Attribute.BOUNDS, getBounds());
143 private Rect getBounds() { method in class:ViewElement.SnapshotViewAttributesRunnable
/external/robolectric/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.cpp166 clip->getBounds(&bounds);
189 clip->getBounds(&bounds);
273 void getBounds(SkRect* bounds) const { function in class:skiagm::ConvexPolyClip::Clip
276 *bounds = fPath.getBounds();
/external/skia/include/core/
H A DSkRRect.h193 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
H A DSkRegion.h86 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp122 void getBounds(SkRect* bounds) { function in class:Draw
142 this->getBounds(&r);
153 this->getBounds(&bounds);

Completed in 1368 milliseconds

123