Searched refs:fGlyphCache (Results 1 - 2 of 2) sorted by path

/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp135 fGlyphCache(new(std::nothrow) GlyphCachePool()),
152 if (!fGlyphCache.IsSet())
175 if (fGlyphCache->Init() != B_OK) {
191 if (fGlyphCache->FindGlyph(glyphCode) == NULL)
282 return fGlyphCache->FindGlyph(glyphCode);
308 const GlyphCache* glyph = fGlyphCache->FindGlyph(glyphCode);
324 return fGlyphCache->CacheGlyph(glyphCode, 0, glyph_data_invalid,
337 glyph = fGlyphCache->CacheGlyph(glyphCode,
H A DFontCacheEntry.h149 fGlyphCache; member in class:FontCacheEntry

Completed in 62 milliseconds