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

/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp58 SetValue(fFloatValueCache);
70 if ((fFloatMode && f != fFloatValueCache) ||
131 fFloatValueCache = atof(Text());
132 return fFloatValueCache;
H A DNummericalTextView.h57 mutable float fFloatValueCache; member in class:NummericalTextView

Completed in 16 milliseconds