Searched refs:fFalseBoldWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.h56 { return fFalseBoldWidth; }
102 { fFalseBoldWidth = value; }
197 float fFalseBoldWidth; member in class:ServerFont
H A DServerFont.cpp138 fFalseBoldWidth(falseBoldWidth),
188 fFalseBoldWidth = font.fFalseBoldWidth;
209 && fShear == other.fShear && fFalseBoldWidth == other.fFalseBoldWidth
/haiku/src/kits/interface/
H A DFont.cpp507 fFalseBoldWidth(0.0),
662 fFalseBoldWidth = width;
762 return fFalseBoldWidth;
1241 link.Attach<float>(fFalseBoldWidth);
1284 link.Attach<float>(fFalseBoldWidth);
1329 link.Attach<float>(fFalseBoldWidth);
1379 fFalseBoldWidth = font.fFalseBoldWidth;
1399 && fFalseBoldWidth == font.fFalseBoldWidth
[all...]
/haiku/headers/os/interface/
H A DFont.h310 float fFalseBoldWidth; member in class:BFont

Completed in 61 milliseconds