OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitmapAndDigest
(Results
1 - 4
of
4
) sorted by null
/external/skia/gm/
gm_expectations.h
87
class
BitmapAndDigest
{
89
explicit
BitmapAndDigest
(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {}
114
explicit Expectations(const
BitmapAndDigest
&
bitmapAndDigest
);
gm_expectations.cpp
142
Expectations::Expectations(const
BitmapAndDigest
&
bitmapAndDigest
) {
143
fBitmap =
bitmapAndDigest
.fBitmap;
145
fAllowedResultDigests.push_back(
bitmapAndDigest
.fDigest);
gmmain.cpp
778
const
BitmapAndDigest
& actualBitmapAndDigest,
[
all
...]
/external/skia/tools/
skimage_main.cpp
136
const skiagm::
BitmapAndDigest
&
bitmapAndDigest
) {
140
const SkString hashType =
bitmapAndDigest
.fDigest.getHashType();
154
SkString checksumBasedName =
bitmapAndDigest
.fDigest.getDigestValue();
162
const SkBitmap& bm =
bitmapAndDigest
.fBitmap;
242
static void write_expectations(const skiagm::
BitmapAndDigest
&
bitmapAndDigest
,
247
skiagm::Expectations expectation(
bitmapAndDigest
);
351
const skiagm::
BitmapAndDigest
bitmapAndDigestFromDecodeSubset,
397
skiagm::
BitmapAndDigest
bitmapAndDigestFromExtractSubset(extractedSubset)
[
all
...]
Completed in 965 milliseconds