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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
LogNPPSetWindow.cpp 50 window->clipRect.left, window->clipRect.top, window->clipRect.right, window->clipRect.bottom,
  /frameworks/base/libs/hwui/
Snapshot.cpp 34 clipRect = &mClipRectRoot;
56 mClipRectRoot.set(*s->clipRect);
57 clipRect = &mClipRectRoot;
63 clipRect = s->clipRect;
81 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom);
88 clipRect->set(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 50 canvas.clipRect(0, 0, 100, 100);
74 canvas.clipRect(10, 10, 90, 90);
75 canvas.clipRect(30, 30, 70, 70, Region.Op.DIFFERENCE);
90 canvas.clipRect(0, 0, 60, 60);
91 canvas.clipRect(40, 40, 100, 100, Region.Op.UNION);
97 canvas.clipRect(0, 0, 60, 60);
98 canvas.clipRect(40, 40, 100, 100, Region.Op.XOR);
104 canvas.clipRect(0, 0, 60, 60);
105 canvas.clipRect(40, 40, 100, 100, Region.Op.REVERSE_DIFFERENCE);
  /external/skia/tests/
ClipCubicTest.cpp 82 SkIRect clipRect;
87 clipRect.set(-2, -2, 6, 14);
88 clipper.setClip(clipRect);
95 clipRect.set(-2, 0, 6, 14);
96 clipper.setClip(clipRect);
103 clipRect.set(-2, -2, 6, 12);
104 clipper.setClip(clipRect);
111 clipRect.set(-2, 14, 6, 20);
112 clipper.setClip(clipRect);
117 clipRect.set(-2, 1, 6, 14)
    [all...]
CanvasStateTest.cpp 100 SkRect clipRect = layerRect;
101 clipRect.fRight = clipRect.fLeft + (clipRect.width() / 2) - (2*SPACER);
102 clipRect.outset(SPACER, SPACER);
105 clipRect.roundIn(&regionBounds);
106 regionBounds.offset(clipRect.width() + (2*SPACER), 0);
153 tmpCanvas->clipRect(clipRect, clipOps[j]);
  /external/chromium_org/third_party/molokocacao/
NSBezierPath+MCAdditions.h 23 - (void)strokeInsideWithinRect:(NSRect)clipRect;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
HostWindow.h 52 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0;
  /external/chromium_org/third_party/skia/src/animator/
SkDrawClip.cpp 33 maker.fCanvas->clipRect(rect->fRect);
  /external/skia/gm/
blurquickreject.cpp 36 SkRect clipRect = SkRect::MakeXYWH(0, 0, kBoxSize, kBoxSize);
65 canvas->drawRect(clipRect, hairlinePaint);
66 canvas->clipRect(clipRect);
inversepaths.cpp 87 SkRect clipRect = SkRect::MakeLTRB(slideBoundary, slideBoundary,
118 canvas->drawRect(clipRect, clipPaint);
121 canvas->clipRect(clipRect);
  /external/skia/src/animator/
SkDrawClip.cpp 33 maker.fCanvas->clipRect(rect->fRect);
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.h 79 void scrollRect(int dx, int dy, const WebCore::IntRect& clipRect);
  /external/chromium_org/third_party/skia/src/core/
SkScanPriv.h 31 // clipRect == null means path is entirely inside the clip
32 void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
SkScan_Path.cpp 312 // of the spans it is given (clipped to the left/right of the cliprect)
427 // clipRect may be null, even though we always have a clip. This indicates that
430 // clipRect (if no null) has already been shifted up
432 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter,
439 int count = builder.build(path, clipRect, shiftEdgesUp);
487 if (clipRect && start_y < clipRect->fTop) {
488 start_y = clipRect->fTop;
490 if (clipRect && stop_y > clipRect->fBottom)
    [all...]
  /external/skia/src/core/
SkScanPriv.h 31 // clipRect == null means path is entirely inside the clip
32 void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
SkScan_Path.cpp 312 // of the spans it is given (clipped to the left/right of the cliprect)
427 // clipRect may be null, even though we always have a clip. This indicates that
430 // clipRect (if no null) has already been shifted up
432 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter,
439 int count = builder.build(path, clipRect, shiftEdgesUp);
487 if (clipRect && start_y < clipRect->fTop) {
488 start_y = clipRect->fTop;
490 if (clipRect && stop_y > clipRect->fBottom)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 77 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
80 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE);
83 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
86 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
FocusedStackFrame.java 84 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
88 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
92 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
96 c.clipRect(mTmpDrawRect, Region.Op.REPLACE);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidgetImageView.java 40 canvas.clipRect(getScrollX() + getPaddingLeft(),
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWidgetImageView.java 40 canvas.clipRect(getScrollX() + getPaddingLeft(),
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.h 53 void paintCaret(Node*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
81 void paintDragCaret(Frame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
  /external/chromium_org/cc/test/
fake_content_layer_client.cc 24 canvas->clipRect(gfx::RectToSkRect(paint_rect));
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 53 // Called when a region of the WebWidget, given by clipRect, should be
55 virtual void didScrollRect(int dx, int dy, const WebRect& clipRect) { }
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStack.h 33 virtual bool clipRect(const SkRect&, SkRegion::Op, bool) SK_OVERRIDE;
  /external/skia/src/utils/
SkCanvasStack.h 33 virtual bool clipRect(const SkRect&, SkRegion::Op, bool) SK_OVERRIDE;

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>