Home
last modified time | relevance | path

Searched refs:WebCoreDrawTextAtPoint (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.h38 …void WebCoreDrawTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const C…
DWebCoreTextRenderer.cpp80 void WebCoreDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, co… in WebCoreDrawTextAtPoint() function
/external/webkit/Source/WebKit/win/
DWebKitGraphics.cpp115WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color,… in WebDrawText()
DChangeLog-2009-06-1616430 (DrawTextAtPoint): calls WebCoreDrawTextAtPoint to render text
/external/webkit/Source/WebCore/
DChangeLog-2006-12-312867 (WebCoreDrawTextAtPoint):
31162 (WebCoreDrawTextAtPoint):
31521 (WebCoreDrawTextAtPoint):
31646 (WebCoreDrawTextAtPoint):
54991 (WebCoreDrawTextAtPoint):
DChangeLog-2007-10-1419647 (WebCoreDrawTextAtPoint):
25191 (WebCore::WebCoreDrawTextAtPoint): Call the helper function.
25207 Clean up WebCoreTextRenderer. WebCoreDrawTextAtPoint now just draws
25213 (WebCore::WebCoreDrawTextAtPoint): Use only WebCore types, and don't
25600 (WebCore::WebCoreDrawTextAtPoint): Added bottomAlign and centerTruncate parameters.
25726 (WebCore::WebCoreDrawTextAtPoint):
DChangeLog-2006-05-101334 (WebCoreDrawTextAtPoint):
2207 (WebCoreDrawTextAtPoint):
DChangeLog-2008-08-1069640 (WebCoreDrawTextAtPoint):
70591 (WebCoreDrawTextAtPoint):
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-295017 WebCoreDrawTextAtPoint() to here.