/external/skia/src/core/ |
D | SkRasterizer.cpp | 27 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()
|
D | SkScan.cpp | 31 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local 33 if (clipBounds.contains(r)) { in FillIRect() 37 if (rr.intersect(clipBounds)) { in FillIRect()
|
D | SkScan_Antihair.cpp | 581 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()
|
D | SkDraw.cpp | 2313 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()
|
D | SkCanvas.cpp | 628 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/ |
D | SkRasterizer.h | 35 const SkIRect* clipBounds, SkMaskFilter* filter, 43 const SkIRect* clipBounds,
|
D | SkDraw.h | 72 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 56 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/ |
D | SkLayerRasterizer.h | 52 const SkIRect* clipBounds,
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 999 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/ |
D | WebLayer.mm | 66 CGRect clipBounds = CGContextGetClipBoundingBox(context); 67 IntRect clip(enclosingIntRect(clipBounds));
|
/external/webkit/WebKit/android/nav/ |
D | CacheBuilder.cpp | 484 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()
|