OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelErrors
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tests/
CachedDecodingPixelRefTest.cpp
79
int
pixelErrors
= 0;
83
++
pixelErrors
;
87
REPORTER_ASSERT(reporter, 0 ==
pixelErrors
);
SerializationTest.cpp
309
int
pixelErrors
= 0;
313
++
pixelErrors
;
316
REPORTER_ASSERT(reporter, 0 ==
pixelErrors
);
ImageDecodingTest.cpp
640
int
pixelErrors
= 0;
644
++
pixelErrors
;
649
if (
pixelErrors
!= 0) {
652
pixelErrors
, kExpectedHeight * kExpectedWidth,
Completed in 55 milliseconds