Lines Matching defs:pDstBox
824 __in_opt const D3D10_DDI_BOX *pDstBox, // IN842 if (pDstBox) {846 box.x = pDstBox->left;847 box.y = pDstBox->top;848 box.z = pDstBox->front + dst_layer;849 box.width = pDstBox->right - pDstBox->left;850 box.height = pDstBox->bottom - pDstBox->top;851 box.depth = pDstBox->back - pDstBox->front;