Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderEmbeddedObject.cpp161 context->drawBidiText(font, runInfo, FloatPoint(labelX, labelY)); in paintReplaced()
DRenderFileUploadControl.cpp142 …paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(tex… in paintObject()
DRenderListBox.cpp442 paintInfo.context->drawBidiText(itemFont, textRunPaintInfo, roundedIntPoint(r.location())); in paintItemForeground()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp497 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/
DGraphicsContext.h295 …void drawBidiText(const Font&, const TextRunPaintInfo&, const FloatPoint&, Font::CustomFontNotRead…
DGraphicsContext.cpp1017 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/
DCanvasRenderingContext2D.cpp2253 c->drawBidiText(font, textRunPaintInfo, FloatPoint(0, 0), Font::UseFallbackIfFontNotReady); in drawTextInternal()
2255 c->drawBidiText(font, textRunPaintInfo, location, Font::UseFallbackIfFontNotReady); in drawTextInternal()