HomeSort by relevance Sort by last modified time
    Searched refs:clip (Results 176 - 200 of 678) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 75 struct pipe_clip_state clip; member in struct:llvmpipe_context
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_scissor_state.c 46 const unsigned viewport_count = brw->clip.viewport_count;
73 * negative number and thus not clip anything. Instead, just provide
  /external/skia/gm/
quadpaths.cpp 30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
41 canvas->clipRect(clip);
170 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
181 canvas->clipRect(clip);
cubicpaths.cpp 93 void drawOne(SkCanvas* canvas, const SkPath& path, const SkRect& clip) {
96 canvas->drawRect(clip, framePaint);
99 canvas->clipRect(clip);
141 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
152 canvas->clipRect(clip);
282 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
293 canvas->clipRect(clip);
reveal.cpp 36 virtual void clip(SkCanvas* canvas) const = 0;
82 void clip(SkCanvas* canvas) const override {
138 void clip(SkCanvas* canvas) const override {
189 void clip(SkCanvas* canvas) const override {
237 void clip(SkCanvas* canvas) const override {
289 void clip(SkCanvas* canvas) const override {
386 // shadow) with a draw using the geometric clip
463 // Draw the clip and draw objects for reference
colorfilterimagefilter.cpp 112 SkRect clip(r);
113 clip.outset(outset, outset);
114 canvas->clipRect(clip);
  /external/skia/src/gpu/
GrRenderTargetContextPriv.h 28 // called to note the last clip drawn to the stencil buffer.
36 // called to determine if we have to render the clip into SB.
61 void stencilRect(const GrClip& clip,
GrProcessorSet.cpp 150 const GrAppliedClip* clip, bool isMixedSamples,
157 const GrFragmentProcessor* clipFP = clip ? clip->clipCoverageFragmentProcessor() : nullptr;
GrReducedClip.cpp 31 * take a rect in case the caller knows a bound on what is to be drawn through this clip.
55 // "Is intersection of rects" means the clip is a single rect indicated by the stack bounds.
60 // The clip is a non-aa rect. This is the one spot where we can actually implement the
61 // clip (using fIBounds) rather than just telling the caller what it should be.
81 // Implement the clip with an AA rect element.
92 // Tighten the query by introducing a new clip at the stack's pixel boundaries. (This new
93 // clip will be enforced by the scissor through fIBounds.)
126 // During our backwards walk, track whether we've seen ops that either grow or shrink the clip.
127 // TODO: track these per saved clip so that we can consider them on the forward pass.
159 // the clip empty) or is outside the bounds and therefore can be skipped
    [all...]
GrRenderTargetContext.h 91 * Draw everywhere (respecting the clip) with the paint.
130 void fillRectWithLocalMatrix(const GrClip& clip,
393 bool drawFilledDRRect(const GrClip& clip,
401 bool drawFilledRect(const GrClip& clip,
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.h 53 RequiresDstTexture finalize(const GrCaps& caps, const GrAppliedClip* clip) override;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 213 const struct pipe_clip_state *clip)
217 svga->curr.clip = *clip; /* struct copy */
  /external/skia/src/core/
SkScanPriv.h 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds,
38 // blit the rects above and below avoid, clipped to clip
39 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
40 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
143 // If the intersection of the path bounds and the clip bounds
149 // clip, and we care whether the entire clip exceeds our limits.
161 // Our antialiasing can't handle a clip larger than 32767, so we restrict
162 // the clip to that limit here. (the runs[] uses int16_t for its index).
166 // to tile the clip/target..
    [all...]
SkDraw.cpp 202 in the clip, we don't have to worry about antialiasing.
794 const SkRasterClip& clip = looper.getRC(); local
803 SkScan::AntiFillRect(localDevRect, clip, blitter);
805 SkScan::FillRect(localDevRect, clip, blitter);
810 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter);
812 SkScan::FrameRect(localDevRect, strokeSize, clip, blitter);
817 SkScan::AntiHairRect(localDevRect, clip, blitter);
819 SkScan::HairRect(localDevRect, clip, blitter);
1702 SkRasterClip clip; local
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 388 const GrClip& clip,
403 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
408 const GrClip& clip,
421 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
426 const GrClip& clip,
458 apply_morphology_rect(renderTargetContext, clip, std::move(textureProxy),
462 apply_morphology_rect(renderTargetContext, clip, textureProxy,
464 apply_morphology_rect(renderTargetContext, clip, textureProxy,
466 apply_morphology_rect_no_bounds(renderTargetContext, clip, std::move(textureProxy),
483 // setup new clip
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_viewport.c 48 /* Since the guard band disables clipping, we have to clip per-pixel
57 /* Convert (-1, -1) and (1, 1) from clip space into window space. */
101 struct pipe_scissor_state *clip)
103 out->minx = MAX2(out->minx, clip->minx);
104 out->miny = MAX2(out->miny, clip->miny);
105 out->maxx = MIN2(out->maxx, clip->maxx);
106 out->maxy = MIN2(out->maxy, clip->maxy);
183 * distance from (0,0) in clip space.
186 * on the viewport limits to get those limits in clip space.
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c     [all...]
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 284 if (auto* clip = attrs.fClipPath.getMaybeNull()) {
285 this->applyClip(*clip);
319 void SkSVGRenderContext::applyClip(const SkSVGClip& clip) {
320 if (clip.type() != SkSVGClip::Type::kIRI) {
324 const SkSVGNode* clipNode = this->findNodeById(clip.iri());
331 // We use the computed clip path in two ways:
  /external/webp/src/dsp/
yuv.c 22 static WEBP_INLINE uint8_t clip(int v, int max_value) { function
45 VP8kClip[i - YUV_RANGE_MIN] = clip(k, 255);
46 VP8kClip4Bits[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
57 VP8kClip[i - YUV_RANGE_MIN] = clip(k, 255);
58 VP8kClip4Bits[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 175 static std::unique_ptr<Snapshot> makeSnapshot(const Matrix4& transform, const Rect& clip) {
177 // store clip first, so it isn't transformed
178 snapshot->setClip(clip.left, clip.top, clip.right, clip.bottom);
  /external/mesa3d/src/mesa/main/
rastpos.c 45 * Clip a point against the view volume.
47 * \param v vertex vector describing the point to clip.
65 * Clip a point against the far/near Z clipping planes.
67 * \param v vertex vector describing the point to clip.
84 * Clip a point against the user clipping planes.
87 * \param v vertex vector describing the point to clip.
381 GLfloat eye[4], clip[4], ndc[3], d; local
388 /* apply projection matrix: clip = Proj * eye */
389 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye );
391 /* clip to view volume. *
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 406 ClipData clip = clipboard.getPrimaryClip(); local
407 if (clip != null) {
413 ClipData.Item item = clip.getItemAt(0);
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
RuntimeDocumentClipper.java 98 Log.w(TAG, "Attempting to clip empty selection. Ignoring.");
180 // Persists clip items and gets the slot they were saved under.
331 ClipData clip = new ClipData(description, clipItems.get(0)); local
333 clip.addItem(clipItems.get(i));
335 return clip;
  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 80 ClipData clip = params.getClipData(); local
81 if (clip != null) {
82 permCheckRead = checkUriPermission(clip.getItemAt(0).getUri(), Process.myPid(),
84 permCheckWrite = checkUriPermission(clip.getItemAt(0).getUri(), Process.myPid(),
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 80 struct pipe_clip_state clip; member in struct:softpipe_context

Completed in 1176 milliseconds

1 2 3 4 5 6 78 91011>>