/external/skia/samplecode/ |
SamplePathClip.cpp | 75 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) { function 141 int count = clip_line(bounds, p0, p1, verts);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 529 clip_line( struct draw_stage *stage, function 657 stage->line = clip_line;
|
/frameworks/native/opengl/libagl/ |
primitives.cpp | 65 static unsigned int clip_line(ogles_context_t* c, 542 unsigned int count = clip_line(c, v0, v1); 1033 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
|