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

  /external/skia/gm/
getpostextpath.cpp 26 static void strokePath(SkCanvas* canvas, const SkPath& path) {
49 strokePath(canvas, path);
68 strokePath(canvas, path);
  /external/skia/src/core/
SkScalerContext.cpp 651 SkPath strokePath;
652 if (rec.applyToPath(&strokePath, localPath)) {
653 localPath.swap(strokePath);

Completed in 1595 milliseconds