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

/haiku/headers/os/interface/
H A DFont.h310 float fFalseBoldWidth; member in class:BFont
/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/src/servers/app/
H A DServerFont.cpp138 fFalseBoldWidth(falseBoldWidth),
188 fFalseBoldWidth = font.fFalseBoldWidth;
209 && fShear == other.fShear && fFalseBoldWidth == other.fFalseBoldWidth
H A DServerFont.h56 { return fFalseBoldWidth; }
102 { fFalseBoldWidth = value; }
197 float fFalseBoldWidth; member in class:ServerFont

Completed in 59 milliseconds