Lines Matching defs:cDst
1511 U_POINT16 cDst; // Destination w,h, if different from Src
2316 nSize = U_WMRSTRETCHBLT_get(contents,&Dst,&cDst,&Src,&cSrc,&dwRop3,&Bm16,&px);
2321 int32_t dw = cDst.x;
2322 int32_t dh = cDst.y;
2339 double dw = pix_to_abs_size( d, cDst.x);
2340 double dh = pix_to_abs_size( d, cDst.y);
2743 double dw = pix_to_abs_size( d, cDst.x);
2744 double dh = pix_to_abs_size( d, cDst.y);
2760 nSize = U_WMRDIBSTRETCHBLT_get(contents, &Dst, &cDst, &Src, &cSrc, &dwRop3, &dib);
2765 double dw = pix_to_abs_size( d, cDst.x);
2766 double dh = pix_to_abs_size( d, cDst.y);
2786 nSize = U_WMRSTRETCHDIB_get(contents, &Dst, &cDst, &Src, &cSrc, &cUsage, &dwRop3, &dib);
2789 double dw = pix_to_abs_size( d, cDst.x);
2790 double dh = pix_to_abs_size( d, cDst.y);