Searched refs:makeFont (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.cpp50 static Font makeFont(const WebFontDescription& description) function
114 WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex);
124 return WebCoreTextFloatWidth(String(text, length), makeFont(description));
132 Font font(makeFont(description));
151 String result = StringTruncator::centerTruncate(String(text, length), width, makeFont(description), StringTruncator::EnableRoundingHacks);
163 String result = StringTruncator::rightTruncate(String(text, length), width, makeFont(description), StringTruncator::EnableRoundingHacks);

Completed in 118 milliseconds