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

/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp188 uint32 glyphCode; local
190 while ((glyphCode = UTF8ToCharCode(&utf8String))) {
191 if (fGlyphCache->FindGlyph(glyphCode) == NULL)
201 render_as_space(uint32 glyphCode) argument
205 return (glyphCode >= 0x0009 && glyphCode <= 0x000d)
207 || (glyphCode == 0x0085)
209 || (glyphCode == 0x00a0)
211 || (glyphCode == 0x1680)
213 || (glyphCode >
228 render_as_zero_width(uint32 glyphCode) argument
279 CachedGlyph(uint32 glyphCode) argument
287 CanCreateGlyph(uint32 glyphCode) argument
297 CreateGlyph(uint32 glyphCode, FontCacheEntry* fallbackEntry) argument
[all...]
H A DFontCacheEntry.h113 const GlyphCache* CachedGlyph(uint32 glyphCode);
114 const GlyphCache* CreateGlyph(uint32 glyphCode,
116 bool CanCreateGlyph(uint32 glyphCode);
H A DFontEngine.h95 uint32 GlyphIndexForGlyphCode(uint32 glyphCode) const;
H A DGlyphLayoutEngine.h191 static bool IsWhiteSpace(uint32 glyphCode);
219 uint32 glyphCode);
H A DFontEngine.cpp474 FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const
476 return FT_Get_Char_Index(fFace, glyphCode);

Completed in 40 milliseconds