HomeSort by relevance Sort by last modified time
    Searched full:clipbounds (Results 1 - 20 of 20) sorted by null

  /external/skia/src/core/
SkRasterizer.cpp 27 const SkIRect* clipBounds, SkMaskFilter* filter,
31 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) {
41 storage = *clipBounds;
43 clipBounds = &storage;
46 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
52 const SkIRect* clipBounds,
57 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 413 SkRect clipBounds;
414 clipBounds.set(clip->getBounds());
424 clipBounds.inset(-SK_Scalar1, -SK_Scalar1);
426 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
574 const SkIRect& clipBounds = clip->getBounds();
576 if (clipBounds.contains(outerBounds)) {
581 XRect_set(&tmpR, clipBounds);
SkCanvas.cpp 709 const SkIRect& clipBounds = this->getTotalClip().getBounds();
710 if (clipBounds.isEmpty()) {
720 if (!ir.intersect(clipBounds)) {
726 ir = clipBounds;
    [all...]
SkDraw.cpp     [all...]
  /external/skia/include/core/
SkRasterizer.h 35 const SkIRect* clipBounds, SkMaskFilter* filter,
43 const SkIRect* clipBounds,
SkDraw.h 84 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
  /external/skia/include/effects/
SkLayerRasterizer.h 51 const SkIRect* clipBounds,
  /external/skia/src/effects/
SkLayerRasterizer.cpp 56 const SkIRect* clipBounds, SkIRect* bounds) {
83 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
95 const SkIRect* clipBounds,
102 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds))
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 81 CGRect clipBounds = CGContextGetClipBoundingBox(context);
82 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 75 CGRect clipBounds = CGContextGetClipBoundingBox(context);
76 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 80 CGRect clipBounds = CGContextGetClipBoundingBox(context);
81 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 547 IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX);
555 clipBounds, &rects) == false)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 446 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, shadowedRect, graphicsContext->clipBounds());
472 IntRect layerRect = calculateLayerBoundingRect(graphicsContext, rect, graphicsContext->clipBounds());
    [all...]
GraphicsContext.h 377 IntRect clipBounds() const;
GraphicsContext.cpp 592 IntRect GraphicsContext::clipBounds() const
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /external/skia/gpu/src/
GrGpuGL.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 870 IntRect GraphicsContext::clipBounds() const
    [all...]
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]

Completed in 515 milliseconds