• Home
  • Raw
  • Download

Lines Matching refs:startx

389   return (on_window && (win_x >= src->startx) && (win_y >= src->starty) &&  in gst_ximage_is_pointer_in_region()
585 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
588 if (rects[i].x + rects[i].width - 1 < ximagesrc->startx || in gst_ximage_src_ximage_get()
596 int startx, starty, width, height; in gst_ximage_src_ximage_get() local
598 startx = (rects[i].x < ximagesrc->startx) ? ximagesrc->startx : in gst_ximage_src_ximage_get()
603 rects[i].x + rects[i].width - startx : in gst_ximage_src_ximage_get()
604 ximagesrc->endx - startx + 1; in gst_ximage_src_ximage_get()
611 startx, starty, width, height); in gst_ximage_src_ximage_get()
613 startx, starty, width, height, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get()
614 meta->ximage, startx - ximagesrc->startx, in gst_ximage_src_ximage_get()
664 x, y, width, height, ximagesrc->startx, ximagesrc->starty, in gst_ximage_src_ximage_get()
667 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
670 if (x + width < ximagesrc->startx || x > ximagesrc->endx) { in gst_ximage_src_ximage_get()
676 int startx, starty, iwidth, iheight; in gst_ximage_src_ximage_get() local
678 startx = (x < ximagesrc->startx) ? ximagesrc->startx : x; in gst_ximage_src_ximage_get()
681 x + width - startx : ximagesrc->endx - startx; in gst_ximage_src_ximage_get()
686 startx, starty, iwidth, iheight, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get()
687 meta->ximage, startx - ximagesrc->startx, in gst_ximage_src_ximage_get()
707 meta->ximage, ximagesrc->startx, ximagesrc->starty, AllPlanes); in gst_ximage_src_ximage_get()
715 ximagesrc->startx, ximagesrc->starty, ximagesrc->width, in gst_ximage_src_ximage_get()
720 ximagesrc->startx, ximagesrc->starty, ximagesrc->width, in gst_ximage_src_ximage_get()
739 int startx, starty, iwidth, iheight; in gst_ximage_src_ximage_get() local
749 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
752 if (cx + ximagesrc->cursor_image->width < (int) ximagesrc->startx || in gst_ximage_src_ximage_get()
763 startx = (cx < (int) ximagesrc->startx) ? ximagesrc->startx : cx; in gst_ximage_src_ximage_get()
766 cx + ximagesrc->cursor_image->width - startx : in gst_ximage_src_ximage_get()
767 ximagesrc->endx - startx; in gst_ximage_src_ximage_get()
774 startx = cx; in gst_ximage_src_ximage_get()
789 for (i = startx; in gst_ximage_src_ximage_get()
790 i < startx + iwidth in gst_ximage_src_ximage_get()
791 && i < ximagesrc->startx + ximagesrc->width; i++) { in gst_ximage_src_ximage_get()
800 ximagesrc->startx)) * in gst_ximage_src_ximage_get()
940 src->startx = g_value_get_uint (value); in gst_ximage_src_set_property()
995 g_value_set_uint (value, src->startx); in gst_ximage_src_get_property()
1094 if (s->endx >= s->startx && s->endy >= s->starty) { in gst_ximage_src_get_caps()
1096 if (s->startx < xcontext->width && s->endx < xcontext->width && in gst_ximage_src_get_caps()
1099 s->width = width = s->endx - s->startx + 1; in gst_ximage_src_get_caps()
1104 s->startx = 0; in gst_ximage_src_get_caps()
1111 s->startx = 0; in gst_ximage_src_get_caps()
1310 ximagesrc->startx = 0; in gst_ximage_src_init()