Home
last modified time | relevance | path

Searched refs:clipBounds (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkRasterizer.cpp27 const SkIRect* clipBounds, SkMaskFilter* filter, in rasterize() argument
32 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) in rasterize()
43 storage = *clipBounds; in rasterize()
45 clipBounds = &storage; in rasterize()
48 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode); in rasterize()
54 const SkIRect* clipBounds, in onRasterize() argument
60 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode); in onRasterize()
DSkScan.cpp31 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
33 if (clipBounds.contains(r)) { in FillIRect()
37 if (rr.intersect(clipBounds)) { in FillIRect()
DSkScan_Antihair.cpp581 const SkIRect& clipBounds = clip->getBounds(); in AntiFillXRect() local
583 if (clipBounds.contains(outerBounds)) { in AntiFillXRect()
588 XRect_set(&tmpR, clipBounds); in AntiFillXRect()
641 const SkIRect& clipBounds = clip->getBounds(); in AntiFillRect() local
643 if (clipBounds.contains(outerBounds)) { in AntiFillRect()
648 tmpR.set(clipBounds); in AntiFillRect()
DSkDraw.cpp2313 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, in compute_bounds() argument
2344 if (clipBounds && !SkIRect::Intersects(*clipBounds, *bounds)) { in compute_bounds()
2350 if (clipBounds && !clipBounds->contains(*bounds)) { in compute_bounds()
2352 (void)tmp.intersect(*clipBounds); in compute_bounds()
2390 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() argument
2394 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds)) in DrawToMask()
DSkCanvas.cpp628 const SkIRect& clipBounds = this->getTotalClip().getBounds(); in saveLayer() local
636 if (!ir.intersect(clipBounds)) { in saveLayer()
642 ir = clipBounds; in saveLayer()
/external/skia/include/core/
DSkRasterizer.h35 const SkIRect* clipBounds, SkMaskFilter* filter,
43 const SkIRect* clipBounds,
DSkDraw.h72 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
/external/skia/src/effects/
DSkLayerRasterizer.cpp56 const SkIRect* clipBounds, SkIRect* bounds) in compute_bounds() argument
85 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), &matrix, in compute_bounds()
95 const SkIRect* clipBounds, in onRasterize() argument
103 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds)) in onRasterize()
/external/skia/include/effects/
DSkLayerRasterizer.h52 const SkIRect* clipBounds,
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp999 QRectF clipBounds = p->clipPath().boundingRect(); in clipOut() local
1003 newClip.addRect(clipBounds); in clipOut()
1065 QRectF clipBounds = p->clipPath().boundingRect(); in clipOut() local
1068 newClip.addRect(clipBounds); in clipOut()
1080 QRectF clipBounds = p->clipPath().boundingRect(); in clipOutEllipseInRect() local
1083 newClip.addRect(clipBounds); in clipOutEllipseInRect()
/external/webkit/WebCore/platform/graphics/mac/
DWebLayer.mm66 CGRect clipBounds = CGContextGetClipBoundingBox(context);
67 IntRect clip(enclosingIntRect(clipBounds));
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp484 IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX); in groups() local
491 clipBounds, &rects) == false) in groups()
2798 IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX); in ConstructPartRects() local
2800 clipBounds = hasClip ? renderer->absoluteBoundingBoxRect() : in ConstructPartRects()
2804 x, y, focusBounds, clipBounds, result) == false) { in ConstructPartRects()
2864 IntRect* focusBounds, const IntRect& clipBounds, WTF::Vector<IntRect>* result) in ConstructTextRect() argument
2880 bounds.intersect(clipBounds); in ConstructTextRect()
2899 const IntRect& clipBounds, WTF::Vector<IntRect>* result) in ConstructTextRects() argument
2913 x, y, focusBounds, clipBounds, result) == false) in ConstructTextRects()