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

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.cpp43 WebString serif = WebString::fromUTF8("Times"); local
59 WebString serif = WebString::fromUTF8("times new roman");
61 serifFontFamily = serif;
62 standardFontFamily = serif;
/external/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_

Completed in 346 milliseconds