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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 189 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const
FontFastPath.cpp 449 drawEmphasisMarks(context, runInfo, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
505 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRunPaintInfo& runInfo, const GlyphBuffer& glyphBuffer, const AtomicString& mark, const FloatPoint& point) const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 1009 void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point)
1014 font.drawEmphasisMarks(this, runInfo, mark, point);
    [all...]

Completed in 56 milliseconds