Searched refs:fAscent (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp15 fAscent(-1.0f),
41 fAscent(other.fAscent),
70 && fAscent == other.fAscent
116 if (fAscent == ascent)
123 ret->fAscent = ascent;
131 if (fAscent >= 0.0f)
132 return fAscent;
H A DCharacterStyleData.h121 float fAscent; member in class:CharacterStyleData
/haiku/src/apps/diskprobe/
H A DDataView.h105 float fAscent; member in class:DataView
H A DDataView.cpp400 BPoint location(kHorizontalSpace, kVerticalSpace + fAscent);
1382 fAscent = fontHeight.ascent;
/haiku/headers/os/interface/
H A DMenu.h308 float fAscent; member in class:BMenu
/haiku/src/kits/interface/
H A DMenu.cpp254 fAscent(-1.0f),
288 fAscent(-1.0f),
322 fAscent(-1.0f),
1312 fAscent(-1.0f),
3018 fAscent = fh.ascent;
H A DMenuPrivate.cpp145 return fMenu->fAscent;

Completed in 168 milliseconds