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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 37 class PLATFORM_EXPORT FontFallbackList : public RefCounted<FontFallbackList> {
38 WTF_MAKE_NONCOPYABLE(FontFallbackList);
44 GlyphPagesStateSaver(FontFallbackList& fallbackList)
58 FontFallbackList& m_fallbackList;
63 static PassRefPtr<FontFallbackList> create() { return adoptRef(new FontFallbackList()); }
65 ~FontFallbackList() { releaseFontData(); }
109 FontFallbackList();
FontFallbackList.cpp 30 #include "platform/fonts/FontFallbackList.h"
41 FontFallbackList::FontFallbackList()
53 void FontFallbackList::invalidate(PassRefPtrWillBeRawPtr<FontSelector> fontSelector)
69 void FontFallbackList::releaseFontData()
80 void FontFallbackList::determinePitch(const FontDescription& fontDescription) const
108 bool FontFallbackList::loadingCustomFonts() const
121 bool FontFallbackList::shouldSkipDrawing() const
134 const SimpleFontData* FontFallbackList::determinePrimarySimpleFontData(const FontDescription& fontDescription) const
181 PassRefPtr<FontData> FontFallbackList::getFontData(const FontDescription& fontDescription, int& familyIndex) cons
    [all...]

Completed in 55 milliseconds