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 41 class PLATFORM_EXPORT FontFallbackList : public RefCounted<FontFallbackList> {
42 WTF_MAKE_NONCOPYABLE(FontFallbackList);
48 GlyphPagesStateSaver(FontFallbackList& fallbackList)
62 FontFallbackList& m_fallbackList;
67 static PassRefPtr<FontFallbackList> create() { return adoptRef(new FontFallbackList()); }
69 ~FontFallbackList() { releaseFontData(); }
91 FontFallbackList();
FontFallbackList.cpp 30 #include "platform/fonts/FontFallbackList.h"
40 FontFallbackList::FontFallbackList()
52 void FontFallbackList::invalidate(PassRefPtrWillBeRawPtr<FontSelector> fontSelector)
68 void FontFallbackList::releaseFontData()
79 void FontFallbackList::determinePitch(const FontDescription& fontDescription) const
94 bool FontFallbackList::loadingCustomFonts() const
107 bool FontFallbackList::shouldSkipDrawing() const
120 const FontData* FontFallbackList::primaryFontData(const FontDescription& fontDescription) const
156 PassRefPtr<FontData> FontFallbackList::getFontData(const FontDescription& fontDescription, int& familyIndex) cons
    [all...]

Completed in 39 milliseconds