Searched refs:foundImage (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ImageFilterCacheTest.cpp | 54 skif::FilterResult foundImage; in test_find_existing() local 55 REPORTER_ASSERT(reporter, cache->get(key1, &foundImage)); in test_find_existing() 56 REPORTER_ASSERT(reporter, offset == SkIPoint(foundImage.layerOrigin())); in test_find_existing() 58 REPORTER_ASSERT(reporter, !cache->get(key2, &foundImage)); in test_find_existing() 82 skif::FilterResult foundImage; in test_dont_find_if_diff_key() local 83 REPORTER_ASSERT(reporter, !cache->get(key1, &foundImage)); in test_dont_find_if_diff_key() 84 REPORTER_ASSERT(reporter, !cache->get(key2, &foundImage)); in test_dont_find_if_diff_key() 85 REPORTER_ASSERT(reporter, !cache->get(key3, &foundImage)); in test_dont_find_if_diff_key() 86 REPORTER_ASSERT(reporter, !cache->get(key4, &foundImage)); in test_dont_find_if_diff_key() 103 skif::FilterResult foundImage; in test_internal_purge() local 135 skif::FilterResult foundImage; test_explicit_purging() local [all...] |
Completed in 1 milliseconds