Lines Matching refs:subRun
122 // sets the last subrun of runIndex to use distance field text
125 Run::SubRunInfo& subRun = run.fSubRunInfo.back();
126 subRun.setUseLCDText(hasLCD);
127 subRun.setDrawAsDistanceFields();
144 // Push back a new subrun to fill and set the override descriptor
213 const Run::SubRunInfo& subRun = run.fSubRunInfo[subRunIndex];
214 *outBounds = subRun.vertexBounds();
215 if (subRun.drawAsDistanceFields()) {
259 GrBlobRegenHelper *helper, int run, int subRun, SkGlyphCache** cache,
276 GrDrawBatch* test_createBatch(int glyphCount, int run, int subRun,
337 * We call these SubRuns. Because a subrun must be a contiguous range, we have to create
338 * a new subrun each time the mask format changes in a run. In theory, a run can have as
340 * practice, the vast majority of runs have only a single subrun.
356 // To ensure we always have one subrun, we push back a fresh run here
499 int glyphCount, int run, int subRun,