Home
last modified time | relevance | path

Searched refs:WebFontDescription (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/win/
DWebKitGraphics.h40 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…
DWebKitGraphics.cpp52 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()
DDOMCoreClasses.cpp1048 HRESULT STDMETHODCALLTYPE DOMElement::font(WebFontDescription* webFontDescription) in font()
DDOMCoreClasses.h778 WebFontDescription* webFontDescription);
DChangeLog8233 as a WebFontDescription.
/external/webkit/WebKit/win/Interfaces/
DDOMPrivate.idl34 typedef struct WebFontDescription WebFontDescription;
48 [local] HRESULT font(WebFontDescription* webFontDescription);