Searched refs:dstHorizontal (Results 1 – 1 of 1) sorted by relevance
2318 bool dstHorizontal = ((dstEdge == TOP) || (dstEdge == BOTTOM)); in copyCubeEdge() local2319 int dstDelta = (dstHorizontal ? bytes : pitchB) * (reverse ? -1 : 1); in copyCubeEdge()2323 if(dstHorizontal) in copyCubeEdge()