Searched refs:ytop (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp1080 register wxCoord ytop; /* Top of intersection */ local
1127 * Initialize ybot and ytop.
1128 * In the upcoming loop, ybot and ytop serve different functions depending
1134 * ytop is the top of the next intersection between the two regions and
1136 * For an overlapping band (where the two regions intersect), ytop clips
1196 ytop = r2->y1;
1208 ytop = r1->y1;
1212 ytop = r1->y1;
1228 * intersect if ybot > ytop
1232 if (ybot > ytop)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c268 int width, height, xleft, ytop; member in struct:VideoState
534 static void fill_border(int xleft, int ytop, int width, int height, int x, int y, int w, int h, int color, int update) argument
552 xleft, ytop,
556 xleft + width - w2, ytop,
560 xleft + w1, ytop,
564 xleft + w1, ytop + height - h2,
876 calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, vp->sar);
882 fill_border(is->xleft, is->ytop, is->width, is->height, rect.x, rect.y, rect.w, rect.h, bgcolor, 1);
949 s->xleft, s->ytop, s->width, s->height,
960 y1 = s->ytop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c206 int width, height, xleft, ytop; member in struct:VideoState
714 rect.y = is->ytop + y;
793 s->xleft, s->ytop, s->width, s->height,
804 y1 = s->ytop + ch * h + (h / 2); /* position of center line */
825 y = s->ytop + ch * h;
830 SDL_UpdateRect(screen, s->xleft, s->ytop, s->width, s->height);
869 SDL_UpdateRect(screen, s->xpos, s->ytop, 1, s->height);
2622 is->ytop = 0;
2726 cur_stream->xleft, cur_stream->ytop, cur_stream->width, cur_stream->height,
2728 SDL_UpdateRect(screen, cur_stream->xleft, cur_stream->ytop, cur_strea
[all...]

Completed in 71 milliseconds