Home
last modified time | relevance | path

Searched defs:clip (Results 1 - 25 of 215) sorted by relevance

123456789

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c46 struct pipe_clip_state clip; in st_update_clip() local
[all...]
/third_party/skia/gm/
H A Dbug9331.cpp14 SkRect clip = {0, 0, 200, 150}; in DEF_SIMPLE_GM() local
H A Dinverseclip.cpp14 SkPathBuilder clip; in DEF_SIMPLE_GM() local
H A Dcrbug_1177833.cpp32 SkPoint clip[4] = {{SkBits2Float(0x409fff57), SkBits2Float(0x40c86a18)}, in DEF_SIMPLE_GM() local
57 SkPoint clip[4] = {{SkBits2Float(0x40a0000e), SkBits2Float(0x40c86b5a)}, in DEF_SIMPLE_GM() local
84 SkPoint clip[4] = {{SkBits2Float(0x405a654c), SkBits2Float(0x42e8c790)}, in DEF_SIMPLE_GM() local
H A Dcrbug_1167277.cpp25 SkPoint clip[4] = {{SkBits2Float(0x3ef434a2), SkBits2Float(0x43440004)}, in DEF_SIMPLE_GM() local
H A Druntimeimagefilter.cpp39 SkRect clip = SkRect::MakeWH(250, 250); in DEF_SIMPLE_GM_BG() local
H A Dmanypathatlases.cpp45 SkPath clip = SkPath().moveTo(-50, 20) variable
H A Dlargeclippedpath.cpp18 SkPath clip; in draw_clipped_flower() local
/third_party/skia/modules/svg/src/
H A DSkSVGClipPath.cpp21 auto clip = this->asPath(ctx); in resolveClip() local
/third_party/icu/icu4c/source/samples/layout/
H A DSurface.cpp21 RECT clip; in drawGlyphs() local
/third_party/skia/src/gpu/v1/
H A DDevice_v1.h203 const GrClip* clip() const { return &fClip; } in clip() function in skgpu::v1::final
/third_party/skia/src/core/
H A DSkScan.cpp20 void SkScan::FillIRect(const SkIRect& r, const SkRegion* clip, in FillIRect() argument
50 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip, in FillXRect() argument
58 void SkScan::FillRect(const SkRect& r, const SkRegion* clip, in FillRect() argument
68 void SkScan::FillIRect(const SkIRect& r, const SkRasterClip& clip, in FillIRect() argument
83 FillXRect(const SkXRect& xr, const SkRasterClip& clip, SkBlitter* blitter) FillXRect() argument
98 FillRect(const SkRect& r, const SkRasterClip& clip, SkBlitter* blitter) FillRect() argument
[all...]
H A DSkQuadClipper.cpp17 void SkQuadClipper::setClip(const SkIRect& clip) { in setClip() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DSurface.cpp21 RECT clip; in drawGlyphs() local
/third_party/skia/tests/
H A DFillPathTest.cpp34 SkIRect clip; in DEF_TEST() local
/third_party/toybox/toys/posix/
H A Dnl.c61 char *clip = ""; in nl_main() local
/third_party/skia/modules/sksg/src/
H A DSkSGGeometryNode.cpp17 void GeometryNode::clip(SkCanvas* canvas, bool aa) const { in clip() function in sksg::GeometryNode
H A DSkSGClipEffect.cpp16 ClipEffect::ClipEffect(sk_sp<RenderNode> child, sk_sp<GeometryNode> clip, bool aa) in ClipEffect() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c70 nir_variable *clip = NULL; in combine_clip_cull() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c36 llvmpipe_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) llvmpipe_set_clip_state() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_clip.c36 softpipe_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) softpipe_set_clip_state() argument
/third_party/skia/src/gpu/ops/
H A DGrSimpleMeshDrawOpHelperWithStencil.h49 GrProcessorSet::Analysis finalizeProcessors(const GrCaps& caps, const GrAppliedClip* clip, in finalizeProcessors() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dquant_dec.c16 static WEBP_INLINE int clip(int v, int M) { in clip() function
/third_party/skia/experimental/xform/
H A DSkXform.cpp73 void Xform::setCache(const SkMatrix& ctm, sk_sp<ClipCache> clip) { in setCache() argument
/third_party/skia/modules/sksg/include/
H A DSkSGClipEffect.h23 static sk_sp<ClipEffect> Make(sk_sp<RenderNode> child, sk_sp<GeometryNode> clip, in Make() argument

Completed in 7 milliseconds

123456789