HomeSort by relevance Sort by last modified time
    Searched defs:clip_line (Results 1 - 6 of 6) sorted by null

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

Completed in 805 milliseconds