Home
last modified time | relevance | path

Searched refs:clip_line (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/utils/
DSkDashPath.cpp98 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/
DSkDashPath.cpp98 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/
DSamplePathClip.cpp77 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/
DSamplePathClip.cpp77 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/
Ddraw_pipe_clip.c731 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/
Dt_vb_cliptmp.h118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) in TAG() argument