Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DFontWince.cpp73 …TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, i…
86 TextRunComponent::TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, co… in TextRunComponent() argument
87 : m_textRun(start, length, parentTextRun.allowTabs(), 0, 0 in TextRunComponent()
88 , parentTextRun.rtl() in TextRunComponent()
89 , parentTextRun.directionalOverride() in TextRunComponent()
90 , parentTextRun.applyRunRounding() in TextRunComponent()
91 , parentTextRun.applyWordRounding()) in TextRunComponent()