Searched defs:TextRunComponent (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontWinCE.cpp71 class TextRunComponent { class in namespace:WebCore
73 TextRunComponent() : m_textRun(0, 0) {} function in class:WebCore::TextRunComponent
74 TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, int offset);
75 TextRunComponent(int spaces, const Font &font, int offset);
76 ~TextRunComponent() { m_textRun; }
87 TextRunComponent::TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, int o) function in class:WebCore::TextRunComponent
100 TextRunComponent::TextRunComponent(int s, const Font &font, int o) function in class:WebCore::TextRunComponent
108 typedef Vector<TextRunComponent, 12
[all...]

Completed in 46 milliseconds