Searched refs:getTextPath (Results 1 – 10 of 10) sorted by relevance
/external/skia/gm/ |
D | pathreverse.cpp | 58 paint.getTextPath("e", 1, 50, 50, &path); in test_rev() 104 paint.getTextPath("e", 1, 50, 50, &path); in onDraw()
|
/external/skia/samplecode/ |
D | SampleStrokeText.cpp | 34 original.getTextPath(&chars[i], 1, x, 0, &p); in lettersToBitmap() 80 original.getTextPath(&chars[i], 1, x, 0, &p); in lettersToBitmap2()
|
D | ClockFaceView.cpp | 209 orig.getTextPath("9", 1, 0, 0, &path); in drawdots()
|
D | SampleText.cpp | 204 paint.getTextPath(&c, 1, 0, 0, &path); in count_char_points()
|
/external/skia/src/animator/ |
D | SkTextToPath.cpp | 45 realPaint.getTextPath(text->getText(), text->getSize(), text->x, in onEndElement()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 96 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.cpp | 134 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 151 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
|
/external/skia/include/core/ |
D | SkPaint.h | 884 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1296 void SkPaint::getTextPath(const void* textData, size_t length, in getTextPath() function in SkPaint
|