Home
last modified time | relevance | path

Searched refs:fWobblyHeightFactor (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Animated-icons/src/
H A Dapplet-wobbly.c100 if (pData->fWobblyHeightFactor == 0) in init()
101 pData->fWobblyHeightFactor = 1.; in init()
350 double fDamageHeightFactor = (c == iNbIterInOneRound-1 ? 1. : pData->fWobblyHeightFactor); in update()
360 pData->fWobblyHeightFactor = fMinSize; in update()
365 pData->fWobblyHeightFactor = fSizeFactor; in update()
371 pData->fWobblyHeightFactor = 1.; in update()
379 fDamageHeightFactor = MAX (fDamageHeightFactor, pData->fWobblyHeightFactor); in update()
403 pIcon->fHeightFactor *= pData->fWobblyHeightFactor; in render()
420 pIcon->fHeightFactor /= pData->fWobblyHeightFactor; in render()
H A Dapplet-struct.h146 gdouble fWobblyWidthFactor, fWobblyHeightFactor; member