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

  /external/skia/include/core/
SkStroke.h 58 void strokePath(const SkPath& path, SkPath*) const;
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 315 SkPath strokePath;
316 paint.getFillPath(*platformPath(), &strokePath);
317 bool contains = SkPathContainsPoint(&strokePath, point,
GraphicsContextSkia.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 389 SkPath strokePath;
390 paint.getFillPath(*platformPath(), &strokePath);
391 bool contains = SkPathContainsPoint(&strokePath, point,
GraphicsContextAndroid.cpp     [all...]
  /external/skia/src/core/
SkPathEffect.cpp 110 stroke.strokePath(src, dst);
SkPaint.cpp     [all...]
SkStroke.cpp 566 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
645 this->strokePath(tmp, dst);
SkScalerContext.cpp 571 stroker.strokePath(localPath, &outline);
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 144 void strokePath(HDC, const AffineTransform* tr) const;
GraphicsContextWince.cpp     [all...]
PlatformPathWince.cpp 574 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 555 void GraphicsContext::strokePath()
574 p->strokePath(path, shadowPen);
581 p->strokePath(path, pen);
587 p->strokePath(path, pen);
590 p->strokePath(path, pen);
733 p->strokePath(newPath, nPen);
855 strokePath();
    [all...]
FontQt.cpp 166 p->strokePath(path, p->pen());
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 189 context->strokePath();
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 503 void GraphicsContext::strokePath()
510 strokePath();
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 135 void GraphicsContext::strokePath()
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 149 void GraphicsContext::strokePath()
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 241 void strokePath();
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 536 strokePath();
585 void GraphicsContext::strokePath()
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 513 void GraphicsContext::strokePath()
932 strokePath();
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 681 c->strokePath();
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]

Completed in 2499 milliseconds