Searched defs:serif (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/shell/common/
H A Dwebkit_test_helpers.cc76 base::string16 serif; local
81 serif = base::ASCIIToUTF16("Times");
86 serif = base::ASCIIToUTF16("times new roman");
88 prefs->serif_font_family_map[kCommonScript] = serif;
89 prefs->standard_font_family_map[kCommonScript] = serif;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGenericFontFamilySettings.cpp110 const AtomicString& GenericFontFamilySettings::serif(UScriptCode script) const function in class:blink::GenericFontFamilySettings
117 if (family == serif())
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.h88 * segments on the edges unless it detects that they form a serif.
121 * can have the same candidate, which frequently means a serif.
140 * On the opposite, a serif has
144 * where segment_1 corresponds to the serif segment (CD and EF in the
147 * The best candidate is stored in field `serif' in structure
280 AF_Segment serif; /* primary segment for serifs */ member in struct:AF_SegmentRec_
303 AF_Edge serif; /* primary edge for serifs */ member in struct:AF_EdgeRec_
/external/freetype/src/autofit/
H A Dafhints.h96 * they form a serif.
128 * can have the same candidate, which frequently means a serif.
150 * In comparison to a stem, a serif (as handled by the auto-hinter
155 * where segment_1 corresponds to the serif segment (CD and EF in the
158 * The best candidate is stored in field `serif' in structure
291 AF_Segment serif; /* primary segment for serifs */ member in struct:AF_SegmentRec_
314 AF_Edge serif; /* primary edge for serifs */ member in struct:AF_EdgeRec_

Completed in 140 milliseconds