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

  /external/skia/gm/
getpostextpath.cpp 25 static void strokePath(SkCanvas* canvas, const SkPath& path) {
47 strokePath(canvas, path);
66 strokePath(canvas, path);
  /external/chromium_org/third_party/skia/src/core/
SkStroke.h 44 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 103 stroker.strokePath(src, dst);
SkScalerContext.cpp 822 SkPath strokePath;
823 if (rec.applyToPath(&strokePath, localPath)) {
824 localPath.swap(strokePath);
SkStroke.cpp 539 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
  /external/skia/src/core/
SkStroke.h 44 void strokePath(const SkPath& path, SkPath*) const;
SkStrokeRec.cpp 103 stroker.strokePath(src, dst);
SkScalerContext.cpp 822 SkPath strokePath;
823 if (rec.applyToPath(&strokePath, localPath)) {
824 localPath.swap(strokePath);
SkStroke.cpp 539 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.cpp 97 context->strokePath(*path);
RenderSVGResourceGradient.cpp 154 context->strokePath(*path);
RenderSVGResourcePattern.cpp 193 context->strokePath(*path);
RenderSVGShape.cpp 92 context->strokePath(*usePath);
  /external/mdnsresponder/mDNSPosix/
parselog.py 201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 79 SkPath strokePath;
80 paint.getFillPath(m_path, &strokePath);
82 return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType);
GraphicsContext.h 221 void strokePath(const Path&);
GraphicsContextTest.cpp     [all...]
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 121 context->strokePath(quadPath);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
RenderThemeChromiumMac.mm     [all...]
RenderBoxModelObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 928 c->strokePath(m_path);
    [all...]

Completed in 1190 milliseconds