Searched defs:clipRegion (Results 1 - 7 of 7) sorted by relevance

/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp103 const SkRegion& clipRegion = gDumpCanvas->getTotalClip(); local
105 if (clipRegion.getBoundaryPath(&clipPath)) {
/external/skia/tests/
H A DCanvasStateTest.cpp166 SkRegion clipRegion; local
167 clipRegion.setRect(regionBounds);
168 clipRegion.op(regionInterior, SkRegion::kDifference_Op);
206 SkRegion localRegion = clipRegion;
/external/skia/tools/
H A DPictureRenderer.cpp755 // Uses a clipRegion so that it will be unaffected by the scale factor, which may have been set
757 SkRegion clipRegion; local
758 clipRegion.setRect(0, 0, this->getViewWidth(), this->getViewHeight());
759 canvas->clipRegion(clipRegion);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp245 void updateClip(const SkClipStack& clipStack, const SkRegion& clipRegion,
382 const SkRegion& clipRegion,
415 SkRect clipBounds = SkRect::Make(clipRegion.getBounds());
429 const SkRegion& clipRegion,
444 currentEntry()->fClipRegion = clipRegion;
451 if (get_clip_stack_path(transform, clipStack, clipRegion, &clipPath)) {
481 SkAssertResult(clipRegion.getBoundaryPath(&clipPath));
626 const SkRegion& clipRegion, const SkMatrix& matrix,
632 init(clipStack, clipRegion, matrix, paint, hasText);
689 void init(const SkClipStack* clipStack, const SkRegion& clipRegion, argument
380 get_clip_stack_path(const SkMatrix& transform, const SkClipStack& clipStack, const SkRegion& clipRegion, SkPath* outClipPath) argument
428 updateClip(const SkClipStack& clipStack, const SkRegion& clipRegion, const SkPoint& translation) argument
625 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, const SkRegion& clipRegion, const SkMatrix& matrix, const SkPaint& paint, bool hasText = false) argument
1624 drawFormXObjectWithMask(int xObjectIndex, SkPDFFormXObject* mask, const SkClipStack* clipStack, const SkRegion& clipRegion, SkXfermode::Mode mode, bool invertClip) argument
1654 setUpContentEntry(const SkClipStack* clipStack, const SkRegion& clipRegion, const SkMatrix& matrix, const SkPaint& paint, bool hasText, SkPDFFormXObject** dst) argument
1792 SkRegion clipRegion = contentEntries->fState.fClipRegion; local
1915 populateGraphicStateEntryFromPaint( const SkMatrix& matrix, const SkClipStack& clipStack, const SkRegion& clipRegion, const SkPaint& paint, bool hasText, GraphicStateEntry* entry) argument
2067 const SkRegion* clipRegion = &origClipRegion; local
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp1510 void SkCanvas::clipRegion(const SkRegion& rgn, SkRegion::Op op) { function in class:SkCanvas
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 ...

Completed in 188 milliseconds