Searched refs:fontID (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/app/
H A DServerProtocolStructs.h40 int32 fontID; member in struct:ViewGetStateInfo
/haiku/src/servers/app/
H A DDrawState.cpp155 uint32 fontID; local
156 link.Read<uint32>(&fontID);
157 fFont.SetFamilyAndStyle(fontID, fontManager);
285 info.fontID = fFont.GetFamilyAndStyle();
H A DServerFont.h78 status_t SetFamilyAndStyle(uint32 fontID,
H A DServerFont.cpp310 \param fontID the combination of family and style ID numbers
314 ServerFont::SetFamilyAndStyle(uint32 fontID, AppFontManager* fontManager) argument
316 uint16 style = fontID & 0xFFFF;
317 uint16 family = (fontID & 0xFFFF0000) >> 16;
/haiku/src/kits/interface/
H A DView.cpp295 font.SetFamilyAndStyle(info.fontID);

Completed in 42 milliseconds