HomeSort by relevance Sort by last modified time
    Searched refs:clipBounds (Results 1 - 12 of 12) sorted by null

  /external/skia/src/core/
SkRasterizer.cpp 27 const SkIRect* clipBounds, SkMaskFilter* filter,
32 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode)
43 storage = *clipBounds;
45 clipBounds = &storage;
48 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
54 const SkIRect* clipBounds,
60 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode);
SkScan.cpp 31 const SkIRect& clipBounds = clip->getBounds();
33 if (clipBounds.contains(r)) {
37 if (rr.intersect(clipBounds)) {
SkScan_Antihair.cpp 430 SkRect clipBounds;
431 clipBounds.set(clip->getBounds());
441 clipBounds.inset(-SK_Scalar1, -SK_Scalar1);
443 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
588 const SkIRect& clipBounds = clip->getBounds();
590 if (clipBounds.contains(outerBounds)) {
595 XRect_set(&tmpR, clipBounds);
SkDraw.cpp     [all...]
SkCanvas.cpp 630 const SkIRect& clipBounds = this->getTotalClip().getBounds();
638 if (!ir.intersect(clipBounds)) {
644 ir = clipBounds;
    [all...]
  /external/skia/include/core/
SkRasterizer.h 35 const SkIRect* clipBounds, SkMaskFilter* filter,
43 const SkIRect* clipBounds,
SkDraw.h 72 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
  /external/skia/include/effects/
SkLayerRasterizer.h 52 const SkIRect* clipBounds,
  /external/skia/src/effects/
SkLayerRasterizer.cpp 56 const SkIRect* clipBounds, SkIRect* bounds)
85 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), &matrix,
95 const SkIRect* clipBounds,
103 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds))
  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.mm 66 CGRect clipBounds = CGContextGetClipBoundingBox(context);
67 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.cpp 226 CGRect clipBounds = CGContextGetClipBoundingBox(context);
227 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 510 IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX);
517 clipBounds, &rects) == false)
    [all...]

Completed in 352 milliseconds