OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDiffContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h
23
class
SkDiffContext
{
25
SkDiffContext
();
26
~
SkDiffContext
();
SkDiffContext.cpp
20
#include "
SkDiffContext
.h"
24
SkDiffContext
::
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
::setDiffers(const SkTDArray<SkImageDiffer*>& differs)
[
all
...]
skpdiff_main.cpp
33
#include "
SkDiffContext
.h"
220
SkDiffContext
ctx;
Completed in 649 milliseconds