Searched refs:fHeightDelta (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DIconMenuItem.cpp76 fHeightDelta(0),
101 fHeightDelta(0),
131 if (fHeightDelta > 0)
132 drawPoint.y += ceil(fHeightDelta / 2);
156 float deltaHeight = fHeightDelta < 0 ? -fHeightDelta : 0;
186 fHeightDelta = iconSize - *height;
264 fHeightDelta(0),
280 fHeightDelta(0),
303 fHeightDelta(
[all...]
/haiku/headers/private/tracker/
H A DIconMenuItem.h77 float fHeightDelta; member in class:BPrivate::IconMenuItem
108 float fHeightDelta; member in class:BPrivate::ModelMenuItem

Completed in 67 milliseconds