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

1 2

  /external/skia/src/core/
SkBigPicture.cpp 33 SkRect clipBounds = { 0, 0, 0, 0 };
34 (void)canvas->getClipBounds(&clipBounds);
35 const bool useBBH = !clipBounds.contains(this->cullRect());
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
SkMultiPictureDraw.cpp 127 SkRect clipBounds;
128 if (!data.fCanvas->getClipBounds(&clipBounds)) {
143 clipBounds,
162 SkRect clipBounds;
163 if (!canvas->getClipBounds(&clipBounds)) {
177 clipBounds, &needRendering, &recycled,
SkDevice.cpp 415 const SkIRect clipBounds = draw.fClip->getBounds().makeOffset(-x, -y);
417 SkImageFilter::Context ctx(matrix, clipBounds, cache.get());
SkImageFilter.cpp 222 Cache::Key key(fUniqueID, context.ctm(), context.clipBounds(),
389 return dstBounds->intersect(ctx.clipBounds());
401 if (!bounds->intersect(ctx.clipBounds())) {
456 SkIRect clipBounds;
457 this->onFilterNodeBounds(ctx.clipBounds(), ctx.ctm(), &clipBounds,
459 return Context(ctx.ctm(), clipBounds, ctx.cache());
SkCanvas.cpp     [all...]
  /external/skia/src/effects/
SkComposeImageFilter.cpp 38 SkIRect clipBounds = ctx.clipBounds();
39 clipBounds.offset(-innerOffset.x(), -innerOffset.y());
40 Context outerContext(outerMatrix, clipBounds, ctx.cache());
  /external/skia/src/gpu/
GrBlurUtils.cpp 21 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) {
22 return clipBounds.isEmpty() || rect.isEmpty() || !SkIRect::Intersects(clipBounds, rect);
55 const SkIRect& clipBounds,
60 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM,
72 if (clip_bounds_quick_reject(clipBounds, dstM.fBounds)) {
161 SkIRect clipBounds;
162 clip.getConservativeBounds(drawContext->width(), drawContext->height(), &clipBounds);
200 clipBounds,
205 if (clip_bounds_quick_reject(clipBounds, finalIRect))
    [all...]
GrLayerHoister.cpp 88 SkIRect clipBounds = dstIR;
95 info.fPaint->getImageFilter()->filterBounds(clipBounds, totMat, &clipBounds);
104 if (!srcIR->intersect(clipBounds)) {
108 *srcIR = clipBounds;
299 SkIRect clipBounds = layer->rect();
304 SkImageFilter::Context filterContext(totMat, clipBounds, cache);
SkGpuDevice.cpp     [all...]
  /external/skia/include/core/
SkImageFilter.h 37 // This cache maps from (filter's unique ID + CTM + clipBounds + src bitmap generation ID) to
55 Context(const SkMatrix& ctm, const SkIRect& clipBounds, Cache* cache)
57 , fClipBounds(clipBounds)
62 const SkIRect& clipBounds() const { return fClipBounds; }
  /external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp 83 SkRect clipBounds) {
84 return new TessellatingPathBatch(color, path, stroke, viewMatrix, clipBounds);
211 const SkRect& clipBounds)
218 fClipBounds = clipBounds;
261 SkRect clipBounds = SkRect::Make(clipBoundsI);
266 vmi.mapRect(&clipBounds);
269 clipBounds));
283 SkRect clipBounds = GrTest::TestRect(random);
289 vmi.mapRect(&clipBounds);
291 return TessellatingPathBatch::Create(color, path, strokeInfo, viewMatrix, clipBounds);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RectShadowPainter.java 117 Rect clipBounds = canvas.getClipBounds();
118 if (clipBounds.isEmpty()) {
ViewGroup_Delegate.java 80 Rect clipBounds = canvas.getClipBounds();
81 Rect newBounds = new Rect(clipBounds);
85 canvas.clipRect(clipBounds, Op.REPLACE);
93 Rect clipBounds = canvas.getClipBounds();
94 if (clipBounds.isEmpty()) {
97 BufferedImage image = new BufferedImage(clipBounds.width(), clipBounds.height(),
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 741 CFX_RectF clipBounds;
746 pGraphics->GetClipRect(clipBounds);
747 clipCopy = clipBounds;
752 pGraphics->GetClipRect(clipBounds);
753 clipCopy = clipBounds;
755 clipBounds.Set(pMatrix->a, pMatrix->b, pMatrix->c, pMatrix->d);
769 clipBounds.Intersect(rtClient);
771 if (!clipBounds.IsEmpty()) {
772 DrawChild(pWidget, clipBounds, pTemp, pMatrix);
799 CFX_RectF clipBounds(rtWidget);
    [all...]
  /external/skia/tests/
PictureTest.cpp     [all...]
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 424 // intersect the shadow-casting path with the clipBounds, if present
429 Rect clipBounds;
430 properties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);
432 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
433 clipBounds.right, clipBounds.bottom);
    [all...]
RenderNode.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 670 Rect clipBounds = new Rect(mViewBounds.mClipBounds);
671 clipBounds.scale(getScaleX());
672 boolean inBounds = clipBounds.contains(mDownTouchPos.x, mDownTouchPos.y);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 623 Rectangle clipBounds = originalGraphics.getClipBounds();
624 if (clipBounds != null) {
625 if (clipBounds.width == 0 || clipBounds.height == 0) {
629 // If we have clipBounds available, use them as they will always be
631 x = clipBounds.x;
632 y = clipBounds.y;
633 width = clipBounds.width;
634 height = clipBounds.height;
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 413 SkRect clipBounds = SkRect::Make(clipRegion.getBounds());
414 clipBounds.outset(SK_Scalar1, SK_Scalar1);
415 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1159 milliseconds

1 2