Home
last modified time | relevance | path

Searched refs:fPercentage (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DPVRGUIProgressHandler.cpp42 float fPercentage = (iCurrent * 100.0f) / iMax; in UpdateProgress() local
43 if (!std::isnan(fPercentage)) in UpdateProgress()
44 fPercentage = std::min(100.0f, fPercentage); in UpdateProgress()
46 UpdateProgress(strText, fPercentage); in UpdateProgress()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogExtendedProgressBar.cpp45 float fPercentage = (currentItem*100.0f)/itemCount; in SetProgress() local
46 if (!std::isnan(fPercentage)) in SetProgress()
47 m_fPercentage = std::min(100.0f, fPercentage); in SetProgress()
H A DGUIDialogExtendedProgressBar.h35 void SetPercentage(float fPercentage) { m_fPercentage = fPercentage; } in SetPercentage() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx220 double fPercentage(1.0); in seekReferenceWidth() local
230 fWidth = pParentSvgSvgNode->getViewBox()->getWidth() * fPercentage; in seekReferenceWidth()
240 fPercentage *= pParentSvgSvgNode->getWidth().getNumber() * 0.01; in seekReferenceWidth()
244 … fWidth = pParentSvgSvgNode->getWidth().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceWidth()
262 double fPercentage(1.0); in seekReferenceHeight() local
272 fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage; in seekReferenceHeight()
282 fPercentage *= pParentSvgSvgNode->getHeight().getNumber() * 0.01; in seekReferenceHeight()
286 … fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx218 double fPercentage(1.0); in seekReferenceWidth() local
228 fWidth = pParentSvgSvgNode->getViewBox()->getWidth() * fPercentage; in seekReferenceWidth()
238 fPercentage *= pParentSvgSvgNode->getWidth().getNumber() * 0.01; in seekReferenceWidth()
242 … fWidth = pParentSvgSvgNode->getWidth().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceWidth()
260 double fPercentage(1.0); in seekReferenceHeight() local
270 fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage; in seekReferenceHeight()
280 fPercentage *= pParentSvgSvgNode->getHeight().getNumber() * 0.01; in seekReferenceHeight()
284 … fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/tools/
H A Dr4300prof.c221 float fPercentage; in main() local
234 int rval = ParseProfLine(pch, &lAddress, &iSamples, &fPercentage); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/workbench/addin/
H A Dsampleaddin.cxx127 double fPercentage = (fValue - fMin) / fRange; in getLogicalPosition() local
133 …aOutPosition.Y = static_cast<sal_Int32>(aPos.Y + nLength * (1.0 - fPercentage)); // y scale goe… in getLogicalPosition()
137 aOutPosition.X = static_cast<sal_Int32>(aPos.X + nLength * fPercentage); in getLogicalPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/workbench/addin/
H A Dsampleaddin.cxx128 double fPercentage = (fValue - fMin) / fRange; in getLogicalPosition() local
134 …aOutPosition.Y = static_cast<sal_Int32>(aPos.Y + nLength * (1.0 - fPercentage)); // y scale goe… in getLogicalPosition()
138 aOutPosition.X = static_cast<sal_Int32>(aPos.X + nLength * fPercentage); in getLogicalPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DChartView.cxx2105 double fPercentage = lcl_getPageLayoutDistancePercentage(); in lcl_createTitle() local
2106 sal_Int32 nXDistance = static_cast< sal_Int32 >( rPageSize.Width * fPercentage ); in lcl_createTitle()
2107 sal_Int32 nYDistance = static_cast< sal_Int32 >( rPageSize.Height * fPercentage ); in lcl_createTitle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DChartView.cxx2140 double fPercentage = lcl_getPageLayoutDistancePercentage(); in lcl_createTitle() local
2141 sal_Int32 nXDistance = static_cast< sal_Int32 >( rPageSize.Width * fPercentage ); in lcl_createTitle()
2142 sal_Int32 nYDistance = static_cast< sal_Int32 >( rPageSize.Height * fPercentage ); in lcl_createTitle()