OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallCapsVariant
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
69
enum FontDataVariant { AutoVariant, NormalVariant,
SmallCapsVariant
, EmphasisMarkVariant };
88
case
SmallCapsVariant
:
FontFastPath.cpp
52
variant =
SmallCapsVariant
;
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp
200
fontDataVariant =
SmallCapsVariant
;
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp
149
nextFontData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ?
SmallCapsVariant
: AutoVariant).fontData;
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
240
nextGlyphData = m_font.glyphDataForCharacter(*curr, false, forceSmallCaps ?
SmallCapsVariant
: AutoVariant);
Completed in 201 milliseconds