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

1 2 3

  /external/skia/src/gpu/
GrTessellator.h 31 int PathToVertices(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds,
34 int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds,
GrPathRenderingDrawContext.h 19 SkScalar x, SkScalar y, const SkIRect& clipBounds) override;
23 const SkPoint& offset, const SkIRect& clipBounds) override;
27 SkDrawFilter*, const SkIRect& clipBounds) override;
GrPathRenderingDrawContext.cpp 22 const SkIRect& clipBounds) {
34 text, byteLength, x, y, clipBounds);
42 const SkIRect& clipBounds) {
55 clipBounds);
61 SkDrawFilter* filter, const SkIRect& clipBounds) {
73 y, filter, clipBounds);
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...]
GrBlurUtils.h 39 const SkIRect& clipBounds,
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);
  /frameworks/support/compat/jellybean-mr2/android/support/v4/view/
ViewCompatJellybeanMr2.java 31 public static void setClipBounds(View view, Rect clipBounds) {
32 view.setClipBounds(clipBounds);
  /external/skia/src/core/
SkRasterizer.cpp 16 const SkIRect* clipBounds, SkMaskFilter* filter,
20 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) {
29 storage = clipBounds->makeOutset(margin.fX, margin.fY);
30 clipBounds = &storage;
33 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
39 const SkIRect* clipBounds,
44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode,
SkImageFilterCacheKey.h 13 const SkIRect& clipBounds, uint32_t srcGenID, const SkIRect& srcSubset)
16 , fClipBounds(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,
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)) {
SkLocalMatrixImageFilter.cpp 44 Context localCtx(SkMatrix::Concat(ctx.ctm(), fLocalM), ctx.clipBounds(), ctx.cache());
  /external/skia/include/core/
SkRasterizer.h 26 const SkIRect* clipBounds, SkMaskFilter* filter,
34 const SkIRect* clipBounds,
SkMaskFilter.h 106 const SkIRect& clipBounds,
213 const SkIRect& clipBounds,
219 const SkIRect& clipBounds,
  /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());
SkLayerRasterizer.cpp 52 const SkIRect* clipBounds, SkIRect* bounds) {
79 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
92 const SkIRect* clipBounds,
100 if (!compute_bounds(*fLayers, path, matrix, clipBounds, &mask->fBounds))
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 37 SkScalar y, const SkIRect& clipBounds);
43 const SkPoint& offset, const SkIRect& clipBounds);
47 SkDrawFilter*, const SkIRect& clipBounds);
67 const SkIRect& clipBounds);
83 SkScalar x, SkScalar y, const SkIRect& clipBounds,
GrStencilAndCoverTextContext.cpp 80 SkScalar x, SkScalar y, const SkIRect& clipBounds) {
88 clipBounds, fFallbackTextContext, skPaint);
93 byteLength, x, y, clipBounds);
99 clipBounds);
113 const SkIRect& clipBounds) {
121 clipBounds, fFallbackTextContext, skPaint);
127 scalarsPerPosition, offset, clipBounds);
133 byteLength, pos, scalarsPerPosition, offset, clipBounds);
144 const SkIRect& clipBounds) {
173 textLen, x + offset.x(), y + offset.y(), clipBounds);
    [all...]
GrTextUtils.h 74 const SkIRect& clipBounds);
83 const SkPoint& offset, const SkIRect& clipBounds);
  /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/
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/skia/include/effects/
SkLayerRasterizer.h 76 const SkIRect* clipBounds,
  /external/skia/include/gpu/
GrDrawContext.h 57 SkScalar x, SkScalar y, const SkIRect& clipBounds);
61 const SkPoint& offset, const SkIRect& clipBounds);
65 SkDrawFilter*, const SkIRect& clipBounds);
  /external/skia/tests/
PictureTest.cpp     [all...]

Completed in 3258 milliseconds

1 2 3