Searched refs:getTextPath (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/animator/ |
D | SkTextToPath.cpp | 53 realPaint.getTextPath(text->getText(), text->getSize(), text->x, in onEndElement()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 141 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
|
/external/skia/include/core/ |
D | SkPaint.h | 806 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1148 void SkPaint::getTextPath(const void* textData, size_t length, SkScalar x, SkScalar y, SkPath* path… in getTextPath() function in SkPaint
|