Searched defs:drawEmphasisMarks (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp148 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const function in class:WebCore::Font
H A DFontFastPath.cpp375 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 function in class:WebCore::Font
H A DGraphicsContext.cpp387 void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) function in class:WebCore::GraphicsContext
392 font.drawEmphasisMarks(this, run, mark, point, from, to);

Completed in 565 milliseconds