Lines Matching refs:runLen
32 for (auto runLen : runs) {
33 font.setSize(1 == runLen ? 20 : 50);
35 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
36 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
37 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
39 glyphIndex += runLen;
71 for (auto runLen : runs) {
72 font.setSize(1 == runLen ? 20 : 50);
74 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
75 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
76 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
78 glyphIndex += runLen;