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

1234567891011>>

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPoint.h27 virtual void getBounds(SkRect* );
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/chromium_org/third_party/skia/src/gpu/
H A DGrPathRenderer.cpp22 *bounds = path.getBounds();
H A DGrPath.h25 fBounds(skPath.getBounds()) {
34 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
H A DGrReducedClip.cpp57 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
191 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
215 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
237 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
261 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
267 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
284 } else if (!SkRect::Intersects(element->getBounds(), queryBound
[all...]
/external/skia/src/animator/
H A DSkDrawPoint.h27 virtual void getBounds(SkRect* );
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.h25 fBounds(skPath.getBounds()) {
34 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
H A DGrReducedClip.cpp57 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
191 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
199 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
215 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
221 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
237 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
245 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
261 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
267 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
284 } else if (!SkRect::Intersects(element->getBounds(), queryBound
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkNoSaveLayerCanvas.h36 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
40 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
/external/skia/include/utils/
H A DSkNoSaveLayerCanvas.h36 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
40 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
/external/chromium_org/third_party/skia/tests/
H A DAAClipTest.cpp69 mask->fBounds = rgn.getBounds();
85 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
127 path.getBounds().round(&ir);
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
203 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds()
[all...]
/external/skia/tests/
H A DAAClipTest.cpp69 mask->fBounds = rgn.getBounds();
85 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
127 path.getBounds().round(&ir);
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
203 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds()
[all...]
/external/chromium_org/third_party/skia/src/core/
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/skia/src/core/
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/ui/gfx/
H A Dpath_aura.cc14 const SkRect bounds = 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/chromium_org/third_party/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();

Completed in 633 milliseconds

1234567891011>>