Lines Matching refs:subRun
90 Run::SubRunInfo* subRun = &run.fSubRunInfo.back(); in appendGlyph() local
91 if (run.fInitialized && subRun->maskFormat() != format) { in appendGlyph()
92 subRun = &run.push_back(); in appendGlyph()
93 subRun->setStrike(strike); in appendGlyph()
95 subRun->setStrike(strike); in appendGlyph()
102 subRun->setMaskFormat(format); in appendGlyph()
104 subRun->joinGlyphBounds(positions); in appendGlyph()
105 subRun->setColor(color); in appendGlyph()
107 intptr_t vertex = reinterpret_cast<intptr_t>(this->fVertices + subRun->vertexEndIndex()); in appendGlyph()
156 subRun->appendVertices(vertexStride); in appendGlyph()
157 fGlyphs[subRun->glyphEndIndex()] = glyph; in appendGlyph()
158 subRun->glyphAppended(); in appendGlyph()
260 const Run::SubRunInfo& info, int glyphCount, int run, int subRun, in makeOp() argument
284 geometry.fSubRun = subRun; in makeOp()
299 for (int subRun = 0; subRun <= lastRun; subRun++) { in flushRun() local
300 const Run::SubRunInfo& info = fRuns[run].fSubRunInfo[subRun]; in flushRun()
309 auto op = this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, std::move(paint), in flushRun()
429 int glyphCount, int run, int subRun, const SkMatrix& viewMatrix, SkScalar x, SkScalar y, in test_makeOp() argument
433 const GrAtlasTextBlob::Run::SubRunInfo& info = fRuns[run].fSubRunInfo[subRun]; in test_makeOp()
434 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, paint, props, in test_makeOp()