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

1 2

  /external/skia/include/core/
SkStroke.h 47 void strokePath(const SkPath& path, SkPath*) const;
  /external/mdnsresponder/mDNSPosix/
parselog.py 201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.cpp 86 context->strokePath(*path);
RenderSVGResourceGradient.cpp 264 context->strokePath(*path);
RenderSVGResourcePattern.cpp 193 context->strokePath(*path);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 137 info.context->strokePath(root);
159 info.context->strokePath(line);
RenderMathMLRoot.cpp 171 info.context->strokePath(root);
193 info.context->strokePath(line);
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 259 SkPath strokePath;
260 paint.getFillPath(*platformPath(), &strokePath);
261 bool contains = SkPathContainsPoint(&strokePath, point,
  /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/android/context/
PlatformGraphicsContextSkia.h 100 virtual void strokePath(const Path& pathToStroke);
GraphicsContextAndroid.cpp 605 void GraphicsContext::strokePath(const Path& pathToStroke)
611 platformContext()->strokePath(pathToStroke);
PlatformGraphicsContext.h 141 virtual void strokePath(const Path& pathToStroke) = 0;
PlatformGraphicsContextRecording.h 138 virtual void strokePath(const Path& pathToStroke);
GraphicsOperation.h 531 class StrokePath : public Operation {
533 StrokePath(const Path& path) : m_path(path) {}
535 context->strokePath(m_path);
PlatformGraphicsContextSkia.cpp 589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke)
  /external/skia/src/core/
SkPathEffect.cpp 107 stroke.strokePath(src, dst);
SkStroke.cpp 553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
662 this->strokePath(tmp, dst);
SkPaint.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 149 void strokePath(HDC, const AffineTransform* tr) const;
  /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...]
FontQt.cpp 211 p->strokePath(textStrokePath, QPen(ctxShadow->m_color));
220 shadowPainter->strokePath(textStrokePath, QPen(ctxShadow->m_color));
228 p->strokePath(textStrokePath, textStrokePen);
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 75 context.strokePath(quadPath);
  /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/
GraphicsContext.h 323 void strokePath(const Path&);

Completed in 1773 milliseconds

1 2