OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDigest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/gm/
gm_expectations.h
88
explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap),
fDigest
(bitmap) {}
91
const GmResultDigest
fDigest
;
gm_expectations.cpp
134
fAllowedResultDigests.push_back(bitmapAndDigest.
fDigest
);
gmmain.cpp
826
actualBitmapAndDigest.
fDigest
);
830
} else if (!expectations.match(actualBitmapAndDigest.
fDigest
)) {
[
all
...]
/external/chromium_org/third_party/skia/tools/
skimage_main.cpp
140
const SkString hashType = bitmapAndDigest.
fDigest
.getHashType();
154
SkString checksumBasedName = bitmapAndDigest.
fDigest
.getDigestValue();
555
if (compare_to_expectations_if_necessary(bitmapAndDigest.
fDigest
, filename, &gDecodeFailures,
570
test_stream_without_length(srcPath, codec, bitmapAndDigest.
fDigest
);
603
if (compare_to_expectations_if_necessary(subsetBitmapAndDigest.
fDigest
,
[
all
...]
Completed in 283 milliseconds