Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRemoteGlyphCache.h78 void setMaxEntriesInDescriptorMapForTesting(size_t count);
DSkRemoteGlyphCache.cpp589 void setMaxEntriesInDescriptorMapForTesting(size_t count);
621 void SkStrikeServerImpl::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServerImpl
857 void SkStrikeServer::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting() function in SkStrikeServer
858 fImpl->setMaxEntriesInDescriptorMapForTesting(count); in setMaxEntriesInDescriptorMapForTesting()
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp419 server.setMaxEntriesInDescriptorMapForTesting(1u); in DEF_TEST()