Searched refs:getPosTextPath (Results 1 – 5 of 5) sorted by relevance
/external/skia/gm/ |
D | getpostextpath.cpp | 55 paint.getPosTextPath(text, len, &pos[0], &path);
|
/external/skia/include/core/ |
D | SkPaint.h | 904 void getPosTextPath(const void* text, size_t length,
|
/external/skia/src/core/ |
D | SkRemote.cpp | 391 paint.getPosTextPath(text, byteLength, pos, &path); in onDrawPosText()
|
D | SkPaint.cpp | 1175 void SkPaint::getPosTextPath(const void* textData, size_t length, in getPosTextPath() function in SkPaint
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1349 srcPaint.getPosTextPath(text, len, positions, &path); in drawPosText()
|