Home
last modified time | relevance | path

Searched refs:nResolution (Results 1 – 25 of 38) sorted by relevance

12

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DNotePropertiesRuler.cpp571 if (nResolution >= 4) { in createVelocityBackground()
577 if (nResolution >= 8) { in createVelocityBackground()
583 if (nResolution >= 16) { in createVelocityBackground()
589 if (nResolution >= 32) { in createVelocityBackground()
595 if (nResolution >= 64) { in createVelocityBackground()
741 if (nResolution >= 4) { in createPanBackground()
747 if (nResolution >= 8) { in createPanBackground()
901 if (nResolution >= 4) { in createLeadLagBackground()
907 if (nResolution >= 8) { in createLeadLagBackground()
1091 if (nResolution >= 4) { in createNoteKeyBackground()
[all …]
H A DPatternEditorPanel.cpp595 int nResolution; in gridResolutionChanged() local
599 nResolution = MAX_NOTES; in gridResolutionChanged()
603 nResolution = 0x1 << (nSelected - 3); in gridResolutionChanged()
606 nResolution = 0x1 << (nSelected + 2); in gridResolutionChanged()
610 m_pDrumPatternEditor->setResolution( nResolution, bUseTriplets ); in gridResolutionChanged()
611 m_pPianoRollEditor->setResolution( nResolution, bUseTriplets ); in gridResolutionChanged()
613 Preferences::get_instance()->setPatternEditorGridResolution( nResolution ); in gridResolutionChanged()
H A DPatternEditorInstrumentList.cpp353 int nResolution = 4 * MAX_NOTES * every / ( nBase * pPatternEditor->getResolution() ); in functionFillNotes() local
368 for (int i = 0; i < nPatternSize; i += nResolution) { in functionFillNotes()
408 int nResolution = 4 * MAX_NOTES / ( nBase * pPatternEditor->getResolution() ); in functionRandomizeVelocity() local
423 for (int i = 0; i < nPatternSize; i += nResolution) { in functionRandomizeVelocity()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/filter/
H A Dexportdialog.cxx166 if ( nResolution < 1 ) in GetFilterData()
167 nResolution = 96; in GetFilterData()
730 if ( nResolution < 1 ) in setupSizeControls()
731 nResolution = 96; in setupSizeControls()
732 mxNfResolution->set_value( nResolution ); in setupSizeControls()
911 sal_Int32 nResolution = 0; in updateControls() local
919 mxNfResolution->set_value( nResolution ); in updateControls()
1059 nResolution *= 100; in IMPL_LINK_NOARG()
1061nResolution = static_cast< sal_Int32 >( ( ( static_cast< double >( nResolution ) + 0.5 ) / 0.0254 … in IMPL_LINK_NOARG()
1062 maResolution.Width = nResolution; in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/filter/
H A Dexportdialog.cxx170 if ( nResolution < 1 ) in GetFilterData()
171 nResolution = 96; in GetFilterData()
739 if ( nResolution < 1 ) in setupSizeControls()
740 nResolution = 96; in setupSizeControls()
741 mxNfResolution->set_value( nResolution ); in setupSizeControls()
920 sal_Int32 nResolution = 0; in updateControls() local
928 mxNfResolution->set_value( nResolution ); in updateControls()
1086 nResolution *= 100; in IMPL_LINK_NOARG()
1088nResolution = static_cast< sal_Int32 >( ( ( static_cast< double >( nResolution ) + 0.5 ) / 0.0254 … in IMPL_LINK_NOARG()
1089 maResolution.Width = nResolution; in IMPL_LINK_NOARG()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sentinel2/
H A Dsentinel2dataset.cpp78 int nResolution; /* meters */ member
114 int nResolution; /* meters */ member
1411 const int nResolution = *oIterRes; in OpenL1BUserProduct() local
1417 nResolution), in OpenL1BUserProduct()
1841 const int nResolution = *oIterRes; in OpenL1BGranule() local
1847 nResolution), in OpenL1BGranule()
2585 const int nResolution = *oIterRes; in OpenL1C_L2A() local
2814 const int nResolution = *oIterRes; in OpenL1CTile() local
3468 int nResolution = 0; in CreateL1CL2ADataset() local
3476 &nResolution, in CreateL1CL2ADataset()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/sentinel2/
H A Dsentinel2dataset.cpp78 int nResolution; /* meters */
114 int nResolution; /* meters */
1411 const int nResolution = *oIterRes;
1417 nResolution),
1841 const int nResolution = *oIterRes;
1847 nResolution),
2585 const int nResolution = *oIterRes;
2814 const int nResolution = *oIterRes;
3468 int nResolution = 0;
3476 &nResolution,
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/sentinel2/
H A Dsentinel2dataset.cpp78 int nResolution; /* meters */ member
114 int nResolution; /* meters */ member
1411 const int nResolution = *oIterRes; in OpenL1BUserProduct() local
1417 nResolution), in OpenL1BUserProduct()
1841 const int nResolution = *oIterRes; in OpenL1BGranule() local
1847 nResolution), in OpenL1BGranule()
2585 const int nResolution = *oIterRes; in OpenL1C_L2A() local
2814 const int nResolution = *oIterRes; in OpenL1CTile() local
3468 int nResolution = 0; in CreateL1CL2ADataset() local
3476 &nResolution, in CreateL1CL2ADataset()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dprintoptions.cxx79 void SetReducedBitmapResolution( sal_Int16 nResolution ) ;
160 void SvtPrintOptions_Impl::SetReducedBitmapResolution(sal_Int16 nResolution ) in SetReducedBitmapResolution() argument
162 impl_setValue(PROPERTYNAME_REDUCEDBITMAPRESOLUTION, nResolution); in SetReducedBitmapResolution()
365 void SvtBasePrintOptions::SetReducedBitmapResolution( sal_Int16 nResolution ) in SetReducedBitmapResolution() argument
368 m_pDataContainer->SetReducedBitmapResolution( nResolution ); in SetReducedBitmapResolution()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dneocdsel.cpp624 PNGRESOLUTION nResolution = { 0, 0 }; in GetPNGResolution() local
632 return nResolution; in GetPNGResolution()
638 return nResolution; in GetPNGResolution()
644 return nResolution; in GetPNGResolution()
649 return nResolution; in GetPNGResolution()
653 return nResolution; in GetPNGResolution()
663 nResolution.nWidth = width; in GetPNGResolution()
664 nResolution.nHeight = height; in GetPNGResolution()
668 return nResolution; in GetPNGResolution()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dneocdsel.cpp772 PNGRESOLUTION nResolution = { 0, 0 }; in GetPNGResolution() local
780 return nResolution; in GetPNGResolution()
786 return nResolution; in GetPNGResolution()
792 return nResolution; in GetPNGResolution()
797 return nResolution; in GetPNGResolution()
801 return nResolution; in GetPNGResolution()
811 nResolution.nWidth = width; in GetPNGResolution()
812 nResolution.nHeight = height; in GetPNGResolution()
816 return nResolution; in GetPNGResolution()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/config/
H A Dprintoptions.cxx92 void SetReducedBitmapResolution( sal_Int16 nResolution ) ;
412 void SvtPrintOptions_Impl::SetReducedBitmapResolution(sal_Int16 nResolution ) in SetReducedBitmapResolution() argument
414 impl_setValue(PROPERTYNAME_REDUCEDBITMAPRESOLUTION, nResolution); in SetReducedBitmapResolution()
617 void SvtBasePrintOptions::SetReducedBitmapResolution( sal_Int16 nResolution ) in SetReducedBitmapResolution() argument
620 m_pDataContainer->SetReducedBitmapResolution( nResolution ); in SetReducedBitmapResolution()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx110 sal_Int32 nResolution = pConfigItem->ReadInt32( "Resolution", 2 ); in ReadPCD() local
111 if ( nResolution == 1 ) in ReadPCD()
113 else if ( nResolution == 0 ) in ReadPCD()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipcd/
H A Dipcd.cxx114 sal_Int32 nResolution = pConfigItem->ReadInt32( "Resolution", 2 ); in ReadPCD() local
115 if ( nResolution == 1 ) in ReadPCD()
117 else if ( nResolution == 0 ) in ReadPCD()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DSplines.cxx661 , sal_uInt32 nResolution in CalculateBSplines() argument
668 OSL_ASSERT( nResolution > 1 ); in CalculateBSplines()
857 lcl_tSizeType nNewSize = nResolution * n + 1; in CalculateBSplines()
875 … nResolutionStep <= nResolution && ( nTIndex != n-1 || nResolutionStep != nResolution); in CalculateBSplines()
878 lcl_tSizeType nNewIndex = nTIndex * nResolution + nResolutionStep; in CalculateBSplines()
879 … double ux = t[nTIndex] + nResolutionStep * ( t[nTIndex+1] - t[nTIndex]) /nResolution; in CalculateBSplines()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DSplines.cxx661 , sal_uInt32 nResolution in CalculateBSplines() argument
668 OSL_ASSERT( nResolution > 1 ); in CalculateBSplines()
857 lcl_tSizeType nNewSize = nResolution * n + 1; in CalculateBSplines()
875 … nResolutionStep <= nResolution && !( nTIndex == n-1 && nResolutionStep == nResolution); in CalculateBSplines()
878 lcl_tSizeType nNewIndex = nTIndex * nResolution + nResolutionStep; in CalculateBSplines()
879 … double ux = t[nTIndex] + nResolutionStep * ( t[nTIndex+1] - t[nTIndex]) /nResolution; in CalculateBSplines()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dprintoptions.hxx70 void SetReducedBitmapResolution( sal_Int16 nResolution );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dprintoptions.hxx70 void SetReducedBitmapResolution( sal_Int16 nResolution );
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sxf/
H A Dorg_sxf_defs.h210 GUInt32 nResolution; member
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sxf/
H A Dorg_sxf_defs.h210 GUInt32 nResolution; member
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sxf/
H A Dorg_sxf_defs.h210 GUInt32 nResolution; member
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sxf/
H A Dorg_sxf_defs.h210 GUInt32 nResolution; member
/dports/science/iboview/ibo-view.20150427/src/MicroScf/
H A DCtBasisShell.cpp273 double const &ThrDen, uint nResolution, FMemoryStack &Mem) in FindBfnRange() argument
276 nPt = nResolution; in FindBfnRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dprint.hxx121 void SetReducedBitmapResolution( sal_uInt16 nResolution ) in UNLESS_MERGELIBS()
122 { mnReducedBitmapResolution = nResolution; } in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dprint.hxx151 void SetReducedBitmapResolution( sal_uInt16 nResolution ) in SetReducedBitmapResolution() argument
152 { mnReducedBitmapResolution = nResolution; } in SetReducedBitmapResolution()

12