Searched refs:SkDiffContext (Results 1 - 6 of 6) sorted by relevance

/external/skia/tools/skpdiff/
H A DSkDiffContext.h23 class SkDiffContext { class
25 SkDiffContext();
26 ~SkDiffContext();
H A DSkDiffContext.cpp16 #include "SkDiffContext.h"
19 SkDiffContext::SkDiffContext() { function in class:SkDiffContext
25 SkDiffContext::~SkDiffContext() {
31 void SkDiffContext::setDifferenceDir(const SkString& path) {
37 void SkDiffContext::setDiffers(const SkTDArray<SkImageDiffer*>& differs) {
68 void SkDiffContext::addDiff(const char* baselinePath, const char* testPath) {
141 void setup(SkDiffContext* diffContext, const SkString& baselinePath, const SkString& testPath) {
152 SkDiffContext* fDiffContex
[all...]
H A Dskpdiff_main.cpp27 #include "SkDiffContext.h"
197 SkDiffContext ctx;
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.h23 class SkDiffContext { class
25 SkDiffContext();
26 ~SkDiffContext();
H A DSkDiffContext.cpp20 #include "SkDiffContext.h"
24 SkDiffContext::SkDiffContext() { function in class:SkDiffContext
29 SkDiffContext::~SkDiffContext() {
35 void SkDiffContext::setAlphaMaskDir(const SkString& path) {
41 void SkDiffContext::setRgbDiffDir(const SkString& path) {
47 void SkDiffContext::setWhiteDiffDir(const SkString& path) {
53 void SkDiffContext::setLongNames(const bool useLongNames) {
57 void SkDiffContext
[all...]
H A Dskpdiff_main.cpp33 #include "SkDiffContext.h"
220 SkDiffContext ctx;

Completed in 126 milliseconds