drawPosTextH 1237 Source/platform/graphics/GraphicsContext.cpp m_canvas->drawPosTextH(text, byteLength, xpos, constY, paint); drawPosTextH 287 Source/platform/graphics/GraphicsContext.h void drawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], SkScalar constY, const SkRect& textRect, const SkPaint&); drawPosTextH 727 Source/platform/graphics/GraphicsContextTest.cpp context.drawPosTextH("A", 1, &pointX, 0, textRect, opaquePaint); drawPosTextH 731 Source/platform/graphics/GraphicsContextTest.cpp context.drawPosTextH("A", 1, &pointX, 0, textRect, alphaPaint);