Searched refs:swapYBounds (Results 1 – 3 of 3) sorted by relevance
761 int swapYBounds = (spacing[1] < 0); // 1 if true, 0 if false in ComputeBounds() local765 this->Bounds[2] = origin[1] + (extent[2+swapYBounds] * spacing[1]); in ComputeBounds()769 this->Bounds[3] = origin[1] + (extent[3-swapYBounds] * spacing[1]); in ComputeBounds()
903 int swapYBounds = (spacing[1] < 0); // 1 if true, 0 if false in ComputeBounds() local907 this->Bounds[2] = origin[1] + (extent[2+swapYBounds] * spacing[1]); in ComputeBounds()911 this->Bounds[3] = origin[1] + (extent[3-swapYBounds] * spacing[1]); in ComputeBounds()
924 int swapYBounds = (spacing[1] < 0); // 1 if true, 0 if false in ComputeBounds() local928 this->Bounds[2] = origin[1] + (extent[2 + swapYBounds] * spacing[1]); in ComputeBounds()932 this->Bounds[3] = origin[1] + (extent[3 - swapYBounds] * spacing[1]); in ComputeBounds()