Home
last modified time | relevance | path

Searched refs:setMaxEntriesInDescriptorMapForTesting (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/chromium/
DSkChromeRemoteGlyphCache.h74 void setMaxEntriesInDescriptorMapForTesting(size_t count);
/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp447 void setMaxEntriesInDescriptorMapForTesting(size_t count);
487 void SkStrikeServerImpl::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServerImpl
781 void SkStrikeServer::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServer
782 fImpl->setMaxEntriesInDescriptorMapForTesting(count); in setMaxEntriesInDescriptorMapForTesting()
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp627 server.setMaxEntriesInDescriptorMapForTesting(1u); in DEF_TEST()