HomeSort by relevance Sort by last modified time
    Searched refs:kExpectedHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 403 static const int kExpectedHeight = 8;
422 SK_COMPILE_ASSERT((kExpectedWidth * kExpectedHeight)
469 && (kExpectedHeight == bm.height()));
610 REPORTER_ASSERT(reporter, check_rounding(bm.height(), kExpectedHeight,
638 SkASSERT(bm.height() == kExpectedHeight);
652 pixelErrors, kExpectedHeight * kExpectedWidth,
  /external/skia/tests/
ImageDecodingTest.cpp 402 static const int kExpectedHeight = 8;
421 SK_COMPILE_ASSERT((kExpectedWidth * kExpectedHeight)
468 && (kExpectedHeight == bm.height()));
612 REPORTER_ASSERT(reporter, check_rounding(bm.height(), kExpectedHeight,
640 SkASSERT(bm.height() == kExpectedHeight);
654 pixelErrors, kExpectedHeight * kExpectedWidth,

Completed in 188 milliseconds