Searched refs:parentTextRun (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 74 …TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, i… 87 TextRunComponent::TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, co… in TextRunComponent() argument 88 : m_textRun(start, length, parentTextRun.allowTabs(), 0, 0 in TextRunComponent() 89 …, parentTextRun.allowsTrailingExpansion() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrail… in TextRunComponent() 90 , parentTextRun.rtl() in TextRunComponent() 91 , parentTextRun.directionalOverride()) in TextRunComponent()
|