Lines Matching refs:Src
1511 U_POINT16 cDst; // Destination w,h, if different from Src
1512 U_POINT16 Src; // Source coordinates
1514 U_POINT16 cwh; // w,h, if Src and Dst use the same values
2278 nSize = U_WMRBITBLT_get(contents,&Dst,&cwh,&Src,&dwRop3,&Bm16,&px);
2304 int sx = Src.x;
2305 int sy = Src.y;
2316 nSize = U_WMRSTRETCHBLT_get(contents,&Dst,&cDst,&Src,&cSrc,&dwRop3,&Bm16,&px);
2342 int sx = Src.x;
2343 int sy = Src.y;
2715 nSize = U_WMRDIBBITBLT_get(contents, &Dst, &cwh, &Src, &dwRop3, &dib);
2746 int sx = Src.x;
2747 int sy = Src.y;
2760 nSize = U_WMRDIBSTRETCHBLT_get(contents, &Dst, &cDst, &Src, &cSrc, &dwRop3, &dib);
2768 int sx = Src.x;
2769 int sy = Src.y;
2786 nSize = U_WMRSTRETCHDIB_get(contents, &Dst, &cDst, &Src, &cSrc, &cUsage, &dwRop3, &dib);
2791 int sx = Src.x; //source position within the bitmap, in pixels
2792 int sy = Src.y;