Searched refs:isSinglePlane (Results 1 – 1 of 1) sorted by relevance
110 bool isSinglePlane = (pRegion.extent.depth == 1); in copyTo() local111 bool isSingleLine = (pRegion.extent.height == 1) && isSinglePlane; in copyTo()130 else if(isEntireLine && isSinglePlane) // Copy one plane in copyTo()181 bool isSinglePlane = (region.imageExtent.depth == 1); in copy() local182 bool isSingleLine = (region.imageExtent.height == 1) && isSinglePlane; in copy()202 else if(isEntireLine && isSinglePlane) in copy()221 if(isSingleLine || (isEntireLine && isSinglePlane) || isEntirePlane) in copy()