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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h40 struct WebFontDescription { struct
56 const WebFontDescription* description;
67 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription&);
68 void FontMetrics(const WebFontDescription&, int* ascent, int* descent, int* lineSpacing);
71 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
H A DWebKitGraphics.cpp50 static Font makeFont(const WebFontDescription& description)
83 const WebFontDescription* description;
122 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription& description)
127 void FontMetrics(const WebFontDescription& description, int* ascent, int* descent, int* lineSpacing)
145 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description, float width, WCHAR* buffer)
157 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description, float width, WCHAR* buffer)
H A DDOMCoreClasses.cpp1244 HRESULT STDMETHODCALLTYPE DOMElement::font(WebFontDescription* webFontDescription)
H A DDOMCoreClasses.h860 WebFontDescription* webFontDescription);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMPrivate.idl34 typedef struct WebFontDescription WebFontDescription;
48 [local] HRESULT font(WebFontDescription* webFontDescription);

Completed in 86 milliseconds