Searched refs:WebFontDescription (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebKitGraphics.h | 40 struct WebFontDescription { struct 56 const WebFontDescription* description; argument 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 wid… 72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float widt…
|
D | WebKitGraphics.cpp | 52 static Font makeFont(const WebFontDescription& description) in makeFont() 88 const WebFontDescription* description; 127 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription& description) in TextFloatWidth() 132 void FontMetrics(const WebFontDescription& description, int* ascent, int* descent, int* lineSpacing) in FontMetrics() 149 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& descriptio… in CenterTruncateStringToWidth() 159 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description… in RightTruncateStringToWidth()
|
D | DOMCoreClasses.cpp | 1048 HRESULT STDMETHODCALLTYPE DOMElement::font(WebFontDescription* webFontDescription) in font()
|
D | DOMCoreClasses.h | 778 WebFontDescription* webFontDescription);
|
D | ChangeLog | 8233 as a WebFontDescription.
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMPrivate.idl | 34 typedef struct WebFontDescription WebFontDescription; 48 [local] HRESULT font(WebFontDescription* webFontDescription);
|