drawTextOnPath   1251 Source/platform/graphics/GraphicsContext.cpp     m_canvas->drawTextOnPath(text, byteLength, path, matrix, paint);
drawTextOnPath    288 Source/platform/graphics/GraphicsContext.h     void drawTextOnPath(const void* text, size_t byteLength, const SkPath&, const SkRect& textRect, const SkMatrix*, const SkPaint&);
drawTextOnPath    739 Source/platform/graphics/GraphicsContextTest.cpp     context.drawTextOnPath("A", 1, path, textRect, 0, opaquePaint);
drawTextOnPath    743 Source/platform/graphics/GraphicsContextTest.cpp     context.drawTextOnPath("A", 1, path, textRect, 0, alphaPaint);