/external/skia/include/core/ |
SkStroke.h | 58 void strokePath(const SkPath& path, SkPath*) const;
|
/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,
|
GraphicsContextSkia.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
PathAndroid.cpp | 316 SkPath strokePath; 317 paint.getFillPath(*platformPath(), &strokePath); 318 bool contains = SkPathContainsPoint(&strokePath, point,
|
GraphicsContextAndroid.cpp | [all...] |
/external/skia/src/core/ |
SkPathEffect.cpp | 109 stroke.strokePath(src, dst);
|
SkPaint.cpp | [all...] |
SkStroke.cpp | 566 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { 649 this->strokePath(tmp, dst);
|
SkScalerContext.cpp | 569 stroker.strokePath(localPath, &outline);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
PlatformPathWinCE.h | 149 void strokePath(HDC, const AffineTransform* tr) const;
|
GraphicsContextWinCE.cpp | [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...] |
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 | 329 void strokePath(const Path&);
|
/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/cg/ |
GraphicsContextCG.cpp | 523 strokePath(path); 600 void GraphicsContext::strokePath(const Path& path) [all...] |
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 548 void GraphicsContext::strokePath(const Path& path) [all...] |