Home
last modified time | relevance | path

Searched refs:bSwapXY (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/axes/
H A DVCartesianGrid.cxx98 bool bSwapXY = pPosHelper->isSwapXAndY(); in GridLinePoints() local
104 P0[0]=P1[0]=P2[0]= (eLeftWallPos == CuboidPlanePosition_Left || bSwapXY) ? MinX : MaxX; in GridLinePoints()
105 P0[1]=P1[1]=P2[1]= (eLeftWallPos == CuboidPlanePosition_Left || !bSwapXY) ? MinY : MaxY; in GridLinePoints()
110 P0[1]= (eLeftWallPos == CuboidPlanePosition_Left || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
112 if( eBottomPos != CuboidPlanePosition_Bottom && !bSwapXY ) in GridLinePoints()
117 P0[0]= (eLeftWallPos == CuboidPlanePosition_Left || bSwapXY) ? MaxX : MinX; in GridLinePoints()
119 if( eBottomPos != CuboidPlanePosition_Bottom && bSwapXY ) in GridLinePoints()
124 P0[0]= (eLeftWallPos == CuboidPlanePosition_Left || bSwapXY) ? MaxX : MinX; in GridLinePoints()
125 P2[1]= (eLeftWallPos == CuboidPlanePosition_Left || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
128 if( !bSwapXY ) in GridLinePoints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/axes/
H A DVCartesianGrid.cxx94 bool bSwapXY = pPosHelper->isSwapXAndY(); in GridLinePoints() local
100 P0[0]=P1[0]=P2[0]= (eLeftWallPos == CuboidPlanePosition_Left || bSwapXY) ? MinX : MaxX; in GridLinePoints()
101 P0[1]=P1[1]=P2[1]= (eLeftWallPos == CuboidPlanePosition_Left || !bSwapXY) ? MinY : MaxY; in GridLinePoints()
106 P0[1]= (eLeftWallPos == CuboidPlanePosition_Left || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
108 if( eBottomPos != CuboidPlanePosition_Bottom && !bSwapXY ) in GridLinePoints()
113 P0[0]= (eLeftWallPos == CuboidPlanePosition_Left || bSwapXY) ? MaxX : MinX; in GridLinePoints()
115 if( eBottomPos != CuboidPlanePosition_Bottom && bSwapXY ) in GridLinePoints()
120 P0[0]= (eLeftWallPos == CuboidPlanePosition_Left || bSwapXY) ? MaxX : MinX; in GridLinePoints()
121 P2[1]= (eLeftWallPos == CuboidPlanePosition_Left || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
124 if( !bSwapXY ) in GridLinePoints()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalgeoloc.cpp86 int bSwapXY; member
798 psTransform->bSwapXY = CPLTestBool(CSLFetchNameValueDef( in GDALCreateGeoLocTransformer()
986 if( psTransform->bSwapXY ) in GDALGeoLocTransform()
1008 if( psTransform->bSwapXY ) in GDALGeoLocTransform()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalgeoloc.cpp86 int bSwapXY;
798 psTransform->bSwapXY = CPLTestBool(CSLFetchNameValueDef(
986 if( psTransform->bSwapXY )
1008 if( psTransform->bSwapXY )
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalgeoloc.cpp86 int bSwapXY; member
798 psTransform->bSwapXY = CPLTestBool(CSLFetchNameValueDef( in GDALCreateGeoLocTransformer()
986 if( psTransform->bSwapXY ) in GDALGeoLocTransform()
1008 if( psTransform->bSwapXY ) in GDALGeoLocTransform()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DAxisHelper.cxx628 bool bSwapXY = false; in getCrossingMainAxis() local
630 …if( xCooSysProp.is() && (xCooSysProp->getPropertyValue( "SwapXAndYAxis" ) >>= bSwapXY) && bSwapXY ) in getCrossingMainAxis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DAxisHelper.cxx634 bool bSwapXY = false; in getCrossingMainAxis() local
636 …if( xCooSysProp.is() && (xCooSysProp->getPropertyValue( "SwapXAndYAxis" ) >>= bSwapXY) && bSwapXY ) in getCrossingMainAxis()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp2927 bool bSwapXY = false; in ProcessGeometry() local
2937 bSwapXY = !STARTS_WITH_CI(pszSRSName, "EPSG:") && in ProcessGeometry()
2940 m_oMapSRSNameToInvertedAxis[ pszSRSName ] = bSwapXY; in ProcessGeometry()
2944 bSwapXY = oIter->second; in ProcessGeometry()
2947 if( (bSwapXY && m_eSwapCoordinates == GMLAS_SWAP_AUTO) || in ProcessGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp2927 bool bSwapXY = false;
2937 bSwapXY = !STARTS_WITH_CI(pszSRSName, "EPSG:") &&
2940 m_oMapSRSNameToInvertedAxis[ pszSRSName ] = bSwapXY;
2944 bSwapXY = oIter->second;
2947 if( (bSwapXY && m_eSwapCoordinates == GMLAS_SWAP_AUTO) ||
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp2927 bool bSwapXY = false; in ProcessGeometry() local
2937 bSwapXY = !STARTS_WITH_CI(pszSRSName, "EPSG:") && in ProcessGeometry()
2940 m_oMapSRSNameToInvertedAxis[ pszSRSName ] = bSwapXY; in ProcessGeometry()
2944 bSwapXY = oIter->second; in ProcessGeometry()
2947 if( (bSwapXY && m_eSwapCoordinates == GMLAS_SWAP_AUTO) || in ProcessGeometry()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/ccpu/
H A Dccpu.c459 int bSwapXY; variable
2078 if (bSwapXY) in opVDR_A_A()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/ccpu/
H A Dccpu.c495 int bSwapXY; variable
2115 if (bSwapXY) in opVDR_A_A()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/ccpu/
H A Dccpu.c495 int bSwapXY; variable
2115 if (bSwapXY) in opVDR_A_A()
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dogr2ogr_lib.cpp1103 bool bSwapXY = false; member in AxisMappingCoordinateTransformation
1111 bSwapXY = true; in AxisMappingCoordinateTransformation()
1116 bSwapXY = true; in AxisMappingCoordinateTransformation()
1154 if( bSwapXY ) in Transform()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dogr2ogr_lib.cpp1103 bool bSwapXY = false; member in AxisMappingCoordinateTransformation
1111 bSwapXY = true; in AxisMappingCoordinateTransformation()
1116 bSwapXY = true; in AxisMappingCoordinateTransformation()
1154 if( bSwapXY ) in Transform()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dogr2ogr_lib.cpp1103 bool bSwapXY = false; member in AxisMappingCoordinateTransformation
1111 bSwapXY = true; in AxisMappingCoordinateTransformation()
1116 bSwapXY = true; in AxisMappingCoordinateTransformation()
1154 if( bSwapXY ) in Transform()