| /third_party/skia/src/core/ |
| H A D | SkRecorder.cpp | 291 void SkRecorder::onDrawEdgeAAQuad(const SkRect& rect, const SkPoint clip[4], in onDrawEdgeAAQuad() argument 294 rect, this->copy(clip, 4), aa, color, mode); in onDrawEdgeAAQuad()
|
| H A D | SkCanvas.cpp | 242 // modifies the device's clip. in AutoUpdateQRBounds() 305 // If null, the clip will be used instead. 671 // Assuming clips never expand, if the request bounds is outside of the current clip in only_axis_aligned_saveBehind() 781 // For better or for worse, user bounds currently act as a hard clip on the layer's in get_layer_mapping_and_bounds() 973 // better in the long run to have any CF that affects transparent black expand to the clip. 1009 // clip bounds of the prior device (otherwise edges of the temporary layer would be visible). 1117 // not much we can do but clean up the layer and mark the clip as empty. This tends to come in internalSaveLayer() 1250 // Reset the clip restriction if the restore went past the save point that had added it. in internalRestore() 1256 // removed save record had included modifications to the clip stack. in internalRestore() 1446 // The device clip restrictio in androidFramework_setDeviceClipRestriction() [all...] |
| H A D | SkPicturePlayback.cpp | 97 // An expanding clip op, which if encountered on an old SKP, we just silently ignore in do_clip_op() 190 // clipShader() was never used in conjunction with deprecated, expanding clip ops, so in handleOp() 198 // For Android, an emulated "replace" clip op appears as a manual reset followed by in handleOp() 310 SkPoint* clip = nullptr; in handleOp() local 312 clip = (SkPoint*) reader->skip(4, sizeof(SkPoint)); in handleOp() 315 canvas->experimental_DrawEdgeAAQuad(rect, clip, aaFlags, color, blend); in handleOp() 344 // Track minimum necessary clip points and matrices that must be provided to satisfy in handleOp()
|
| H A D | SkRegion.cpp | 1445 SkRegion::Cliperator::Cliperator(const SkRegion& rgn, const SkIRect& clip) in Cliperator() argument 1446 : fIter(rgn), fClip(clip), fDone(true) { in Cliperator() 1450 if (r.fTop >= clip.fBottom) { in Cliperator() 1453 if (fRect.intersect(clip, r)) { in Cliperator()
|
| /third_party/skia/src/utils/ |
| H A D | SkNWayCanvas.cpp | 349 void SkNWayCanvas::onDrawEdgeAAQuad(const SkRect& rect, const SkPoint clip[4], in onDrawEdgeAAQuad() argument 353 iter->experimental_DrawEdgeAAQuad(rect, clip, aa, color, mode); in onDrawEdgeAAQuad()
|
| /third_party/skia/gm/ |
| H A D | degeneratesegments.cpp | 199 const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, in drawPath() 210 canvas->clipRect(clip); in drawPath() 198 drawPath(SkPath path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
|
| H A D | pathfill.cpp | 355 // test inverse-fill w/ a clip that completely excludes the geometry 377 const SkRect* clip, SkScalar top, const SkScalar bottom) { in show() 379 if (clip) { in show() 380 SkRect r = *clip; in show() 376 show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, const SkRect* clip, SkScalar top, const SkScalar bottom) show() argument
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | mixer.c | 245 struct u_rect rect, clip, *prect, dirty_area; in vlVdpVideoMixerRender() local 385 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender() 452 RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 370 const struct pipe_clip_state *clip ) in draw_set_clip_state() 374 memcpy(&draw->plane[6], clip->ucp, sizeof(clip->ucp)); in draw_set_clip_state() 996 * clip vertex position.
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | enc.c | 265 const uint8_t* const clip = clip1 + 255 - left[-1]; in TrueMotion() local 267 const uint8_t* const clip_table = clip + left[y]; in TrueMotion() 504 const uint8_t* const clip = clip1 + 255 - top[-1]; in TM4() local 506 const uint8_t* const clip_table = clip + top[-2 - y]; in TM4()
|
| /third_party/skia/include/core/ |
| H A D | SkCanvas.h | 77 SkCanvas contains a stack of SkMatrix and clip values. 82 of all of clip values in the stack. The SkCanvas draw calls use SkPaint to supply drawing 329 /** Returns custom context that tracks the SkMatrix and clip. 359 /** Copies SkRect of pixels from SkCanvas into dstPixels. SkMatrix and clip are 396 /** Copies SkRect of pixels from SkCanvas into pixmap. SkMatrix and clip are 433 /** Copies SkRect of pixels from SkCanvas into bitmap. SkMatrix and clip are 470 /** Copies SkRect from pixels to SkCanvas. SkMatrix and clip are ignored. 508 /** Copies SkRect from pixels to SkCanvas. SkMatrix and clip are ignored. 548 /** Saves SkMatrix and clip. 549 Calling restore() discards changes to SkMatrix and clip, 1641 experimental_DrawEdgeAAQuad(const SkRect& rect, const SkPoint clip[4], QuadAAFlags aaFlags, SkColor color, SkBlendMode mode) experimental_DrawEdgeAAQuad() argument [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vc1dsp_mmi.c | 1501 int clip = src[-1 * stride] - src[0 * stride]; in vc1_filter_line() local 1502 int clip_sign = clip >> 31; in vc1_filter_line() 1504 clip = ((clip ^ clip_sign) - clip_sign) >> 1; in vc1_filter_line() 1505 if (clip) { in vc1_filter_line() 1516 d = FFMIN(d, clip); in vc1_filter_line()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | vp8dsp.asm | 359 ; merge two sets of 2 pixels into one set of 4, round/clip/store 363 packuswb mm3, mm6 ; clip and word->bytes 417 ; merge two sets of 2 pixels into one set of 4, round/clip/store 421 packuswb mm1, mm3 ; clip and word->bytes 582 ; round/clip/store 647 ; round/clip/store
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Texture.cpp | 646 sourceRect.clip(0, 0, renderTarget->getWidth(), renderTarget->getHeight()); in copyImage() 677 sourceRect.clip(0, 0, renderTarget->getWidth(), renderTarget->getHeight()); in copySubImage() 1332 sourceRect.clip(0, 0, renderTarget->getWidth(), renderTarget->getHeight()); in copyImage() 1377 sourceRect.clip(0, 0, renderTarget->getWidth(), renderTarget->getHeight()); in copySubImage() 1675 sourceRect.clip(0, 0, renderTarget->getWidth(), renderTarget->getHeight()); 1709 sourceRect.clip(0, 0, renderTarget->getWidth(), renderTarget->getHeight());
|
| /third_party/ffmpeg/libswscale/arm/ |
| H A D | hscale.S | 63 vqshrn.s32 d8, q4, #7 @ shift and clip the 2x16-bit final values
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_context.h | 212 struct pipe_clip_state clip; member
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_context.h | 270 struct pipe_clip_state clip; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 232 struct pipe_clip_state clip; member
|
| /third_party/skia/experimental/sorttoy/ |
| H A D | Fake.h | 59 // The clip rects in the ClipCmds have been transformed into the 'parent' space of this 108 void clip(sk_sp<ClipCmd> clipCmd) { in clip() function in FakeStateTracker
|
| H A D | Fake.cpp | 44 // xform the clip rects into device space to compute the scissor in FakeMCBlob() 124 fTracker.clip(std::move(tmp)); in clipShape()
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_mix.c | 148 #define MIX_SLICE(type, fun, clip) \ 180 dst[x] = clip(fun(val * s->wfactor), 0, s->max); \
|
| H A D | vf_lut.c | 160 static double clip(void *opaque, double val) in clip() function 199 clip, 206 "clip",
|
| /third_party/skia/src/gpu/ops/ |
| H A D | AtlasTextOp.cpp | 158 const GrAppliedClip* clip, in finalize() 186 auto analysis = fProcessors.finalize(color, coverage, clip, &GrUserStencilSettings::kUnused, in finalize() 157 finalize(const GrCaps& caps, const GrAppliedClip* clip, GrClampType clampType) finalize() argument
|
| H A D | LatticeOp.cpp | 193 GrProcessorSet::Analysis finalize(const GrCaps& caps, const GrAppliedClip* clip, 199 auto result = fHelper.finalizeProcessors(caps, clip, clampType,
|
| /third_party/skia/tools/debugger/ |
| H A D | DebugCanvas.cpp | 99 // circumvent this we create a wide open clip here (an empty clip rect in DebugCanvas() 195 // Draw visualization of android device clip restriction in drawTo() 415 // Store this frame's android device clip restriction for visualization later. 572 const SkPoint clip[4], 576 this->addDrawCommand(new DrawEdgeAAQuadCommand(rect, clip, aa, color, mode));
|