Searched refs:GetHasGlyphs (Results 1 - 9 of 9) sorted by relevance

/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, function in class:ServerFont
H A DServerApp.cpp2514 status = font.GetHasGlyphs(charArray, numBytes, numChars,
/haiku/headers/os/interface/
H A DFont.h275 void GetHasGlyphs(const char charArray[],
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp458 font.GetHasGlyphs(name.String(), name.CountChars(), hasGlyphs);
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp114 font.GetHasGlyphs(name.String(), nameLength, hasGlyphs);
/haiku/src/apps/mail/
H A DContent.cpp2077 be_fixed_font->GetHasGlyphs(text, numberOfCharacters, boolArray);
2084 fFont.GetHasGlyphs(text, numberOfCharacters, boolArray);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp1052 fBaseFont.GetHasGlyphs(bytes, 1, &hasGlyphs);
/haiku/src/kits/interface/
H A DFont.cpp1346 BFont::GetHasGlyphs(const char charArray[], int32 numChars, function in class:BFont

Completed in 108 milliseconds