/external/skia/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/compared-against-identical-bytes-images/output-actual/writePath
|
/external/skia/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/compared-against-identical-bytes-json/output-actual/writePath
|
/external/skia/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/compared-against-identical-pixels-images/output-actual/writePath
|
/external/skia/gm/tests/outputs/compared-against-identical-pixels-json/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/compared-against-identical-pixels-json/output-actual/writePath
|
/external/skia/gm/tests/outputs/ignore-expectations-mismatch/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/ignore-expectations-mismatch/output-actual/writePath
|
/external/skia/gm/tests/outputs/ignoring-one-test/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/ignoring-one-test/output-actual/writePath
|
/external/skia/gm/tests/outputs/ignoring-some-failures/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/ignoring-some-failures/output-actual/writePath
|
/external/skia/gm/tests/outputs/intentionally-skipped-tests/output-expected/ |
stdout | 2 GM: writing to gm/tests/outputs/intentionally-skipped-tests/output-actual/writePath
|
/external/skia/gm/tests/outputs/no-hierarchy/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/no-hierarchy/output-actual/writePath
|
/external/skia/gm/tests/outputs/no-readpath/output-expected/ |
stdout | 2 GM: writing to gm/tests/outputs/no-readpath/output-actual/writePath
|
/external/skia/gm/tests/outputs/pipe-playback-failure/output-expected/ |
stdout | 3 GM: writing to gm/tests/outputs/pipe-playback-failure/output-actual/writePath
|
/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/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/ |
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/chromium_org/third_party/skia/src/effects/ |
Sk2DPathEffect.cpp | 126 buffer.writePath(fPath);
|
Sk1DPathEffect.cpp | 171 buffer.writePath(fPath);
|
/external/skia/dm/ |
DMWriteTask.cpp | 9 DEFINE_string2(writePath, w, "", "If set, write GMs here as .pngs.");
|
/external/skia/src/effects/ |
Sk2DPathEffect.cpp | 126 buffer.writePath(fPath);
|
Sk1DPathEffect.cpp | 171 buffer.writePath(fPath);
|
/external/skia/gm/ |
gmmain.cpp | [all...] |
/external/skia/gm/tests/ |
run.sh | 88 COMMAND="$GM_BINARY $GM_ARGS --writeJsonSummaryPath $JSON_SUMMARY_FILE --writePath $ACTUAL_OUTPUT_DIR/writePath --mismatchPath $ACTUAL_OUTPUT_DIR/mismatchPath --missingExpectationsPath $ACTUAL_OUTPUT_DIR/missingExpectationsPath"
|