Home
last modified time | relevance | path

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

12

/external/skqp/gm/
Dpictureimagegenerator.cpp34 paint.getTextPath("SKI", 3, 0, 0, &path); in draw_vector_logo()
36 paint.getTextPath("I", 1, 0, 0, &path); in draw_vector_logo()
41 paint.getTextPath(kSkiaStr, textLen, 0, 0, &path); in draw_vector_logo()
Dgetpostextpath.cpp37 paint.getTextPath(text, len, 0, 0, &path);
/external/skia/gm/
Dpictureimagegenerator.cpp34 paint.getTextPath("SKI", 3, 0, 0, &path); in draw_vector_logo()
36 paint.getTextPath("I", 1, 0, 0, &path); in draw_vector_logo()
41 paint.getTextPath(kSkiaStr, textLen, 0, 0, &path); in draw_vector_logo()
Dgetpostextpath.cpp37 paint.getTextPath(text, len, 0, 0, &path);
/external/skia/samplecode/
DClockFaceView.cpp145 orig.getTextPath("9", 1, 0, 0, &path); in drawdots()
DSampleQuadStroker.cpp666 paint.getTextPath(fText.c_str(), fText.size(), 0, fTextSize, &path); in onDrawContent()
/external/skqp/samplecode/
DClockFaceView.cpp145 orig.getTextPath("9", 1, 0, 0, &path); in drawdots()
DSampleQuadStroker.cpp666 paint.getTextPath(fText.c_str(), fText.size(), 0, fTextSize, &path); in onDrawContent()
/external/skia/include/core/
DSkPaint.h1427 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
/external/skqp/include/core/
DSkPaint.h1424 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
/external/skia/tools/fonts/
Dcreate_test_font.cpp149 paint.getTextPath((const void*) &index, 2, 0, 0, &path); in output_path_data()
/external/skqp/tools/
Dcreate_test_font.cpp148 paint.getTextPath((const void*) &index, 2, 0, 0, &path); in output_path_data()
/external/skia/docs/
DSkPath_Reference.bmh914 paint.getTextPath("ABC", 3, 20, 80, &path);
4554 paint.getTextPath("O", 1, 50, 120, &text);
4850 paint.getTextPath("@", 1, 60, 100, &path);
4871 paint.getTextPath("A", 1, 60, 100, &path);
4872 paint.getTextPath("Z", 1, 60, 100, &path2);
5002 paint.getTextPath("&", 1, 30, 220, &path);
5348 paint.getTextPath("*", 1, 50, 192, &asterisk);
DSkPaint_Reference.bmh3553 as well as calls that place text Glyphs like getTextWidths and getTextPath.
4737 #Method void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
4764 paint.getTextPath("ABC", 3, 20, 80, &path);
/external/skqp/docs/
DSkPath_Reference.bmh909 paint.getTextPath("ABC", 3, 20, 80, &path);
4583 paint.getTextPath("O", 1, 50, 120, &text);
4875 paint.getTextPath("@", 1, 60, 100, &path);
4897 paint.getTextPath("A", 1, 60, 100, &path);
4898 paint.getTextPath("Z", 1, 60, 100, &path2);
5027 paint.getTextPath("&", 1, 30, 220, &path);
5384 paint.getTextPath("*", 1, 50, 192, &asterisk);
DSkPaint_Reference.bmh3574 as well as calls that place text Glyphs like getTextWidths and getTextPath.
4756 #Method void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y,
4783 paint.getTextPath("ABC", 3, 20, 80, &path);
/external/skqp/src/core/
DSkPaint.cpp1057 void SkPaint::getTextPath(const void* textData, size_t length, in getTextPath() function in SkPaint
/external/skia/src/core/
DSkPaint.cpp1057 void SkPaint::getTextPath(const void* textData, size_t length, in getTextPath() function in SkPaint
/external/skia/src/xps/
DSkXPSDevice.cpp2055 paint.getTextPath(text, byteLen, x, y, &path); in drawText()
/external/skqp/src/xps/
DSkXPSDevice.cpp2055 paint.getTextPath(text, byteLen, x, y, &path); in drawText()
/external/skia/src/pdf/
DSkPDFDevice.cpp1302 srcPaint.getTextPath(sourceText, sourceByteCount, offset.x(), offset.y(), &path); in draw_text_as_path()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1302 srcPaint.getTextPath(sourceText, sourceByteCount, offset.x(), offset.y(), &path); in draw_text_as_path()
/external/skia/site/user/api/
DSkPaint_Reference.md176 | <a href="#SkPaint_getTextPath">getTextPath</a> | returns <a href="SkPath_Reference#Path">Path</a>…
3606 …href="#SkPaint_getTextWidths">getTextWidths</a> and <a href="#SkPaint_getTextPath">getTextPath</a>.
4728 ## getTextPath section in <a name="SkPaint_FontMetrics"></a> Struct SkPaint::FontMetrics
4731 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y, SkPath* path) const
/external/skqp/site/user/api/
DSkPaint_Reference.md177 | <a href="#SkPaint_getTextPath">getTextPath</a> | returns <a href="SkPath_Reference#Path">Path</a>…
3631 …href="#SkPaint_getTextWidths">getTextWidths</a> and <a href="#SkPaint_getTextPath">getTextPath</a>.
4753 ## getTextPath section in <a name="SkPaint_FontMetrics"></a> Struct SkPaint::FontMetrics
4756 void getTextPath(const void* text, size_t length, SkScalar x, SkScalar y, SkPath* path) const
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12