Home
last modified time | relevance | path

Searched refs:clip_line (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c84 static int clip_line(int *sx, int *sy, int *ex, int *ey, int maxx) in clip_line() function
87 return clip_line(ex, ey, sx, sy, maxx); in clip_line()
117 if (clip_line(&sx, &sy, &ex, &ey, w - 1)) in draw_line()
119 if (clip_line(&sy, &sx, &ey, &ex, h - 1)) in draw_line()
/third_party/skia/src/utils/
H A DSkDashPath.cpp99 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, in clip_line() function
178 if (clip_line(pts, bounds, intervalLength, 0)) {
200 if (clip_line(pts, bounds, intervalLength, std::fmod(accum, intervalLength))) {
201 // pts[0] may have just been changed by clip_line().
/third_party/skia/samplecode/
H A DSamplePathClip.cpp69 static int clip_line(const SkRect& bounds, SkPoint p0, SkPoint p1, SkPoint edges[]) {
137 int count = clip_line(bounds, p0, p1, verts); in draw_clipped_line()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c701 clip_line(struct draw_stage *stage, struct prim_header *header) in clip_line() function
896 stage->line = clip_line; in clip_init_state()

Completed in 4 milliseconds