Lines Matching refs:glyphCount
121 sk_sp<SkTextBlob> buildTextBlob(sk_sp<SkTypeface> tf, int glyphCount) {
131 const auto& runBuffer = builder.allocRunPosH(font, glyphCount, 0, &bounds);
135 for (int i = 0; i < glyphCount; i++) {
214 int glyphCount = 10;
215 auto serverBlob = buildTextBlob(serverTf, glyphCount);
228 auto clientBlob = buildTextBlob(clientTf, glyphCount);
251 int glyphCount = 10;
252 auto serverBlob = buildTextBlob(serverTf, glyphCount);
276 int glyphCount = 10;
277 auto serverBlob = buildTextBlob(serverTf, glyphCount);
313 int glyphCount = 10;
314 auto serverBlob = buildTextBlob(serverTf, glyphCount);
353 int glyphCount = 10;
354 auto serverBlob = buildTextBlob(serverTf, glyphCount);
395 int glyphCount = 10;
396 auto serverBlob = buildTextBlob(serverTf, glyphCount);
424 int glyphCount = 10;
425 auto serverBlob = buildTextBlob(serverTf, glyphCount);
446 int glyphCount = 10;
447 auto serverBlob = buildTextBlob(serverTf, glyphCount);
477 int glyphCount = 10;
478 auto serverBlob = buildTextBlob(serverTf, glyphCount);
491 auto clientBlob = buildTextBlob(clientTf, glyphCount);
666 int glyphCount = 10;
667 auto serverBlob = buildTextBlob(serverTf, glyphCount);
680 auto clientBlob = buildTextBlob(clientTf, glyphCount);
711 int glyphCount = 10;
712 auto serverBlob = buildTextBlob(serverTf, glyphCount);
726 auto clientBlob = buildTextBlob(clientTf, glyphCount);
746 int glyphCount = 10;
747 auto clientBlob = buildTextBlob(clientTf, glyphCount);