Searched refs:drawEmphasisMarksForSimpleText (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.h | 173 …void drawEmphasisMarksForSimpleText(GraphicsContext*, const TextRun&, const AtomicString& mark, co…
|
D | Font.cpp | 163 drawEmphasisMarksForSimpleText(context, run, mark, point, from, to); in drawEmphasisMarks()
|
D | FontFastPath.cpp | 367 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRun& run, const Atomi… in drawEmphasisMarksForSimpleText() function in WebCore::Font
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 266 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* /* context */, const TextRun& /* run */,… in drawEmphasisMarksForSimpleText() function in WebCore::Font
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 40323 (WebCore::Font::drawEmphasisMarksForSimpleText): Added. 40422 (WebCore::Font::drawEmphasisMarksForSimpleText): Ditto.
|