Lines Matching defs:cDst
2963 \param cDst Destination W & H in logical units
2971 U_POINT16 cDst,
2996 pmr_px->hDst = cDst.y;
2997 pmr_px->wDst = cDst.x;
3017 pmr_nopx->hDst = cDst.y;
3018 pmr_nopx->wDst = cDst.x;
3405 \param cDst Destination W & H in logical units
3415 U_POINT16 cDst,
3440 pmr_px->hDst = cDst.y;
3441 pmr_px->wDst = cDst.x;
3462 pmr_nopx->hDst = cDst.y;
3463 pmr_nopx->wDst = cDst.x;
3529 \param cDst Destination W & H in logical units
3540 U_POINT16 cDst,
3567 pmr->hDst = cDst.y;
3568 pmr->wDst = cDst.x;
5499 \param cDst Destination W & H in logical units
5509 U_POINT16 * cDst,
5526 cDst->y = *(int16_t *)( contents + offsetof(U_WMRSTRETCHBLT_NOPX, hDst ));
5527 cDst->x = *(int16_t *)( contents + offsetof(U_WMRSTRETCHBLT_NOPX, wDst ));
5539 cDst->y = *(int16_t *)( contents + offsetof(U_WMRSTRETCHBLT_PX, hDst ));
5540 cDst->x = *(int16_t *)( contents + offsetof(U_WMRSTRETCHBLT_PX, wDst ));
6023 \param cDst Destination W & H in logical units
6032 U_POINT16 * cDst,
6050 cDst->y = *(int16_t *)( contents + offsetof(U_WMRDIBSTRETCHBLT_NOPX, hDst ));
6051 cDst->x = *(int16_t *)( contents + offsetof(U_WMRDIBSTRETCHBLT_NOPX, wDst ));
6062 cDst->y = *(int16_t *)( contents + offsetof(U_WMRDIBSTRETCHBLT_PX, hDst ));
6063 cDst->x = *(int16_t *)( contents + offsetof(U_WMRDIBSTRETCHBLT_PX, wDst ));
6123 \param cDst Destination W & H in logical units
6133 U_POINT16 * cDst,
6149 cDst->y = *(int16_t *)( contents + offsetof(U_WMRSTRETCHDIB, hDst ));
6150 cDst->x = *(int16_t *)( contents + offsetof(U_WMRSTRETCHDIB, wDst ));