Home
last modified time | relevance | path

Searched refs:ytop (Results 1 – 2 of 2) sorted by relevance

/third_party/pixman/pixman/
Dpixman-region.c766 int ytop; /* Top of intersection */ in pixman_op() local
899 ytop = r2y1; in pixman_op()
918 ytop = r1y1; in pixman_op()
922 ytop = r1y1; in pixman_op()
930 if (ybot > ytop) in pixman_op()
937 ytop, ybot)) in pixman_op()
/third_party/ffmpeg/fftools/
Dffplay.c293 int width, height, xleft, ytop; member
1027 …calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, v… in video_image_display()
1125 y1 = s->ytop + ch * h + (h / 2); /* position of center line */ in video_audio_display()
1144 y = s->ytop + ch * h; in video_audio_display()
3092 is->ytop = 0; in stream_open()