Searched refs:clip (Results 151 - 175 of 215) sorted by relevance

123456789

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h241 struct pipe_clip_state clip; member in struct:i915_context
H A Di915_state.c852 const struct pipe_clip_state *clip )
856 i915->saved_clip = *clip;
858 draw_set_clip_state(i915->draw, clip);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h148 struct pipe_clip_state clip; member in struct:nv50_context
H A Dnv50_state.c811 const struct pipe_clip_state *clip)
815 memcpy(nv50->clip.ucp, clip->ucp, sizeof(clip->ucp));
810 nv50_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) argument
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h152 struct pipe_clip_state clip; member in struct:nvc0_context
H A Dnvc0_state.c706 const struct pipe_clip_state *clip)
710 memcpy(nvc0->clip.ucp, clip->ucp, sizeof(clip->ucp));
705 nvc0_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h224 struct pipe_clip_state clip; member in struct:svga_state
H A Dsvga_swtnl_state.c112 &svga->curr.clip);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_feedback.c140 draw_set_clip_state(draw, &st->state.clip);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h85 bool clip(const self_type& r) function in struct:agg::rect_base
/external/skia/src/core/
H A DSkScalerContext.cpp405 SkRasterClip clip; local
406 clip.setRect(SkIRect::MakeWH(dstW, dstH));
423 draw.fRC = &clip;
424 draw.fClip = &clip.bwRgn();
H A DSkImageFilter.cpp266 // setup new clip
267 GrClip clip(dstRect);
279 context->drawNonAARectToRect(dst->asRenderTarget(), clip, paint, SkMatrix::I(), dstRect,
393 // matrix with no clip and that the matrix, clip, and render target set before this function was
H A DSkRegion.cpp1348 SkRegion::Cliperator::Cliperator(const SkRegion& rgn, const SkIRect& clip) argument
1349 : fIter(rgn), fClip(clip), fDone(true) {
1353 if (r.fTop >= clip.fBottom) {
1356 if (fRect.intersect(clip, r)) {
/external/skia/tests/
H A DDeferredCanvasTest.cpp874 SkRect clip; local
875 clip.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(1), SkIntToScalar(1));
894 // Verify that clear, clip and draw the canvas will not change its size
896 canvas->clipRect(clip, SkRegion::kIntersect_Op, false);
914 canvas->saveLayer(&clip, &paint);
/external/webp/src/dsp/
H A Denc.c234 const uint8_t* const clip = clip1 + 255 - left[-1]; local
236 const uint8_t* const clip_table = clip + left[y];
472 const uint8_t* const clip = clip1 + 255 - top[-1]; local
474 const uint8_t* const clip_table = clip + top[-2 - y];
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1275 HRV(this->clip(shadedPath.get(), d));
1397 const SkIRect& clip, SkIRect* clipIRect) {
1404 const SkIRect& irect = clip;
1453 HR(this->clip(shadedPath, d));
1757 HRV(this->clip(shadedPath.get(), d));
1767 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual, const SkDraw& d) { function in class:SkXPSDevice
1779 "Could not create clip geometry.");
1784 "Could not get the clip figures.");
1794 "Could not set clip geometry.");
1868 HRV(this->clip(shadedPat
1394 convertToPpm(const SkMaskFilter* filter, SkMatrix* matrix, SkVector* ppuScale, const SkIRect& clip, SkIRect* clipIRect) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dmixer.c219 struct u_rect rect, clip, *prect; local
311 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip));
/external/skia/gm/
H A Ddegeneratesegments.cpp193 const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join,
204 canvas->clipRect(clip);
192 drawPath(SkPath& path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/skia/src/svg/parser/
H A DSkSVGPaintState.cpp16 SVG_LITERAL_ATTRIBUTE(clip-path, f_clipPath),
17 SVG_LITERAL_ATTRIBUTE(clip-rule, f_clipRule),
260 // need to reset the clip when the 'g' scope is ended
265 parser._endElement(); // clip
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c99 fse->key.clip = draw->clip_xy || draw->clip_z || draw->clip_user;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp742 struct pipe_clip_state clip; member in struct:dxgi_blitter
804 memset(&clip, 0, sizeof(clip));
840 pipe->set_clip_state(pipe, &clip);
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp838 const GrClip& clip,
873 context->drawNonAARectWithLocalMatrix(rt, clip, *grp, SkMatrix::I(), rect, inverse);
1128 const GrClip& clip,
1157 context->drawNonAARectWithLocalMatrix(rt, clip, *grp, SkMatrix::I(), proxy_rect, inverse);
835 directFilterMaskGPU(GrContext* context, GrRenderTarget* rt, GrPaint* grp, const GrClip& clip, const SkMatrix& viewMatrix, const SkStrokeRec& strokeRec, const SkPath& path) const argument
1125 directFilterRRectMaskGPU(GrContext* context, GrRenderTarget* rt, GrPaint* grp, const GrClip& clip, const SkMatrix& viewMatrix, const SkStrokeRec& strokeRec, const SkRRect& rrect) const argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c86 RegionRec clip; member in struct:xorg_xv_port_priv
104 REGION_EMPTY(pScrn->pScreen, &priv->clip);
651 REGION_NULL(pScreen, &priv->clip);
/external/libvncserver/x11vnc/
H A D8to24.c1467 sraRegionPtr clip; local
1498 clip = sraRgnCreateRgn(mark);
1499 sraRgnAnd(clip, windows_8bpp[n].clip_region);
1502 iter = sraRgnGetIterator(clip);
1519 sraRgnDestroy(clip);
1836 /* clip to display just in case: */
/external/libopus/celt/
H A Dcelt_encoder.c65 int clip; member in struct:OpusCustomEncoder
187 st->clip = 1;
464 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip)
494 if (clip)
501 (void)clip; /* Avoids a warning about clip being unused. */
1478 mode->preemph, st->preemph_memE+c, st->clip);
2297 st->clip = value;
463 celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) argument

Completed in 910 milliseconds

123456789