Lines Matching refs:startx
389 return (on_window && (win_x >= src->startx) && (win_y >= src->starty) && in gst_ximage_is_pointer_in_region()
586 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
589 if (rects[i].x + rects[i].width - 1 < ximagesrc->startx || in gst_ximage_src_ximage_get()
597 int startx, starty, width, height; in gst_ximage_src_ximage_get() local
599 startx = (rects[i].x < ximagesrc->startx) ? ximagesrc->startx : in gst_ximage_src_ximage_get()
604 rects[i].x + rects[i].width - startx : in gst_ximage_src_ximage_get()
605 ximagesrc->endx - startx + 1; in gst_ximage_src_ximage_get()
612 startx, starty, width, height); in gst_ximage_src_ximage_get()
614 startx, starty, width, height, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get()
615 meta->ximage, startx - ximagesrc->startx, in gst_ximage_src_ximage_get()
665 x, y, width, height, ximagesrc->startx, ximagesrc->starty, in gst_ximage_src_ximage_get()
668 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
671 if (x + width < ximagesrc->startx || x > ximagesrc->endx) { in gst_ximage_src_ximage_get()
677 int startx, starty, iwidth, iheight; in gst_ximage_src_ximage_get() local
679 startx = (x < ximagesrc->startx) ? ximagesrc->startx : x; in gst_ximage_src_ximage_get()
682 x + width - startx : ximagesrc->endx - startx; in gst_ximage_src_ximage_get()
687 startx, starty, iwidth, iheight, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get()
688 meta->ximage, startx - ximagesrc->startx, in gst_ximage_src_ximage_get()
708 meta->ximage, ximagesrc->startx, ximagesrc->starty, AllPlanes); in gst_ximage_src_ximage_get()
716 ximagesrc->startx, ximagesrc->starty, ximagesrc->width, in gst_ximage_src_ximage_get()
721 ximagesrc->startx, ximagesrc->starty, ximagesrc->width, in gst_ximage_src_ximage_get()
740 int startx, starty, iwidth, iheight; in gst_ximage_src_ximage_get() local
750 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
753 if (cx + ximagesrc->cursor_image->width < (int) ximagesrc->startx || in gst_ximage_src_ximage_get()
764 startx = (cx < (int) ximagesrc->startx) ? ximagesrc->startx : cx; in gst_ximage_src_ximage_get()
767 cx + ximagesrc->cursor_image->width - startx : in gst_ximage_src_ximage_get()
768 ximagesrc->endx - startx; in gst_ximage_src_ximage_get()
775 startx = cx; in gst_ximage_src_ximage_get()
790 for (i = startx; in gst_ximage_src_ximage_get()
791 i < startx + iwidth in gst_ximage_src_ximage_get()
792 && i < ximagesrc->startx + ximagesrc->width; i++) { in gst_ximage_src_ximage_get()
801 ximagesrc->startx)) * in gst_ximage_src_ximage_get()
941 src->startx = g_value_get_uint (value); in gst_ximage_src_set_property()
996 g_value_set_uint (value, src->startx); in gst_ximage_src_get_property()
1095 if (s->endx >= s->startx && s->endy >= s->starty) { in gst_ximage_src_get_caps()
1097 if (s->startx < xcontext->width && s->endx < xcontext->width && in gst_ximage_src_get_caps()
1100 s->width = width = s->endx - s->startx + 1; in gst_ximage_src_get_caps()
1105 s->startx = 0; in gst_ximage_src_get_caps()
1112 s->startx = 0; in gst_ximage_src_get_caps()
1311 ximagesrc->startx = 0; in gst_ximage_src_init()