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

  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 114 bool dimensionsMatch = bm8888.width() == bm8888Unpremul.width()
116 REPORTER_ASSERT(reporter, dimensionsMatch);
117 if (!dimensionsMatch) {
  /external/skia/tests/
ImageDecodingTest.cpp 113 bool dimensionsMatch = bm8888.width() == bm8888Unpremul.width()
115 REPORTER_ASSERT(reporter, dimensionsMatch);
116 if (!dimensionsMatch) {

Completed in 189 milliseconds