Searched refs:GetStyle (Results 1 - 15 of 15) sorted by relevance

/haiku/src/servers/app/font/
H A DFontFamily.h36 FontStyle* GetStyle(const char* style) const;
H A DGlobalFontManager.h66 virtual FontStyle* GetStyle(uint16 familyID, uint16 styleID) const;
67 virtual FontStyle* GetStyle(const char* familyName,
H A DFontManager.h52 virtual FontStyle* GetStyle(uint16 familyID,
54 virtual FontStyle* GetStyle(const char* familyName,
H A DFontManager.cpp202 FontManager::GetStyle(uint16 familyID, uint16 styleID) const function in class:FontManager
228 FontManager::GetStyle(const char* familyName, const char* styleName, function in class:FontManager
237 return GetStyle(familyID, styleID);
253 return family->GetStyle(styleName);
H A DGlobalFontManager.cpp421 FontStyle* style = GetStyle(familyName, styleName);
423 style = GetStyle(fallbackFamily, fallbackStyle);
562 GlobalFontManager::GetStyle(uint16 familyID, uint16 styleID) const function in class:GlobalFontManager
564 return FontManager::GetStyle(familyID, styleID);
581 GlobalFontManager::GetStyle(const char* familyName, const char* styleName, function in class:GlobalFontManager
590 return GetStyle(familyID, styleID);
606 FontStyle* fontStyle = family->GetStyle(styleName);
612 fontStyle = family->GetStyle(styleName);
618 return family->GetStyle(styleName);
745 directory.styles.AddItem(GetStyle(familyI
[all...]
H A DFontFamily.cpp186 FontFamily::GetStyle(const char *name) const function in class:FontFamily
H A DGlyphLayoutEngine.h447 fallbackStyle = gFontManager->GetStyle(fallbacks[i], fontStyle);
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h116 void GetStyle(int32 inOffset, BFont* outFont,
H A DStyleBuffer.cpp351 BTextView::StyleBuffer::GetStyle(int32 inOffset, BFont* outFont, function in class:BTextView::StyleBuffer
/haiku/src/servers/app/
H A DServerApp.cpp1788 = gFontManager->GetStyle(familyName, styleName);
1989 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
1993 fontStyle = fAppFontManager->GetStyle(familyID, styleID);
2037 FontStyle* fontStyle = gFontManager->GetStyle(family, style,
2042 fontStyle = fAppFontManager->GetStyle(family, style,
2081 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
2085 fontStyle = fAppFontManager->GetStyle(familyID, styleID);
2229 FontStyle* fontStyle = gFontManager->GetStyle(familyID, styleID);
2233 fontStyle = fAppFontManager->GetStyle(familyID, styleID);
2283 FontStyle* fontStyle = gFontManager->GetStyle(familyI
[all...]
H A DDesktopSettings.cpp164 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
172 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
180 FontStyle* fontStyle = gFontManager->GetStyle(family, style);
H A DServerFont.cpp283 style.SetTo(gFontManager->GetStyle(familyID, styleID), false);
290 style.SetTo(fontManager->GetStyle(familyID, styleID), false);
H A DPictureBoundingBoxPlayer.cpp634 FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
H A DServerPicture.cpp808 FontStyle* fontStyle = gFontManager->GetStyle(font.Family(), style);
/haiku/src/kits/interface/
H A DTextView.cpp1650 fStyles->GetStyle(offset, _font, _color);

Completed in 132 milliseconds