Searched refs:skpPath (Results 1 – 3 of 3) sorted by relevance
74 static void client(const char* skpPath, const char* dataEndpoint) { in client() argument76 SkAutoTUnref<const SkData> skp(SkData::NewFromFileName(skpPath)); in client()78 SkDebugf("Couldn't read %s\n", skpPath); in client()102 SkDebugf("Sending %s (%d bytes)...", skpPath, skp->size()); in client()
35 DEFINE_string2(skpPath, r, "", "Read this .skp file or .skp files from this dir");
374 SkString skpPath = SkOSPath::Join(fWritePath.c_str(), fInputFilename.c_str()); in render() local375 SkFILEWStream stream(skpPath.c_str()); in render()