Searched refs:clip_line (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/utils/ |
D | SkDashPath.cpp | 98 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, in clip_line() function 203 if (clip_line(pts, bounds, intervalLength, in cull_path() 217 if (!clip_line(pts, bounds, intervalLength, 0)) { in cull_path()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 98 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, in clip_line() function 203 if (clip_line(pts, bounds, intervalLength, in cull_path() 217 if (!clip_line(pts, bounds, intervalLength, 0)) { in cull_path()
|
/external/skia/samplecode/ |
D | SamplePathClip.cpp | 77 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) { 145 int count = clip_line(bounds, p0, p1, verts); in draw_clipped_line()
|
/external/skqp/samplecode/ |
D | SamplePathClip.cpp | 77 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) { 145 int count = clip_line(bounds, p0, p1, verts); in draw_clipped_line()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_clip.c | 731 clip_line(struct draw_stage *stage, struct prim_header *header) in clip_line() function 926 stage->line = clip_line; in clip_init_state()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) in TAG() argument
|