HomeSort by relevance Sort by last modified time
    Searched refs:FontFallbackList (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 40 class FontFallbackList : public RefCounted<FontFallbackList> {
42 static PassRefPtr<FontFallbackList> create() { return adoptRef(new FontFallbackList()); }
44 ~FontFallbackList() { releaseFontData(); }
56 FontFallbackList();
FontFallbackList.cpp 30 #include "FontFallbackList.h"
38 FontFallbackList::FontFallbackList()
49 void FontFallbackList::invalidate(PassRefPtr<FontSelector> fontSelector)
63 void FontFallbackList::releaseFontData()
74 void FontFallbackList::determinePitch(const Font* font) const
89 const FontData* FontFallbackList::fontDataAt(const Font* font, unsigned realizedFontIndex) const
114 void FontFallbackList::setPlatformFont(const FontPlatformData& platformData)
FontCache.h 110 friend class FontFallbackList;
Font.cpp 66 : m_fontList(FontFallbackList::create())
123 m_fontList = FontFallbackList::create();
Font.h 29 #include "FontFallbackList.h"
132 // Metrics that we query the FontFallbackList for.
243 mutable RefPtr<FontFallbackList> m_fontList;
  /external/webkit/Source/WebCore/
Android.mk 614 platform/graphics/FontFallbackList.cpp \
    [all...]

Completed in 225 milliseconds