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

  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.h 38 void WebCoreDrawTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const Color&, int underlinedIndex = -1);
WebCoreTextRenderer.cpp 80 void WebCoreDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex)
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 115 WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex);

Completed in 124 milliseconds