Home
last modified time | relevance | path

Searched refs:drawTextOnPath (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/samplecode/
DSampleTextOnPath.cpp74 canvas->drawTextOnPath(text, len, path, nullptr, paint); in textPathMatrix()
79 canvas->drawTextOnPath(text, len, path, &matrix, paint); in textPathMatrix()
83 canvas->drawTextOnPath(text, len, path, &matrix, paint); in textPathMatrix()
88 canvas->drawTextOnPath(text, len, path, &matrix, paint); in textPathMatrix()
DSampleSlides.cpp293 canvas->drawTextOnPath(text, len, path, nullptr, paint); in textonpath_slide()
298 canvas->drawTextOnPath(text, len, path, &matrix, paint); in textonpath_slide()
302 canvas->drawTextOnPath(text, len, path, &matrix, paint); in textonpath_slide()
307 canvas->drawTextOnPath(text, len, path, &matrix, paint); in textonpath_slide()
DSampleShaderText.cpp185 canvas->drawTextOnPath(text, textLen, path, nullptr, paint); in onDrawContent()
DSampleAll.cpp468 canvas->drawTextOnPath((void*) utf16, sizeof(utf16), path, &matrix, paint); in drawPicture()
470 canvas->drawTextOnPath((void*) utf16simple, sizeof(utf16simple), path, &matrix, paint); in drawPicture()
/external/skia/tools/lua/
Dchars-vs-glyphs.lua18 drawTextOnPath = true,
/external/skia/gm/
Dshadertext2.cpp163 canvas->drawTextOnPath(kText, kTextLen, path, nullptr, paint);
164 canvas->drawTextOnPath(kText, kTextLen, path, nullptr, outlinePaint);
Dshadertext.cpp177 canvas->drawTextOnPath(text, textLen, path, nullptr, paint); in onDraw()
/external/skia/src/svg/
DSkSVGDevice.h46 void drawTextOnPath(const SkDraw&, const void* text, size_t len,
DSkSVGDevice.cpp768 void SkSVGDevice::drawTextOnPath(const SkDraw&, const void* text, size_t len, const SkPath& path, in drawTextOnPath() function in SkSVGDevice
/external/skia/include/core/
DSkDevice.h261 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len, const SkPath&,
DSkCanvas.h952 void drawTextOnPath(const void* text, size_t byteLength, const SkPath& path,
/external/skia/src/utils/
DSkNWayCanvas.cpp254 iter->drawTextOnPath(text, byteLength, path, matrix, paint); in onDrawTextOnPath()
/external/skia/tools/android/
DSkAndroidSDKCanvas.cpp206 fProxyTarget->drawTextOnPath(text, byteLength, path, matrix, filteredPaint); in onDrawTextOnPath()
/external/skia/src/core/
DSkDevice.cpp358 void SkBaseDevice::drawTextOnPath(const SkDraw& draw, const void* text, size_t byteLength, in drawTextOnPath() function in SkBaseDevice
DSkPicturePlayback.cpp430 canvas->drawTextOnPath(text.text(), text.length(), path, &matrix, paint); in handleOp()
DSkCanvas.cpp2567 iter.fDevice->drawTextOnPath(iter, text, byteLength, path, in onDrawTextOnPath()
2621 void SkCanvas::drawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in drawTextOnPath() function in SkCanvas
2850 this->drawTextOnPath(text, byteLength, path, &matrix, paint); in drawTextOnPathHV()
DSkRecordDraw.cpp116 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, &r.matrix, r.paint));
/external/skia/tests/
DSurfaceTest.cpp594 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, nullptr, \ in test_copy_on_write()
DPictureTest.cpp529 canvas->drawTextOnPath("Q", 1, path, nullptr, SkPaint()); in test_has_text()
/external/skia/tools/json/
DSkJSONRenderer.cpp750 target->drawTextOnPath(text, strlen(text), path, matrixPtr, paint); in processTextOnPath()
/external/skia/tools/debugger/
DSkDrawCommand.cpp2874 canvas->drawTextOnPath(fText, fByteLength, fPath, in execute()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12