Home
last modified time | relevance | path

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

/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.cpp341 SkString skpPath(*path); in render() local
343 skpPath.append(".skp"); in render()
344 SkFILEWStream stream(skpPath.c_str()); in render()