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

  /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 605 void GraphicsContext::strokePath(const Path& pathToStroke)
611 platformContext()->strokePath(pathToStroke);
PlatformGraphicsContextSkia.cpp 589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke)
PlatformGraphicsContextRecording.cpp 902 void PlatformGraphicsContextRecording::strokePath(const Path& pathToStroke)
904 appendDrawingOperation(NEW_OP(StrokePath)(pathToStroke), pathToStroke.boundingRect());
    [all...]
  /external/skia/src/core/
SkStroke.cpp 553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
662 this->strokePath(tmp, dst);
  /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 179 milliseconds