Home | History | Annotate | Download | only in x11

Lines Matching defs:srcw

403     int srcx, srcy, srcw, srch;
415 srcw = subpicture->subpic_srcw;
429 srcw += srcx;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
459 if (srcw <= destw)
460 width = srcw;
885 unsigned short srcw,
1011 srcw += srcx;
1031 xScaleFactor = srcw * 1.0 / x11_window_width;
1050 srcw = (unsigned short)(x11_window_width * xScaleFactor);
1067 ctx, surface, srcx, srcy, srcw, srch,
1116 local_rect.sWidth = srcw;
1118 extend_rect.sWidth = srcw;
1163 ctx, surface, srcx, srcy, srcw, srch,
1271 ctx, surface, srcx, srcy, srcw, srch,
1276 ctx, surface, srcx, srcy, srcw, srch,