Searched refs:maxFamilies (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | TextBlobCacheTest.cpp | 52 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal, in text_blob_cache_inner() argument 76 int count = SkMin32(fm->countFamilies(), maxFamilies); in text_blob_cache_inner()
|
/third_party/skia/tests/ |
D | TextBlobCacheTest.cpp | 67 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal, in text_blob_cache_inner() argument 91 int count = std::min(fm->countFamilies(), maxFamilies); in text_blob_cache_inner()
|