Searched refs:dDepth (Results 1 – 1 of 1) sorted by relevance
665 int dDepth = dest->getDepth(); in stretchCube() local668 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()673 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()690 for(int z = 0; z < dDepth; z++) in stretchCube()