HomeSort by relevance Sort by last modified time
    Searched refs:subRun (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 90 Run::SubRunInfo* subRun = &run.fSubRunInfo.back();
91 if (run.fInitialized && subRun->maskFormat() != format) {
92 subRun = &run.push_back();
93 subRun->setStrike(strike);
95 subRun->setStrike(strike);
102 subRun->setMaskFormat(format);
104 subRun->joinGlyphBounds(positions);
105 subRun->setColor(color);
107 intptr_t vertex = reinterpret_cast<intptr_t>(this->fVertices + subRun->vertexEndIndex());
156 subRun->appendVertices(vertexStride)
    [all...]
GrAtlasTextBlob.h 127 // sets the last subrun of runIndex to use distance field text
130 Run::SubRunInfo& subRun = run.fSubRunInfo.back();
131 subRun.setUseLCDText(hasLCD);
132 subRun.setAntiAliased(isAntiAlias);
133 subRun.setDrawAsDistanceFields();
150 // Push back a new subrun to fill and set the override descriptor
207 const Run::SubRunInfo& subRun = run.fSubRunInfo[subRunIndex];
208 *outBounds = subRun.vertexBounds();
209 if (subRun.drawAsDistanceFields()) {
259 GrBlobRegenHelper* helper, int run, int subRun, SkAutoGlyphCache*
    [all...]

Completed in 111 milliseconds