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

  /external/webkit/WebCore/platform/wx/wxcode/
non-kerned-drawing.h 40 extern void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point);
  /external/webkit/WebCore/platform/graphics/wx/
FontWx.cpp 65 drawTextWithSpacing(graphicsContext, font, color, glyphBuffer, from, numGlyphs, point);
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 52 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
  /external/webkit/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp 72 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 186 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)

Completed in 63 milliseconds