HomeSort by relevance Sort by last modified time
    Searched defs:strokePath (Results 1 - 18 of 18) sorted by null

  /external/skia/gm/
getpostextpath.cpp 25 static void strokePath(SkCanvas* canvas, const SkPath& path) {
47 strokePath(canvas, path);
66 strokePath(canvas, path);
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 315 SkPath strokePath;
316 paint.getFillPath(*platformPath(), &strokePath);
317 bool contains = SkPathContainsPoint(&strokePath, point,
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 132 void GraphicsContext::strokePath(const Path&)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 147 void GraphicsContext::strokePath(const Path& path)
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 259 SkPath strokePath;
260 paint.getFillPath(*platformPath(), &strokePath);
261 bool contains = SkPathContainsPoint(&strokePath, point,
GraphicsContextSkia.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 603 void GraphicsContext::strokePath(const Path& pathToStroke)
609 platformContext()->strokePath(pathToStroke);
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/skia/legacy/src/core/
SkStroke.cpp 553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
662 this->strokePath(tmp, dst);
  /external/skia/src/core/
SkScalerContext.cpp 665 SkPath strokePath;
666 if (rec.applyToPath(&strokePath, localPath)) {
667 localPath.swap(strokePath);
SkStroke.cpp 609 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
  /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/cairo/
GraphicsContextCairo.cpp 548 void GraphicsContext::strokePath(const Path& path)
    [all...]
  /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/qt/
GraphicsContextQt.cpp 541 void GraphicsContext::strokePath(const Path& path)
565 shadowPainter->strokePath(platformPath, shadowPen);
568 shadowPainter->strokePath(platformPath, pen);
579 p->strokePath(platformPath, shadowPen);
588 p->strokePath(platformPath, pen);
594 p->strokePath(platformPath, pen);
596 p->strokePath(platformPath, pen);
820 p->strokePath(path, nPen);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
GraphicsContextWinCE.cpp     [all...]

Completed in 733 milliseconds