HomeSort by relevance Sort by last modified time
    Searched refs:strokePath (Results 26 - 40 of 40) sorted by null

12

  /external/skia/legacy/src/core/
SkStroke.cpp 553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
662 this->strokePath(tmp, dst);
SkPaint.cpp     [all...]
SkScalerContext.cpp 660 stroker.strokePath(localPath, &outline);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 323 void strokePath(const Path&);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke)
PlatformGraphicsContextRecording.cpp 903 void PlatformGraphicsContextRecording::strokePath(const Path& pathToStroke)
905 appendDrawingOperation(NEW_OP(StrokePath)(pathToStroke), pathToStroke.boundingRect());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 535 void GraphicsContext::strokePath(const Path& path)
540 gc->StrokePath(*path.platformPath());
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 523 strokePath(path);
600 void GraphicsContext::strokePath(const Path& path)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
PlatformPathWinCE.cpp 573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
  /external/skia/src/core/
SkStroke.cpp 609 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 548 void GraphicsContext::strokePath(const Path& path)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 939 c->strokePath(m_path);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 874 milliseconds

12