Searched refs:testCache (Results 1 – 5 of 5) sorted by relevance
679 auto testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST() local680 REPORTER_ASSERT(reporter, !(testCache == nullptr)); in DEF_TEST()684 SkExclusiveStrikePtr testCache; in DEF_TEST() local693 testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST()694 REPORTER_ASSERT(reporter, testCache == nullptr); in DEF_TEST()695 testCache = strikeCache.createStrikeExclusive(*desc, in DEF_TEST()697 auto scalerProxy = static_cast<SkScalerContextProxy*>(testCache->getScalerContext()); in DEF_TEST()698 scalerProxy->initCache(testCache.get(), &strikeCache); in DEF_TEST()702 const auto& lostGlyph = testCache->getGlyphIDMetrics( in DEF_TEST()704 testCache->findImage(lostGlyph); in DEF_TEST()[all …]
679 auto testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST() local680 REPORTER_ASSERT(reporter, !(testCache == nullptr)); in DEF_TEST()684 SkExclusiveStrikePtr testCache; in DEF_TEST() local694 testCache = strikeCache.findStrikeExclusive(*desc); in DEF_TEST()695 REPORTER_ASSERT(reporter, testCache == nullptr); in DEF_TEST()696 testCache = strikeCache.createStrikeExclusive(*desc, in DEF_TEST()698 auto scalerProxy = static_cast<SkScalerContextProxy*>(testCache->getScalerContext()); in DEF_TEST()699 scalerProxy->initCache(testCache.get(), &strikeCache); in DEF_TEST()703 const auto& lostGlyph = testCache->getGlyphIDMetrics( in DEF_TEST()705 testCache->findImage(lostGlyph); in DEF_TEST()[all …]
139 def testCache(self): member in SteeringTest
193 def testCache(self): member in GrapplerTest
42 def testCache(self): member in DecoderCacheTestCase