OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GmResultDigest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/gm/
gm_expectations.h
36
class
GmResultDigest
{
41
explicit
GmResultDigest
(const SkBitmap &bitmap);
48
explicit
GmResultDigest
(const Json::Value &jsonTypeValuePair);
51
* Returns true if this
GmResultDigest
was fully and successfully
57
* Returns true if this and other
GmResultDigest
could
60
bool equals(const
GmResultDigest
&other) const;
84
* Encapsulates an SkBitmap and its
GmResultDigest
, guaranteed to keep them in sync.
91
const
GmResultDigest
fDigest;
144
bool match(
GmResultDigest
resultDigest) const;
164
SkTArray<
GmResultDigest
> fAllowedResultDigests
[
all
...]
gm_expectations.cpp
50
//
GmResultDigest
class...
52
GmResultDigest
::
GmResultDigest
(const SkBitmap &bitmap) {
56
GmResultDigest
::
GmResultDigest
(const Json::Value &jsonTypeValuePair) {
59
SkDebugf("found non-array json value when parsing
GmResultDigest
: %s\n",
63
SkDebugf("found json array with wrong size when parsing
GmResultDigest
: %s\n",
71
SkDebugf("found non-integer jsonHashValue when parsing
GmResultDigest
: %s\n",
81
bool
GmResultDigest
::isValid() const {
85
bool
GmResultDigest
::equals(const GmResultDigest &other) const
[
all
...]
gmmain.cpp
250
const
GmResultDigest
&bitmapDigest) {
794
* @param actualBitmapAndDigest the SkBitmap we actually generated, and its
GmResultDigest
[
all
...]
/external/chromium_org/third_party/skia/tools/
skimage_main.cpp
257
* @param digest
GmResultDigest
, computed from the decoded bitmap, to compare to
276
static bool compare_to_expectations_if_necessary(const skiagm::
GmResultDigest
& digest,
288
failureArray->push_back().printf("decoded %s, but could not create a
GmResultDigest
.",
432
* @param digest
GmResultDigest
computed from decoding the stream the first time.
436
const skiagm::
GmResultDigest
& digest) {
453
skiagm::
GmResultDigest
lengthLessDigest(bm);
[
all
...]
Completed in 112 milliseconds