HomeSort by relevance Sort by last modified time
    Searched refs:writePath (Results 1 - 23 of 23) sorted by null

  /external/skia/tools/
skimage_main.cpp 36 DEFINE_string2(writePath, w, "", "Write rendered images into this directory.");
324 * and a writePath was provided. Behaves differently depending on
335 * @param writePath Parent directory to hold the folders for the PNG files to write. Must
350 static bool write_subset(const char* writePath, const SkString& subsetName,
354 SkASSERT(writePath != NULL);
358 subsetPath.set(writePath);
361 subsetPath = SkOSPath::SkPathJoin(writePath, "subsets");
388 SkString dirExtracted = SkOSPath::SkPathJoin(writePath, "extracted");
481 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) {
571 if (writePath != NULL)
    [all...]
render_pictures_main.cpp 33 "file rather than decoding it. Requires writePath to be set. Skips drawing the full "
36 "TODO(epoger): Currently, this only works if --writePath is also specified.");
37 DEFINE_string2(writePath, w, "", "Directory to write the rendered images.");
437 SkDebugf("--writeEncodedImages requires --writePath\n");
  /external/chromium_org/third_party/skia/src/core/
SkPathHeap.cpp 58 buffer.writePath(**iter);
SkOrderedWriteBuffer.h 71 virtual void writePath(const SkPath& path) SK_OVERRIDE;
SkOrderedWriteBuffer.cpp 129 void SkOrderedWriteBuffer::writePath(const SkPath& path) {
130 fWriter.writePath(path);
  /external/skia/src/core/
SkPathHeap.cpp 58 buffer.writePath(**iter);
SkOrderedWriteBuffer.h 71 virtual void writePath(const SkPath& path) SK_OVERRIDE;
SkOrderedWriteBuffer.cpp 129 void SkOrderedWriteBuffer::writePath(const SkPath& path) {
130 fWriter.writePath(path);
  /external/skia/dm/
DMWriteTask.cpp 9 DEFINE_string2(writePath, w, "", "If set, write GMs here as .pngs.");
  /external/chromium_org/third_party/skia/src/effects/
Sk2DPathEffect.cpp 126 buffer.writePath(fPath);
Sk1DPathEffect.cpp 171 buffer.writePath(fPath);
  /external/skia/src/effects/
Sk2DPathEffect.cpp 126 buffer.writePath(fPath);
Sk1DPathEffect.cpp 171 buffer.writePath(fPath);
  /external/skia/gm/
gmmain.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkFlattenableBuffers.h 202 virtual void writePath(const SkPath& path) = 0;
SkWriter32.h 126 void writePath(const SkPath& path) {
  /external/skia/include/core/
SkFlattenableBuffers.h 202 virtual void writePath(const SkPath& path) = 0;
SkWriter32.h 126 void writePath(const SkPath& path) {
  /external/skia/tests/
SerializationTest.cpp 51 writer.writePath(*path);
PathTest.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 672 fWriter.writePath(path);
756 fWriter.writePath(path);
918 fWriter.writePath(path);
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 672 fWriter.writePath(path);
756 fWriter.writePath(path);
918 fWriter.writePath(path);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 

Completed in 206 milliseconds