WebFontImpl 51 Source/web/WebFontImpl.cpp return new WebFontImpl(desc); WebFontImpl 54 Source/web/WebFontImpl.cpp WebFontImpl::WebFontImpl(const FontDescription& desc) WebFontImpl 60 Source/web/WebFontImpl.cpp WebFontDescription WebFontImpl::fontDescription() const WebFontImpl 65 Source/web/WebFontImpl.cpp int WebFontImpl::ascent() const WebFontImpl 70 Source/web/WebFontImpl.cpp int WebFontImpl::descent() const WebFontImpl 75 Source/web/WebFontImpl.cpp int WebFontImpl::height() const WebFontImpl 80 Source/web/WebFontImpl.cpp int WebFontImpl::lineSpacing() const WebFontImpl 85 Source/web/WebFontImpl.cpp float WebFontImpl::xHeight() const WebFontImpl 90 Source/web/WebFontImpl.cpp void WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFloatPoint& leftBaseline, WebFontImpl 111 Source/web/WebFontImpl.cpp int WebFontImpl::calculateWidth(const WebTextRun& run) const WebFontImpl 117 Source/web/WebFontImpl.cpp int WebFontImpl::offsetForPosition(const WebTextRun& run, float position) const WebFontImpl 123 Source/web/WebFontImpl.cpp WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const WebFontImpl 41 Source/web/WebFontImpl.h class WebFontImpl FINAL : public WebFont { WebFontImpl 43 Source/web/WebFontImpl.h WebFontImpl(const WebCore::FontDescription&);