Searched defs:clipBounds (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterizer.cpp16 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,
15 rasterize(const SkPath& fillPath, const SkMatrix& matrix, const SkIRect* clipBounds, SkMaskFilter* filter, SkMask* mask, SkMask::CreateMode mode) const argument
40 onRasterize(const SkPath& fillPath, const SkMatrix& matrix, const SkIRect* clipBounds, SkMask* mask, SkMask::CreateMode mode) const argument
H A DSkScan.cpp23 const SkIRect& clipBounds = clip->getBounds(); local
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
H A DSkBBoxRecord.cpp33 SkIRect clipBounds; local
34 if (this->getClipDeviceBounds(&clipBounds)) {
35 this->handleBBox(SkRect::Make(clipBounds));
H A DSkMaskFilter.cpp290 const SkIRect& clipBounds, NinePatch*) const {
296 const SkIRect& clipBounds, NinePatch*) const {
306 const SkIRect& clipBounds,
289 filterRRectToNine(const SkRRect&, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const argument
295 filterRectsToNine(const SkRect[], int count, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const argument
305 canFilterMaskGPU(const SkRect& devBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
H A DSkPicturePlayback.cpp727 SkRect clipBounds; local
728 if (canvas.getClipBounds(&clipBounds)) {
730 clipBounds.roundOut(&query);
H A DSkCanvas.cpp782 SkIRect clipBounds; local
783 if (!this->getClipDeviceBounds(&clipBounds)) {
793 if (!ir.intersect(clipBounds)) {
800 ir = clipBounds;
H A DSkDraw.cpp2804 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2834 if (clipBounds) {
2835 SkIRect tmp = *clipBounds;
2878 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2883 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
/external/skia/src/core/
H A DSkRasterizer.cpp16 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,
15 rasterize(const SkPath& fillPath, const SkMatrix& matrix, const SkIRect* clipBounds, SkMaskFilter* filter, SkMask* mask, SkMask::CreateMode mode) const argument
40 onRasterize(const SkPath& fillPath, const SkMatrix& matrix, const SkIRect* clipBounds, SkMask* mask, SkMask::CreateMode mode) const argument
H A DSkScan.cpp23 const SkIRect& clipBounds = clip->getBounds(); local
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
H A DSkBBoxRecord.cpp33 SkIRect clipBounds; local
34 if (this->getClipDeviceBounds(&clipBounds)) {
35 this->handleBBox(SkRect::Make(clipBounds));
H A DSkMaskFilter.cpp290 const SkIRect& clipBounds, NinePatch*) const {
296 const SkIRect& clipBounds, NinePatch*) const {
306 const SkIRect& clipBounds,
289 filterRRectToNine(const SkRRect&, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const argument
295 filterRectsToNine(const SkRect[], int count, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const argument
305 canFilterMaskGPU(const SkRect& devBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
H A DSkPicturePlayback.cpp727 SkRect clipBounds; local
728 if (canvas.getClipBounds(&clipBounds)) {
730 clipBounds.roundOut(&query);
H A DSkCanvas.cpp782 SkIRect clipBounds; local
783 if (!this->getClipDeviceBounds(&clipBounds)) {
793 if (!ir.intersect(clipBounds)) {
800 ir = clipBounds;
H A DSkDraw.cpp2804 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2834 if (clipBounds) {
2835 SkIRect tmp = *clipBounds;
2878 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2883 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerRasterizer.cpp49 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))
47 compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix, const SkIRect* clipBounds, SkIRect* bounds) argument
88 onRasterize(const SkPath& path, const SkMatrix& matrix, const SkIRect* clipBounds, SkMask* mask, SkMask::CreateMode mode) const argument
H A DSkBlurMaskFilter.cpp37 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);
240 filterRRectToNine(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const argument
356 filterRectsToNine(const SkRect rects[], int count, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const argument
505 canFilterMaskGPU(const SkRect& srcBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp49 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))
47 compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix, const SkIRect* clipBounds, SkIRect* bounds) argument
88 onRasterize(const SkPath& path, const SkMatrix& matrix, const SkIRect* clipBounds, SkMask* mask, SkMask::CreateMode mode) const argument
H A DSkBlurMaskFilter.cpp37 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);
240 filterRRectToNine(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const argument
356 filterRectsToNine(const SkRect rects[], int count, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const argument
505 canFilterMaskGPU(const SkRect& srcBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
H A DTransparencyWin.cpp203 SkRect clipBounds; local
204 if (m_destContext->getClipBounds(&clipBounds)) {
205 FloatRect clipRect(clipBounds.left(), clipBounds.top(), clipBounds.width(), clipBounds.height());
/external/skia/tests/
H A DPictureTest.cpp445 SkIRect clipBounds; local
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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp892 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);
1777 FloatRect clipBounds; local
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp429 SkRect clipBounds = SkRect::Make(clipRegion.getBounds()); local
430 clipBounds.outset(SK_Scalar1, SK_Scalar1);
431 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {
/external/skia/src/pdf/
H A DSkPDFDevice.cpp429 SkRect clipBounds = SkRect::Make(clipRegion.getBounds()); local
430 clipBounds.outset(SK_Scalar1, SK_Scalar1);
431 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 458 milliseconds