Searched refs:drawText_asPaths (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkDraw.h | 123 void drawText_asPaths(const char text[], size_t byteLength, SkScalar x, SkScalar y,
|
D | SkDraw.cpp | 1362 void SkDraw::drawText_asPaths(const char text[], size_t byteLength, SkScalar x, SkScalar y, in drawText_asPaths() function in SkDraw 1530 this->drawText_asPaths(text, byteLength, x, y, paint); in drawText()
|