Searched refs:drawBidiText (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderEmbeddedObject.cpp | 161 context->drawBidiText(font, runInfo, FloatPoint(labelX, labelY)); in paintReplaced()
|
D | RenderFileUploadControl.cpp | 142 …paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(tex… in paintObject()
|
D | RenderListBox.cpp | 442 paintInfo.context->drawBidiText(itemFont, textRunPaintInfo, roundedIntPoint(r.location())); in paintItemForeground()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupListBox.cpp | 497 gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY)); in paintRow() 536 gc->drawBidiText(itemFont, labelTextRunPaintInfo, IntPoint(textX, textY)); in paintRow()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 295 …void drawBidiText(const Font&, const TextRunPaintInfo&, const FloatPoint&, Font::CustomFontNotRead…
|
D | GraphicsContext.cpp | 1017 void GraphicsContext::drawBidiText(const Font& font, const TextRunPaintInfo& runInfo, const FloatPo… in drawBidiText() function in WebCore::GraphicsContext
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 2253 c->drawBidiText(font, textRunPaintInfo, FloatPoint(0, 0), Font::UseFallbackIfFontNotReady); in drawTextInternal() 2255 c->drawBidiText(font, textRunPaintInfo, location, Font::UseFallbackIfFontNotReady); in drawTextInternal()
|