OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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(); }
90
FontFallbackList
();
FontFallbackList.cpp
30
#include "platform/fonts/
FontFallbackList
.h"
40
FontFallbackList
::
FontFallbackList
()
52
void
FontFallbackList
::invalidate(PassRefPtr<FontSelector> fontSelector)
68
void
FontFallbackList
::releaseFontData()
79
void
FontFallbackList
::determinePitch(const FontDescription& fontDescription) const
94
bool
FontFallbackList
::loadingCustomFonts() const
109
const FontData*
FontFallbackList
::primaryFontData(const FontDescription& fontDescription) const
133
PassRefPtr<FontData>
FontFallbackList
::getFontData(const FontDescription& fontDescription, int& familyIndex) const
174
const FontData*
FontFallbackList
::fontDataAt(const FontDescription& fontDescription, unsigned realizedFontIndex) cons
[
all
...]
Completed in 48 milliseconds