HomeSort by relevance Sort by last modified time
    Searched refs:drawTextOnPath (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/skia/include/device/xps/
SkXPSDevice.h 124 virtual void drawTextOnPath(
  /external/skia/include/pdf/
SkPDFDevice.h 105 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
  /external/skia/src/core/
SkPictureRecord.h 76 virtual void drawTextOnPath(const void* text, size_t byteLength,
  /external/skia/src/utils/
SkPictureUtils.cpp 138 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
SkLuaCanvas.cpp 263 void SkLuaCanvas::drawTextOnPath(const void* text, size_t byteLength,
266 AUTO_LUA("drawTextOnPath");
SkDeferredCanvas.cpp 222 virtual void drawTextOnPath(const SkDraw&, const void* text,
    [all...]
SkDumpCanvas.cpp 413 void SkDumpCanvas::drawTextOnPath(const void* text, size_t byteLength,
418 this->dump(kDrawText_Verb, &paint, "drawTextOnPath(%s [%d])",
  /external/chromium_org/skia/ext/
analysis_canvas.cc 256 void AnalysisDevice::drawTextOnPath(const SkDraw& draw,
lazy_pixel_ref_utils.cc 279 virtual void drawTextOnPath(const SkDraw& draw,
analysis_canvas_unittest.cc 338 // Test SkCanvas::drawTextOnPath.
341 canvas.drawTextOnPath(text, byteLength, path, NULL, paint);
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 263 void SkLuaCanvas::drawTextOnPath(const void* text, size_t byteLength,
266 AUTO_LUA("drawTextOnPath");
SkDeferredCanvas.cpp 222 virtual void drawTextOnPath(const SkDraw&, const void* text,
    [all...]
SkDumpCanvas.cpp 413 void SkDumpCanvas::drawTextOnPath(const void* text, size_t byteLength,
418 this->dump(kDrawText_Verb, &paint, "drawTextOnPath(%s [%d])",
  /external/skia/tests/
SurfaceTest.cpp 133 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
CanvasTest.cpp 326 SIMPLE_TEST_STEP(DrawTextOnPath, drawTextOnPath(kTestText.c_str(),
328 SIMPLE_TEST_STEP(DrawTextOnPathMatrix, drawTextOnPath(kTestText.c_str(),
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h     [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 421 void SkDebugCanvas::drawTextOnPath(const void* text, size_t byteLength,
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 421 void SkDebugCanvas::drawTextOnPath(const void* text, size_t byteLength,
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 119 virtual status_t drawTextOnPath(const char* text, int bytesCount, int count, SkPath* path,
DisplayListRenderer.cpp 395 status_t DisplayListRenderer::drawTextOnPath(const char* text, int bytesCount, int count,
OpenGLRenderer.h 313 virtual status_t drawTextOnPath(const char* text, int bytesCount, int count, SkPath* path,
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 282 void drawTextOnPath(const void* text, size_t byteLength, const SkPath&, const SkRect& textRect, const SkMatrix*, const SkPaint&);

Completed in 64 milliseconds

1 23 4 5