Searched refs:GetHasGlyphs (Results 1 – 11 of 11) sorted by relevance
/haiku/headers/os/interface/ |
H A D | Font.h | 275 void GetHasGlyphs(const char charArray[], 278 void GetHasGlyphs(const char charArray[], int32 numChars,
|
/haiku/src/servers/app/ |
H A D | ServerFont.h | 124 status_t GetHasGlyphs(const char charArray[],
|
H A D | ServerFont.cpp | 695 ServerFont::GetHasGlyphs(const char* string, int32 numBytes, int32 numChars, bool* hasArray, in GetHasGlyphs() function in ServerFont
|
H A D | ServerApp.cpp | 2539 status = font.GetHasGlyphs(charArray, numBytes, numChars, hasArray, useFallbacks); in _DispatchMessage()
|
/haiku/src/kits/interface/ |
H A D | Font.cpp | 1349 BFont::GetHasGlyphs(const char charArray[], int32 numChars, in GetHasGlyphs() function in BFont 1352 GetHasGlyphs(charArray, numChars, hasArray, true); in GetHasGlyphs() 1357 BFont::GetHasGlyphs(const char charArray[], int32 numChars, bool hasArray[], in GetHasGlyphs() function in BFont
|
/haiku/src/apps/firstbootprompt/ |
H A D | BootPromptWindow.cpp | 458 font.GetHasGlyphs(name.String(), name.CountChars(), hasGlyphs); in _PopulateLanguages()
|
/haiku/src/preferences/locale/ |
H A D | LocaleWindow.cpp | 114 font.GetHasGlyphs(name.String(), nameLength, hasGlyphs); in LocaleWindow()
|
/haiku/src/apps/charactermap/ |
H A D | CharacterView.cpp | 818 fCharacterFont.GetHasGlyphs(character, 1, &hasGlyph, false); in _HasGlyphForCharacter()
|
/haiku/src/apps/mail/ |
H A D | Content.cpp | 2077 be_fixed_font->GetHasGlyphs(text, numberOfCharacters, boolArray); in AddAsContent() 2084 fFont.GetHasGlyphs(text, numberOfCharacters, boolArray); in AddAsContent()
|
/haiku/src/preferences/keymap/ |
H A D | KeyboardLayoutView.cpp | 1058 fBaseFont.GetHasGlyphs(bytes, 1, &hasGlyphs); in _GetKeyLabel()
|
/haiku/docs/user/interface/ |
H A D | Font.dox | 1741 \fn void BFont::GetHasGlyphs(const char charArray[], int32 numChars, 1765 \fn void BFont::GetHasGlyphs(const char charArray[], int32 numChars,
|