OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skpPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/experimental/nanomsg/
picture_demo.cpp
74
static void client(const char*
skpPath
, const char* dataEndpoint) {
76
SkAutoTUnref<const SkData> skp(SkData::NewFromFileName(
skpPath
));
78
SkDebugf("Couldn't read %s\n",
skpPath
);
102
SkDebugf("Sending %s (%d bytes)...",
skpPath
, skp->size());
/external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp
32
// for i in {0..5}; do lua_pictures --
skpPath
SKP_PATH -l YOUR_SCRIPT --modulo $i 6 &; done
35
DEFINE_string2(
skpPath
, r, "", "Read this .skp file or .skp files from this dir");
/external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp
369
SkString
skpPath
= SkOSPath::Join(fWritePath.c_str(), fInputFilename.c_str());
370
SkFILEWStream stream(
skpPath
.c_str());
Completed in 34 milliseconds