Lines Matching full:skia
10 // git clone https://skia.googlesource.com/skia.git
11 // cd skia
12 // SKIA=$PWD
14 // go get github.com/skia-dev/glog
15 // go get go.skia.org/infra/go/util
18 // ./fiddler "$SKIA"
20 // ./fiddler "$SKIA" draw.cpp | ./parse-fiddle-output
22 // ./fiddler "$SKIA" ANOTHER_FIDDLE.cpp | ./parse-fiddle-output
34 "github.com/skia-dev/glog"
35 "go.skia.org/infra/go/util"
72 // fiddler compiles the input, links against skia, and runs the executable.
73 // @param skiaSrc: the base directory of the Skia repository
100 // Compile Skia library and fiddle_main.cpp
101 // @param skiaSrc: the base directory of the Skia repository.
107 if err := execCommand(nil, cmakeDir, "ninja", "skia"); err != nil {