OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
...]
/external/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
...]
Completed in 1454 milliseconds