Home
last modified time | relevance | path

Searched refs:getTextPath (Results 1 – 10 of 10) sorted by relevance

/external/skia/gm/
Dpathreverse.cpp58 paint.getTextPath("e", 1, 50, 50, &path); in test_rev()
104 paint.getTextPath("e", 1, 50, 50, &path); in onDraw()
/external/skia/samplecode/
DSampleStrokeText.cpp34 original.getTextPath(&chars[i], 1, x, 0, &p); in lettersToBitmap()
80 original.getTextPath(&chars[i], 1, x, 0, &p); in lettersToBitmap2()
DClockFaceView.cpp209 orig.getTextPath("9", 1, 0, 0, &path); in drawdots()
DSampleText.cpp204 paint.getTextPath(&c, 1, 0, 0, &path); in count_char_points()
/external/skia/src/animator/
DSkTextToPath.cpp45 realPaint.getTextPath(text->getText(), text->getSize(), text->x, in onEndElement()
/external/skia/src/ports/
DSkHarfBuzzFont.cpp96 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DHarfbuzzSkia.cpp134 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.cpp151 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); in getOutlinePoint()
/external/skia/include/core/
DSkPaint.h884 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
/external/skia/src/core/
DSkPaint.cpp1296 void SkPaint::getTextPath(const void* textData, size_t length, in getTextPath() function in SkPaint