OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForTextEmphasisOrNot
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h
171
enum
ForTextEmphasisOrNot
{ NotForTextEmphasis, ForTextEmphasis };
174
float getGlyphsAndAdvancesForSimpleText(const TextRun&, int from, int to, GlyphBuffer&,
ForTextEmphasisOrNot
= NotForTextEmphasis) const;
190
float getGlyphsAndAdvancesForComplexText(const TextRun&, int from, int to, GlyphBuffer&,
ForTextEmphasisOrNot
= NotForTextEmphasis) const;
FontFastPath.cpp
397
float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer,
ForTextEmphasisOrNot
forTextEmphasis) const
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontComplexTextMac.cpp
71
float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer,
ForTextEmphasisOrNot
forTextEmphasis) const
Completed in 195 milliseconds