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

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterizer.cpp18 const SkIRect* clipBounds, SkMaskFilter* filter,
22 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) {
32 storage = *clipBounds;
34 clipBounds = &storage;
37 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
43 const SkIRect* clipBounds,
48 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
17 rasterize(const SkPath& fillPath, const SkMatrix& matrix, const SkIRect* clipBounds, SkMaskFilter* filter, SkMask* mask, SkMask::CreateMode mode) const argument
42 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::MakeFromIRect(clipBounds));
H A DSkMaskFilter.cpp271 const SkIRect& clipBounds, NinePatch*) const {
281 const SkIRect& clipBounds,
270 filterRectsToNine(const SkRect[], int count, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const argument
280 canFilterMaskGPU(const SkRect& devBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
H A DSkPicturePlayback.cpp680 SkRect clipBounds; local
681 if (canvas.getClipBounds(&clipBounds)) {
683 clipBounds.roundOut(&query);
H A DSkCanvas.cpp780 SkIRect clipBounds; local
781 if (!this->getClipDeviceBounds(&clipBounds)) {
791 if (!ir.intersect(clipBounds)) {
798 ir = clipBounds;
H A DSkDraw.cpp2735 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2765 if (clipBounds) {
2766 SkIRect tmp = *clipBounds;
2809 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2814 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
/external/skia/src/core/
H A DSkRasterizer.cpp18 const SkIRect* clipBounds, SkMaskFilter* filter,
22 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) {
32 storage = *clipBounds;
34 clipBounds = &storage;
37 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
43 const SkIRect* clipBounds,
48 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
17 rasterize(const SkPath& fillPath, const SkMatrix& matrix, const SkIRect* clipBounds, SkMaskFilter* filter, SkMask* mask, SkMask::CreateMode mode) const argument
42 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::MakeFromIRect(clipBounds));
H A DSkMaskFilter.cpp271 const SkIRect& clipBounds, NinePatch*) const {
281 const SkIRect& clipBounds,
270 filterRectsToNine(const SkRect[], int count, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const argument
280 canFilterMaskGPU(const SkRect& devBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
H A DSkPicturePlayback.cpp680 SkRect clipBounds; local
681 if (canvas.getClipBounds(&clipBounds)) {
683 clipBounds.roundOut(&query);
H A DSkCanvas.cpp780 SkIRect clipBounds; local
781 if (!this->getClipDeviceBounds(&clipBounds)) {
791 if (!ir.intersect(clipBounds)) {
798 ir = clipBounds;
H A DSkDraw.cpp2735 static bool compute_bounds(const SkPath& devPath, const SkIRect* clipBounds, argument
2765 if (clipBounds) {
2766 SkIRect tmp = *clipBounds;
2809 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, argument
2814 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,
220 const SkIRect& clipBounds,
232 // TODO: take clipBounds into account to limit our coordinates up front
379 const SkIRect& clipBounds,
404 SkRect clipRect = SkRect::MakeFromIRect(clipBounds);
218 filterRectsToNine(const SkRect rects[], int count, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const argument
378 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,
220 const SkIRect& clipBounds,
232 // TODO: take clipBounds into account to limit our coordinates up front
379 const SkIRect& clipBounds,
404 SkRect clipRect = SkRect::MakeFromIRect(clipBounds);
218 filterRectsToNine(const SkRect rects[], int count, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const argument
378 canFilterMaskGPU(const SkRect& srcBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkRect* maskRect) const argument
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DTransparencyWin.cpp210 SkRect clipBounds; local
211 if (m_destContext->getClipBounds(&clipBounds)) {
212 FloatRect clipRect(clipBounds.left(), clipBounds.top(), clipBounds.width(), clipBounds.height());
/external/skia/tests/
H A DPictureTest.cpp470 SkIRect clipBounds; local
478 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
480 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
481 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
482 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
483 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
491 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
493 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
494 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
495 REPORTER_ASSERT(reporter, 8 == clipBounds
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp410 SkRect clipBounds = SkRect::Make(clipRegion.getBounds()); local
411 clipBounds.outset(SK_Scalar1, SK_Scalar1);
412 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {
/external/skia/src/pdf/
H A DSkPDFDevice.cpp426 SkRect clipBounds = SkRect::Make(clipRegion.getBounds()); local
427 clipBounds.outset(SK_Scalar1, SK_Scalar1);
428 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 271 milliseconds