OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h
26
#include "platform/fonts/
WidthCache
.h"
87
WidthCache
&
widthCache
() const { return m_widthCache; }
114
mutable
WidthCache
m_widthCache;
Font.cpp
219
float* cacheEntry = m_fontFallbackList->
widthCache
().add(run, std::numeric_limits<float>::quiet_NaN(), hasKerningOrLigatures, hasWordSpacingOrLetterSpacing, glyphOverflow);
Completed in 143 milliseconds