Searched refs:bSwapXY (Results 1 – 2 of 2) sorted by relevance
98 bool bSwapXY = pPosHelper->isSwapXAndY(); in GridLinePoints() local108 P0[0]=P1[0]=P2[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MinX : MaxX; in GridLinePoints()109 P0[1]=P1[1]=P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MinY : MaxY; in GridLinePoints()114 P0[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()116 if( CuboidPlanePosition_Bottom != eBottomPos && !bSwapXY ) in GridLinePoints()121 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()123 if( CuboidPlanePosition_Bottom != eBottomPos && bSwapXY ) in GridLinePoints()128 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()129 P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()132 if( !bSwapXY ) in GridLinePoints()
629 bool bSwapXY = false; in getCrossingMainAxis() local631 …CooSysProp.is() && (xCooSysProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bSwapXY) && bSwapXY ) in getCrossingMainAxis()
Completed in 59 milliseconds