Searched refs:createLayoutForMacComplexText (Results 1 – 4 of 4) sorted by relevance
107 …PassOwnPtr<TextLayout> createLayoutForMacComplexText(const TextRun&, unsigned textLength, float xP…
248 PassOwnPtr<TextLayout> Font::createLayoutForMacComplexText(const TextRun&, unsigned, float, bool) c… in createLayoutForMacComplexText() function in WebCore::Font
82 PassOwnPtr<TextLayout> Font::createLayoutForMacComplexText(const TextRun& run, unsigned textLength,… in createLayoutForMacComplexText() function in WebCore::Font
59 …m_layout = m_font->createLayoutForMacComplexText(RenderBlockFlow::constructTextRun(renderText, *m_… in createLayout()