Home
last modified time | relevance | path

Searched refs:nAngle1 (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp316 int nAngle1, nAngle2; in Open() local
317 if( sscanf(pszOrient+strlen("rorient:"),"%d,%d",&nAngle1,&nAngle2) != 2 ) in Open()
400 if( nAngle1 != 0 || nAngle2 != 270 ) in Open()
402 poDS->SetMetadataItem("PIXEL_PATH", CPLSPrintf("%d", nAngle1)); in Open()
554 int nAngle1 = 0; in CreateCopy() local
560 nAngle1 = atoi(pszPixelPath); in CreateCopy()
563 osField = CPLSPrintf("rorient: %03d,%03d", nAngle1, nAngle2); in CreateCopy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp316 int nAngle1, nAngle2; in Open() local
317 if( sscanf(pszOrient+strlen("rorient:"),"%d,%d",&nAngle1,&nAngle2) != 2 ) in Open()
400 if( nAngle1 != 0 || nAngle2 != 270 ) in Open()
402 poDS->SetMetadataItem("PIXEL_PATH", CPLSPrintf("%d", nAngle1)); in Open()
554 int nAngle1 = 0; in CreateCopy() local
560 nAngle1 = atoi(pszPixelPath); in CreateCopy()
563 osField = CPLSPrintf("rorient: %03d,%03d", nAngle1, nAngle2); in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp316 int nAngle1, nAngle2; in Open() local
317 if( sscanf(pszOrient+strlen("rorient:"),"%d,%d",&nAngle1,&nAngle2) != 2 ) in Open()
400 if( nAngle1 != 0 || nAngle2 != 270 ) in Open()
402 poDS->SetMetadataItem("PIXEL_PATH", CPLSPrintf("%d", nAngle1)); in Open()
554 int nAngle1 = 0; in CreateCopy() local
560 nAngle1 = atoi(pszPixelPath); in CreateCopy()
563 osField = CPLSPrintf("rorient: %03d,%03d", nAngle1, nAngle2); in CreateCopy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdoedge.hxx87 long nAngle1; // exit angle at Obj1 member in SdrEdgeInfoRec
95 : nAngle1(0), in SdrEdgeInfoRec()
177 …XPolygon ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const tools::Rectangle& rBoundRect1, co…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdoedge.hxx87 tools::Long nAngle1; // exit angle at Obj1 member in SdrEdgeInfoRec
95 : nAngle1(0), in SdrEdgeInfoRec()
177 …XPolygon ImpCalcEdgeTrack(const Point& rPt1, tools::Long nAngle1, const tools::Rectangle& rBoundRe…
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdoedge.cxx115 bool bHorz=nAngle1==0 || nAngle1==18000; in ImpIsHorzLine()
258 bool bHor1 = aEdgeInfo.nAngle1 == 0 || aEdgeInfo.nAngle1 == 18000; in ImpSetAttrToEdgeInfo()
328 bool bHor1 = aEdgeInfo.nAngle1 == 0 || aEdgeInfo.nAngle1 == 18000; in ImpSetEdgeInfoToAttr()
866 bool bRts1=nAngle1==0; in ImpCalcEdgeTrack()
867 bool bObn1=nAngle1==9000; in ImpCalcEdgeTrack()
868 bool bLks1=nAngle1==18000; in ImpCalcEdgeTrack()
869 bool bUnt1=nAngle1==27000; in ImpCalcEdgeTrack()
880 pInfo->nAngle1=nAngle1; in ImpCalcEdgeTrack()
978 if (nAngle1==nAngle2) nMainCase=1; in ImpCalcEdgeTrack()
1308 if (nAngle1==nAngle2) cForm='U'; in ImpCalcEdgeTrack()
[all …]
H A Dsvddrgmt.cxx2483 Degree100 nAngle1=GetAngle(rPnt-DragStat().GetRef1()); in ImpCheckSide() local
2484 nAngle1-=nAngle; in ImpCheckSide()
2485 nAngle1=NormAngle36000(nAngle1); in ImpCheckSide()
2487 return nAngle1<18000_deg100; in ImpCheckSide()
H A Dsvdopath.cxx741 Degree100 nAngle1=GetAngle(aPt); in movePathDrag() local
745 Degree100 nDiff=nAngle1-nAngle2; in movePathDrag()
H A Dsvdhdl.cxx1709 tools::Long nAngle=nObjHdlNum==2 ? rInfo.nAngle1 : rInfo.nAngle2; in IsHorzDrag()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdoedge.cxx119 bool bHorz=nAngle1==0 || nAngle1==18000; in ImpIsHorzLine()
241 bool bHor1 = aEdgeInfo.nAngle1 == 0 || aEdgeInfo.nAngle1 == 18000; in ImpSetAttrToEdgeInfo()
311 bool bHor1 = aEdgeInfo.nAngle1 == 0 || aEdgeInfo.nAngle1 == 18000; in ImpSetEdgeInfoToAttr()
849 bool bRts1=nAngle1==0; in ImpCalcEdgeTrack()
850 bool bObn1=nAngle1==9000; in ImpCalcEdgeTrack()
851 bool bLks1=nAngle1==18000; in ImpCalcEdgeTrack()
852 bool bUnt1=nAngle1==27000; in ImpCalcEdgeTrack()
863 pInfo->nAngle1=nAngle1; in ImpCalcEdgeTrack()
961 if (nAngle1==nAngle2) nMainCase=1; in ImpCalcEdgeTrack()
1291 if (nAngle1==nAngle2) cForm='U'; in ImpCalcEdgeTrack()
[all …]
H A Dsvddrgmt.cxx2486 long nAngle1=GetAngle(rPnt-DragStat().GetRef1()); in ImpCheckSide() local
2487 nAngle1-=nAngle; in ImpCheckSide()
2488 nAngle1=NormAngle36000(nAngle1); in ImpCheckSide()
2490 return nAngle1<18000; in ImpCheckSide()
H A Dsvdopath.cxx738 long nAngle1=GetAngle(aPt); in movePathDrag() local
742 long nDiff=nAngle1-nAngle2; in movePathDrag()
H A Dsvdhdl.cxx1715 long nAngle=nObjHdlNum==2 ? rInfo.nAngle1 : rInfo.nAngle2; in IsHorzDrag()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfusel.cxx746 Degree100 nAngle1 = GetAngle(aPnt - mpView->GetRef1()); in MouseButtonUp() local
747 nAngle1 -= 27000_deg100; in MouseButtonUp()
748 nAngle1 = NormAngle36000(nAngle1); in MouseButtonUp()
749 bool bMirrorSide1 = nAngle1 < 18000_deg100; in MouseButtonUp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfusel.cxx738 long nAngle1 = GetAngle(aPnt - mpView->GetRef1()); in MouseButtonUp() local
739 nAngle1 -= 27000; in MouseButtonUp()
740 nAngle1 = NormAngle36000(nAngle1); in MouseButtonUp()
741 bool bMirrorSide1 = nAngle1 < 18000; in MouseButtonUp()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkMath.h209 double nAngle1 = normAngleRad(angle1); in distAngle() local
212 double angle = std::abs(nAngle1 - nAngle2); in distAngle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dimport-tests.cxx2499 sal_Int32 nAngle1; in testTdf100065() local
2500 CPPUNIT_ASSERT(xShape1->getPropertyValue("RotateAngle") >>= nAngle1); in testTdf100065()
2501 CPPUNIT_ASSERT_EQUAL(sal_Int32(2000), nAngle1); in testTdf100065()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dimport-tests.cxx2852 sal_Int32 nAngle1; in testTdf100065() local
2853 CPPUNIT_ASSERT(xShape1->getPropertyValue("RotateAngle") >>= nAngle1); in testTdf100065()
2854 CPPUNIT_ASSERT_EQUAL(sal_Int32(2000), nAngle1); in testTdf100065()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog812384 rename nWink1->nAngle1
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1074433 rename nWink1->nAngle1