drawBidiText     2269 Source/core/html/canvas/CanvasRenderingContext2D.cpp         c->drawBidiText(font, textRunPaintInfo, FloatPoint(0, 0), Font::UseFallbackIfFontNotReady);
drawBidiText     2271 Source/core/html/canvas/CanvasRenderingContext2D.cpp         c->drawBidiText(font, textRunPaintInfo, location, Font::UseFallbackIfFontNotReady);
drawBidiText      158 Source/core/rendering/RenderEmbeddedObject.cpp     context->drawBidiText(font, runInfo, FloatPoint(labelX, labelY));
drawBidiText      141 Source/core/rendering/RenderFileUploadControl.cpp         paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
drawBidiText      364 Source/core/rendering/RenderImage.cpp                         context->drawBidiText(font, textRunPaintInfo, textOrigin);
drawBidiText      366 Source/core/rendering/RenderImage.cpp                     context->drawBidiText(font, textRunPaintInfo, textOrigin);
drawBidiText      454 Source/core/rendering/RenderListBox.cpp     paintInfo.context->drawBidiText(itemFont, textRunPaintInfo, roundedIntPoint(r.location()));
drawBidiText      196 Source/platform/DragImage.cpp     buffer->context()->drawBidiText(urlFont, TextRunPaintInfo(textRun), textPos);
drawBidiText      301 Source/platform/graphics/GraphicsContext.h     void drawBidiText(const Font&, const TextRunPaintInfo&, const FloatPoint&, Font::CustomFontNotReadyAction = Font::DoNotPaintIfFontNotReady);
drawBidiText      464 Source/web/PopupListBox.cpp     gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY));