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

  /external/skia/src/utils/
SkDashPath.cpp 97 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, function
261 if (clip_line(pts, bounds, intervalLength,
275 if (!clip_line(pts, bounds, intervalLength, 0)) {
  /external/skqp/src/utils/
SkDashPath.cpp 97 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, function
261 if (clip_line(pts, bounds, intervalLength,
275 if (!clip_line(pts, bounds, intervalLength, 0)) {
  /external/skia/samplecode/
SamplePathClip.cpp 74 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) { function
140 int count = clip_line(bounds, p0, p1, verts);
  /external/skqp/samplecode/
SamplePathClip.cpp 74 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) { function
140 int count = clip_line(bounds, p0, p1, verts);
  /frameworks/native/opengl/libagl/
primitives.cpp 65 static unsigned int clip_line(ogles_context_t* c,
543 unsigned int count = clip_line(c, v0, v1);
1034 unsigned int clip_line(ogles_context_t* c, vertex_t* s, vertex_t* p) function in namespace:android
    [all...]
  /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/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 731 clip_line(struct draw_stage *stage, struct prim_header *header) function
915 stage->line = clip_line;

Completed in 2684 milliseconds