Lines Matching defs:pDstBox
867 __in_opt const D3D10_DDI_BOX *pDstBox, // IN886 if (pDstBox) {890 box.x = pDstBox->left;891 box.y = pDstBox->top;892 box.z = pDstBox->front + dst_layer;893 box.width = pDstBox->right - pDstBox->left;894 box.height = pDstBox->bottom - pDstBox->top;895 box.depth = pDstBox->back - pDstBox->front;