OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasKerningOrLigatures
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h
122
float* add(const TextRun& run, float entry, bool
hasKerningOrLigatures
, bool hasWordSpacingOrLetterSpacing, GlyphOverflow* glyphOverflow)
125
if (!
hasKerningOrLigatures
)
Font.cpp
217
bool
hasKerningOrLigatures
= typesettingFeatures() & (Kerning | Ligatures);
219
float* cacheEntry = m_fontFallbackList->widthCache().add(run, std::numeric_limits<float>::quiet_NaN(),
hasKerningOrLigatures
, hasWordSpacingOrLetterSpacing, glyphOverflow);
Completed in 377 milliseconds