HomeSort by relevance Sort by last modified time
    Searched defs:drawEmphasisMarks (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 148 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const
FontFastPath.cpp 375 drawEmphasisMarks(context, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
420 void Font::drawEmphasisMarks(GraphicsContext* context, const GlyphBuffer& glyphBuffer, const AtomicString& mark, const FloatPoint& point) const
GraphicsContext.cpp 387 void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to)
392 font.drawEmphasisMarks(this, run, mark, point, from, to);

Completed in 38 milliseconds