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

1 2

  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 16 const SkIRect* clipBounds, SkMaskFilter* filter,
20 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) {
30 storage = *clipBounds;
32 clipBounds = &storage;
35 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
41 const SkIRect* clipBounds,
46 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
SkBBoxRecord.cpp 33 SkIRect clipBounds;
34 if (this->getClipDeviceBounds(&clipBounds)) {
35 this->handleBBox(SkRect::Make(clipBounds));
SkScan_Antihair.cpp 619 SkRect clipBounds;
620 clipBounds.set(clip->getBounds());
630 clipBounds.inset(-SK_Scalar1, -SK_Scalar1);
632 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
782 const SkIRect& clipBounds = clip->getBounds();
784 if (clipBounds.contains(outerBounds)) {
789 XRect_set(&tmpR, clipBounds);
SkMaskFilter.cpp 290 const SkIRect& clipBounds, NinePatch*) const {
296 const SkIRect& clipBounds, NinePatch*) const {
306 const SkIRect& clipBounds,
  /external/skia/src/core/
SkRasterizer.cpp 16 const SkIRect* clipBounds, SkMaskFilter* filter,
20 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) {
30 storage = *clipBounds;
32 clipBounds = &storage;
35 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
41 const SkIRect* clipBounds,
46 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
SkBBoxRecord.cpp 33 SkIRect clipBounds;
34 if (this->getClipDeviceBounds(&clipBounds)) {
35 this->handleBBox(SkRect::Make(clipBounds));
SkScan_Antihair.cpp 619 SkRect clipBounds;
620 clipBounds.set(clip->getBounds());
630 clipBounds.inset(-SK_Scalar1, -SK_Scalar1);
632 if (!SkLineClipper::IntersectLine(pts, clipBounds, pts)) {
782 const SkIRect& clipBounds = clip->getBounds();
784 if (clipBounds.contains(outerBounds)) {
789 XRect_set(&tmpR, clipBounds);
SkMaskFilter.cpp 290 const SkIRect& clipBounds, NinePatch*) const {
296 const SkIRect& clipBounds, NinePatch*) const {
306 const SkIRect& clipBounds,
  /external/chromium_org/third_party/skia/include/core/
SkRasterizer.h 30 const SkIRect* clipBounds, SkMaskFilter* filter,
39 const SkIRect* clipBounds,
SkMaskFilter.h 87 const SkIRect& clipBounds,
164 const SkIRect& clipBounds,
170 const SkIRect& clipBounds,
SkDraw.h 87 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
  /external/skia/include/core/
SkRasterizer.h 30 const SkIRect* clipBounds, SkMaskFilter* filter,
39 const SkIRect* clipBounds,
SkMaskFilter.h 87 const SkIRect& clipBounds,
164 const SkIRect& clipBounds,
170 const SkIRect& clipBounds,
SkDraw.h 87 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
  /external/skia/tests/
PictureTest.cpp 445 SkIRect clipBounds;
453 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
455 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
456 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
457 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
458 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
466 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
468 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
469 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
470 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom)
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkLayerRasterizer.h 43 const SkIRect* clipBounds,
  /external/skia/include/effects/
SkLayerRasterizer.h 43 const SkIRect* clipBounds,
  /external/chromium_org/third_party/skia/src/effects/
SkLayerRasterizer.cpp 49 const SkIRect* clipBounds, SkIRect* bounds) {
76 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
89 const SkIRect* clipBounds,
96 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds))
SkBlurMaskFilter.cpp 37 const SkIRect& clipBounds,
53 const SkIRect& clipBounds,
57 const SkIRect& clipBounds,
241 const SkIRect& clipBounds,
275 // TODO: take clipBounds into account to limit our coordinates up front
358 const SkIRect& clipBounds,
371 // TODO: take clipBounds into account to limit our coordinates up front
506 const SkIRect& clipBounds,
531 SkRect clipRect = SkRect::Make(clipBounds);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 49 const SkIRect* clipBounds, SkIRect* bounds) {
76 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
89 const SkIRect* clipBounds,
96 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds))
SkBlurMaskFilter.cpp 37 const SkIRect& clipBounds,
53 const SkIRect& clipBounds,
57 const SkIRect& clipBounds,
241 const SkIRect& clipBounds,
275 // TODO: take clipBounds into account to limit our coordinates up front
358 const SkIRect& clipBounds,
371 // TODO: take clipBounds into account to limit our coordinates up front
506 const SkIRect& clipBounds,
531 SkRect clipRect = SkRect::Make(clipBounds);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.cpp 203 SkRect clipBounds;
204 if (m_destContext->getClipBounds(&clipBounds)) {
205 FloatRect clipRect(clipBounds.left(), clipBounds.top(), clipBounds.width(), clipBounds.height());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 892 FloatRect clipBounds;
893 if (!drawingContext()->getTransformedClipBounds(&clipBounds))
910 didDraw(clipBounds);
914 didDraw(clipBounds);
917 if (computeDirtyRect(m_path.boundingRect(), clipBounds, &dirtyRect)) {
1064 FloatRect clipBounds;
1065 if (!drawingContext()->getTransformedClipBounds(&clipBounds))
1076 if (rectContainsTransformedRect(rect, clipBounds)) {
1078 didDraw(clipBounds);
1081 didDraw(clipBounds);
    [all...]

Completed in 982 milliseconds

1 2