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

1 2

  /external/skia/gm/
getpostextpath.cpp 25 static void strokePath(SkCanvas* canvas, const SkPath& path) {
47 strokePath(canvas, path);
66 strokePath(canvas, path);
  /external/skia/legacy/include/core/
SkStroke.h 47 void strokePath(const SkPath& path, SkPath*) const;
  /external/skia/src/core/
SkStroke.h 44 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 103 stroker.strokePath(src, dst);
SkScalerContext.cpp 665 SkPath strokePath;
666 if (rec.applyToPath(&strokePath, localPath)) {
667 localPath.swap(strokePath);
  /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 603 void GraphicsContext::strokePath(const Path& pathToStroke)
609 platformContext()->strokePath(pathToStroke);
PlatformGraphicsContext.h 141 virtual void strokePath(const Path& pathToStroke) = 0;
PlatformGraphicsContextRecording.h 141 virtual void strokePath(const Path& pathToStroke);
GraphicsOperation.h 534 class StrokePath : public Operation {
536 StrokePath(const Path& path) : m_path(path) {}
538 context->strokePath(m_path);
  /external/skia/legacy/src/core/
SkPathEffect.cpp 107 stroke.strokePath(src, dst);
  /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)

Completed in 531 milliseconds

1 2