Searched refs:drawBidiText (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebPopupMenuWin.cpp | 139 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/ |
D | WebCoreTextRenderer.cpp | 57 context.drawBidiText(font, run, point); in doDrawTextAtPoint()
|
D | PopupMenuWin.cpp | 652 context.drawBidiText(itemFont, textRun, IntPoint(textX, textY)); in paint()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderEmbeddedObject.cpp | 180 context->drawBidiText(font, run, FloatPoint(labelX, labelY)); in paintReplaced()
|
D | RenderFileUploadControl.cpp | 252 paintInfo.context->drawBidiText(style()->font(), textRun, IntPoint(textX, textY)); in paintObject()
|
D | RenderTextControl.cpp | 661 paintInfo.context->drawBidiText(placeholderStyle->font(), textRun, textPoint); in paintPlaceholder()
|
D | RenderListBox.cpp | 406 paintInfo.context->drawBidiText(itemFont, textRun, r.location()); in paintItemForeground()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 971 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/ |
D | GraphicsContext.h | 378 void drawBidiText(const Font&, const TextRun&, const FloatPoint&);
|
D | GraphicsContext.cpp | 395 void GraphicsContext::drawBidiText(const Font& font, const TextRun& run, const FloatPoint& point) in drawBidiText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1927 maskImageContext->drawBidiText(font, textRun, location); in drawTextInternal() 1947 c->drawBidiText(font, textRun, location); in drawTextInternal()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 14353 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().
|
D | ChangeLog | 8875 (WebCore::GraphicsContext::drawBidiText): 26986 (WebCore::GraphicsContext::drawBidiText): 40480 Breaks fast/text/drawBidiText.html on Chromium. (Requested by 65028 (WebCore::GraphicsContext::drawBidiText):
|
D | ChangeLog-2008-08-10 | 42322 (WebCore::GraphicsContext::drawBidiText): Adjusted for changes to 69603 (WebCore::GraphicsContext::drawBidiText): 70572 (WebCore::GraphicsContext::drawBidiText):
|
D | ChangeLog-2009-06-16 | 16633 (WebCore::GraphicsContext::drawBidiText): Use BidiContext::create(). 53147 (WebCore::GraphicsContext::drawBidiText): 93141 (WebCore::GraphicsContext::drawBidiText):
|