Searched refs:clip (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DTexture.cpp581 sourceRect.clip(0, 0, source->getColorbuffer()->getWidth(), source->getColorbuffer()->getHeight());
610 sourceRect.clip(0, 0, source->getColorbuffer()->getWidth(), source->getColorbuffer()->getHeight());
/external/ImageMagick/www/api/
H A Ddraw.php153 <p>DrawClipPath() draws the clip path on the image mask.</p>
178 <dd>the name of the clip path. </dd>
/external/fec/
H A Dfec.h293 unsigned char addnoise(int sym,double amp,double gain,double offset,int 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/drivers/nv50/
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_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/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/core/
H A DSkRegion.cpp1356 SkRegion::Cliperator::Cliperator(const SkRegion& rgn, const SkIRect& clip) argument
1357 : fIter(rgn), fClip(clip), fDone(true) {
1361 if (r.fTop >= clip.fBottom) {
1364 if (fRect.intersect(clip, r)) {
H A DSkScalerContext.cpp387 SkRasterClip clip; local
388 clip.setRect(SkIRect::MakeWH(dstW, dstH));
406 draw.fRC = &clip;
/external/webp/src/dsp/
H A Denc.c255 const uint8_t* const clip = clip1 + 255 - left[-1]; local
257 const uint8_t* const clip_table = clip + left[y];
494 const uint8_t* const clip = clip1 + 255 - top[-1]; local
496 const uint8_t* const clip_table = clip + top[-2 - y];
H A Ddec.c169 const uint8_t* const clip = clip0 + dst[-1]; local
172 dst[x] = clip[top[x]];
/external/mesa3d/src/gallium/drivers/i915/
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/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/skia/src/gpu/ops/
H A DGrMSAAPathRenderer.cpp574 const GrClip& clip,
638 renderTargetContext->addMeshDrawOp(pipelineBuilder, clip, std::move(op));
667 renderTargetContext->addMeshDrawOp(pipelineBuilder, clip, std::move(op));
570 internalDrawPath(GrRenderTargetContext* renderTargetContext, GrPaint&& paint, GrAAType aaType, const GrUserStencilSettings& userStencilSettings, const GrClip& clip, const SkMatrix& viewMatrix, const GrShape& shape, bool stencilOnly) argument
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp196 clearRect.clip(scissorRect.x0, scissorRect.y0, scissorRect.x1, scissorRect.y1);
220 clearRect.clip(scissorRect.x0, scissorRect.y0, scissorRect.x1, scissorRect.y1);
237 clearRect.clip(scissorRect.x0, scissorRect.y0, scissorRect.x1, scissorRect.y1);
/external/ImageMagick/coders/
H A Dpng.c692 clip,
2938 mng_info->clip=mng_info->image_box;
5249 mng_info->clip=default_fb=previous_fb=mng_info->frame;
5654 mng_info->clip=fb;
5655 mng_info->clip=mng_minimum_box(fb,mng_info->frame);
5657 subframe_width=(size_t) (mng_info->clip.right
5658 -mng_info->clip.left);
5660 subframe_height=(size_t) (mng_info->clip.bottom
5661 -mng_info->clip.top);
5705 image->page.x=mng_info->clip
690 clip, member in struct:_MngInfo
[all...]
/external/jemalloc/src/
H A Djemalloc.c1067 #define CONF_HANDLE_T_U(t, o, n, min, max, check_min, check_max, clip) \
1079 } else if (clip) { \
1103 clip) \
1105 check_min, check_max, clip)
1106 #define CONF_HANDLE_SIZE_T(o, n, min, max, check_min, check_max, clip) \
1108 check_min, check_max, clip)
/external/swiftshader/src/Renderer/
H A DClipper.cpp43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) function in class:sw::Clipper
H A DSurface.hpp31 void clip(int minX, int minY, int maxX, int maxY);
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c446 const struct pipe_clip_state *clip)
452 clip);
445 galahad_context_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c410 const struct pipe_clip_state *clip)
416 clip);
409 identity_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2077 void GrGLGpu::clear(const GrFixedClip& clip, GrColor color, GrRenderTarget* target) { argument
2084 this->flushRenderTarget(glRT, clip.scissorEnabled() ? &clip.scissorRect() : nullptr);
2085 this->flushScissor(clip.scissorState(), glRT->getViewport(), glRT->origin());
2086 this->flushWindowRectangles(clip.windowRectsState(), glRT);
2118 void GrGLGpu::clearStencilClip(const GrFixedClip& clip, argument
2133 // we could just clear the clip bit but when we go through
2136 // changing the clip between stencil passes may or may not
2137 // zero the client's clip bits. So we just clear the whole thing.
2149 this->flushScissor(clip
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DConsoleActivity.java722 String clip = clipboard.getText().toString();
723 bridge.injectString(clip);
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp659 // Vulkan clip space has inverted Y and half Z.
660 const glm::mat4 clip(1.0f, 0.0f, 0.0f, 0.0f,
665 camera_.view_projection = clip * projection * view;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c380 draw_set_clip_state(draw, &nv30->clip);

Completed in 753 milliseconds

1234567891011>>