HomeSort by relevance Sort by last modified time
    Searched defs:strokePath (Results 1 - 7 of 7) 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/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.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
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/
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 {

Completed in 187 milliseconds