HomeSort by relevance Sort by last modified time
    Searched refs:skpPath (Results 1 - 6 of 6) 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/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/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 363 SkString skpPath = SkOSPath::SkPathJoin(fWritePath.c_str(), fInputFilename.c_str());
364 SkFILEWStream stream(skpPath.c_str());
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 363 SkString skpPath = SkOSPath::SkPathJoin(fWritePath.c_str(), fInputFilename.c_str());
364 SkFILEWStream stream(skpPath.c_str());
    [all...]

Completed in 2662 milliseconds