Searched defs:maxTotalText (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DTextBlobCacheTest.cpp48 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal,
74 SkAutoTArray<uint16_t> text(maxTotalText);
75 for (int i = 0; i < maxTotalText; i++) {
112 maxTotalText,
115 memcpy(run.glyphs, text.get(), maxTotalText * sizeof(uint16_t));
47 text_blob_cache_inner(skiatest::Reporter* reporter, GrContext* context, int maxTotalText, int maxGlyphID, int maxFamilies, bool normal, bool stressTest) argument

Completed in 506 milliseconds