Searched refs:getBounds (Results 101 - 125 of 290) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrPictureUtils.cpp243 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
247 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
/external/skia/tools/lua/
H A Dscrape.lua68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds()))
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp174 SkASSERT(deviceR.contains(fClip.getBounds()));
1173 bitmap.getBounds(&storage);
1396 base.setRect(currClip->getBounds());
1423 this->onClipRect(rrect.getBounds(), op, edgeStyle);
1472 if (this->quickReject(path.getBounds())) {
1497 if (devPath.getBounds().isEmpty()) {
1625 fClipStack.clipDevRect(rgn.getBounds(), op);
1698 return !SkIRect::Intersects(idst, fMCRec->fRasterClip->getBounds());
1715 return path.isEmpty() || this->quickReject(path.getBounds());
1755 *bounds = clip.getBounds();
[all...]
H A DSkMaskFilter.cpp216 clip.getBounds(),
239 clip.getBounds(), &patch)) {
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScan_Hairline.cpp64 r.set(clip->getBounds());
84 const SkIRect& bounds = clip->getBounds();
271 path.getBounds().roundOut(&ibounds);
/external/skia/src/core/
H A DSkCanvas.cpp174 SkASSERT(deviceR.contains(fClip.getBounds()));
1173 bitmap.getBounds(&storage);
1396 base.setRect(currClip->getBounds());
1423 this->onClipRect(rrect.getBounds(), op, edgeStyle);
1472 if (this->quickReject(path.getBounds())) {
1497 if (devPath.getBounds().isEmpty()) {
1625 fClipStack.clipDevRect(rgn.getBounds(), op);
1698 return !SkIRect::Intersects(idst, fMCRec->fRasterClip->getBounds());
1715 return path.isEmpty() || this->quickReject(path.getBounds());
1755 *bounds = clip.getBounds();
[all...]
H A DSkMaskFilter.cpp216 clip.getBounds(),
239 clip.getBounds(), &patch)) {
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkScan_Hairline.cpp64 r.set(clip->getBounds());
84 const SkIRect& bounds = clip->getBounds();
271 path.getBounds().roundOut(&ibounds);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp173 SkRect larger = one.getBounds();
174 larger.join(two.getBounds());
199 const SkRect& bounds1 = scaledOne.getBounds();
244 const SkRect& bounds1 = one.getBounds();
245 const SkRect& bounds2 = two.getBounds();
350 const SkRect& bounds1 = one.getBounds();
351 const SkRect& bounds2 = two.getBounds();
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrRRectEffect.cpp306 SkRect rect = rrect.getBounds();
601 SkRect rect = rrect.getBounds();
637 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
641 return GrOvalEffect::Create(edgeType, rrect.getBounds());
648 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
708 rr.writable()->setRectRadii(rrect.getBounds(), radii);
713 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp173 SkRect larger = one.getBounds();
174 larger.join(two.getBounds());
199 const SkRect& bounds1 = scaledOne.getBounds();
244 const SkRect& bounds1 = one.getBounds();
245 const SkRect& bounds2 = two.getBounds();
350 const SkRect& bounds1 = one.getBounds();
351 const SkRect& bounds2 = two.getBounds();
/external/skia/src/gpu/effects/
H A DGrRRectEffect.cpp306 SkRect rect = rrect.getBounds();
601 SkRect rect = rrect.getBounds();
637 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
641 return GrOvalEffect::Create(edgeType, rrect.getBounds());
648 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
708 rr.writable()->setRectRadii(rrect.getBounds(), radii);
713 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h273 const SkRect& getBounds() const { function in class:SkPath
274 return fPathRef->getBounds();
278 update it so that subsequent calls to getBounds will be instantaneous.
283 // for now, just calling getBounds() is sufficient
284 this->getBounds();
H A DSkRRect.h193 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
/external/skia/include/core/
H A DSkPath.h273 const SkRect& getBounds() const { function in class:SkPath
274 return fPathRef->getBounds();
278 update it so that subsequent calls to getBounds will be instantaneous.
283 // for now, just calling getBounds() is sufficient
284 this->getBounds();
H A DSkRRect.h193 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
/external/chromium_org/third_party/skia/gm/
H A Dconicpaths.cpp120 const SkRect& bounds = fPaths[p].getBounds();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDitherBitmap.cpp50 path.getBounds().round(&bounds);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.h59 virtual void getBounds(SkRect* );
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp30 tmp.getBounds().round(&ir);
H A DSkMatrixImageFilter.cpp60 src.getBounds(&srcBounds);
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp63 SkIRect r = rc.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java99 Rectangle imageBounds = image.getBounds();
/external/skia/gm/
H A Dconicpaths.cpp120 const SkRect& bounds = fPaths[p].getBounds();
/external/skia/samplecode/
H A DSampleDitherBitmap.cpp50 path.getBounds().round(&bounds);

Completed in 595 milliseconds

1234567891011>>