Home
last modified time | relevance | path

Searched refs:drawText_asPaths (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkDraw.h80 void drawText_asPaths(const char text[], size_t byteLength,
/external/skia/src/core/
DSkDraw.cpp1206 void SkDraw::drawText_asPaths(const char text[], size_t byteLength, in drawText_asPaths() function in SkDraw
1469 this->drawText_asPaths(text, byteLength, x, y, paint); in drawText()