Home
last modified time | relevance | path

Searched refs:drawBidiText (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp139 notSelectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY)); in setUpPlatformData()
140 selectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY)); in setUpPlatformData()
/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp57 context.drawBidiText(font, run, point); in doDrawTextAtPoint()
DPopupMenuWin.cpp652 context.drawBidiText(itemFont, textRun, IntPoint(textX, textY)); in paint()
/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.cpp180 context->drawBidiText(font, run, FloatPoint(labelX, labelY)); in paintReplaced()
DRenderFileUploadControl.cpp252 paintInfo.context->drawBidiText(style()->font(), textRun, IntPoint(textX, textY)); in paintObject()
DRenderTextControl.cpp661 paintInfo.context->drawBidiText(placeholderStyle->font(), textRun, textPoint); in paintPlaceholder()
DRenderListBox.cpp406 paintInfo.context->drawBidiText(itemFont, textRun, r.location()); in paintItemForeground()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp971 gc->drawBidiText(itemFont, textRun, IntPoint(textX, textY)); in paintRow()
998 gc->drawBidiText(itemFont, labelTextRun, IntPoint(textX, textY)); in paintRow()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h378 void drawBidiText(const Font&, const TextRun&, const FloatPoint&);
DGraphicsContext.cpp395 void GraphicsContext::drawBidiText(const Font& font, const TextRun& run, const FloatPoint& point) in drawBidiText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1927 maskImageContext->drawBidiText(font, textRun, location); in drawTextInternal()
1947 c->drawBidiText(font, textRun, location); in drawTextInternal()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1414353 Test: fast/text/drawBidiText.html
14381 (WebCore::GraphicsContext::drawBidiText): Added. Applies the Unicode
14387 and BidiReorderCharacters with calling to drawBidiText(). Removed special
14395 (WebCore::doDrawTextAtPoint): Changed to call drawBidiText if the text
14399 character buffer in BidiReorderCharacters with calling to drawBidiText().
DChangeLog8875 (WebCore::GraphicsContext::drawBidiText):
26986 (WebCore::GraphicsContext::drawBidiText):
40480 Breaks fast/text/drawBidiText.html on Chromium. (Requested by
65028 (WebCore::GraphicsContext::drawBidiText):
DChangeLog-2008-08-1042322 (WebCore::GraphicsContext::drawBidiText): Adjusted for changes to
69603 (WebCore::GraphicsContext::drawBidiText):
70572 (WebCore::GraphicsContext::drawBidiText):
DChangeLog-2009-06-1616633 (WebCore::GraphicsContext::drawBidiText): Use BidiContext::create().
53147 (WebCore::GraphicsContext::drawBidiText):
93141 (WebCore::GraphicsContext::drawBidiText):