Home
last modified time | relevance | path

Searched refs:skpPath (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/nanomsg/
Dpicture_demo.cpp74 static void client(const char* skpPath, const char* dataEndpoint) { in client() argument
76 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()
/external/skia/tools/lua/
Dlua_pictures.cpp35 DEFINE_string2(skpPath, r, "", "Read this .skp file or .skp files from this dir");
/external/skia/tools/
DPictureRenderer.cpp374 SkString skpPath = SkOSPath::Join(fWritePath.c_str(), fInputFilename.c_str()); in render() local
375 SkFILEWStream stream(skpPath.c_str()); in render()