HomeSort by relevance Sort by last modified time
    Searched refs:drawEmphasisMarksForSimpleText (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Font.h 173 void drawEmphasisMarksForSimpleText(GraphicsContext*, const TextRun&, const AtomicString& mark, const FloatPoint&, int from, int to) const;
Font.cpp 163 drawEmphasisMarksForSimpleText(context, run, mark, point, from, to);
FontFastPath.cpp 367 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 266 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const

Completed in 769 milliseconds