Home
last modified time | relevance | path

Searched refs:GetHasGlyphs (Results 1 – 11 of 11) sorted by relevance

/haiku/headers/os/interface/
H A DFont.h275 void GetHasGlyphs(const char charArray[],
278 void GetHasGlyphs(const char charArray[], int32 numChars,
/haiku/src/servers/app/
H A DServerFont.h124 status_t GetHasGlyphs(const char charArray[],
H A DServerFont.cpp695 ServerFont::GetHasGlyphs(const char* string, int32 numBytes, int32 numChars, bool* hasArray, in GetHasGlyphs() function in ServerFont
H A DServerApp.cpp2539 status = font.GetHasGlyphs(charArray, numBytes, numChars, hasArray, useFallbacks); in _DispatchMessage()
/haiku/src/kits/interface/
H A DFont.cpp1349 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 DBootPromptWindow.cpp458 font.GetHasGlyphs(name.String(), name.CountChars(), hasGlyphs); in _PopulateLanguages()
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp114 font.GetHasGlyphs(name.String(), nameLength, hasGlyphs); in LocaleWindow()
/haiku/src/apps/charactermap/
H A DCharacterView.cpp818 fCharacterFont.GetHasGlyphs(character, 1, &hasGlyph, false); in _HasGlyphForCharacter()
/haiku/src/apps/mail/
H A DContent.cpp2077 be_fixed_font->GetHasGlyphs(text, numberOfCharacters, boolArray); in AddAsContent()
2084 fFont.GetHasGlyphs(text, numberOfCharacters, boolArray); in AddAsContent()
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp1058 fBaseFont.GetHasGlyphs(bytes, 1, &hasGlyphs); in _GetKeyLabel()
/haiku/docs/user/interface/
H A DFont.dox1741 \fn void BFont::GetHasGlyphs(const char charArray[], int32 numChars,
1765 \fn void BFont::GetHasGlyphs(const char charArray[], int32 numChars,