OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fontList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.cpp
55
m_fontList
.clear();
70
unsigned numFonts =
m_fontList
.size();
72
if (!
m_fontList
[i]->isCustomFont()) {
73
ASSERT(!
m_fontList
[i]->isSegmented());
74
FontCache::fontCache()->releaseFontData(static_cast<const SimpleFontData*>(
m_fontList
[i].get()));
99
unsigned numFonts =
m_fontList
.size();
101
if (
m_fontList
[i]->isCustomFont() &&
m_fontList
[i]->isLoading()) {
176
if (realizedFontIndex <
m_fontList
.size())
177
return
m_fontList
[realizedFontIndex].get(); // This fallback font is already in our list
[
all
...]
FontFallbackList.h
109
mutable Vector<RefPtr<FontData>, 1>
m_fontList
;
Completed in 126 milliseconds