Searched defs:subRun (Results 1 – 10 of 10) sorted by relevance
68 const sktext::gpu::AtlasSubRun* subRun = in onPerCanvasPreDraw() local76 const sktext::gpu::AtlasSubRun* subRun = in onDraw() local
44 SubRunData(const sktext::gpu::AtlasSubRun* subRun, in SubRunData()81 const sktext::gpu::AtlasSubRun* subRun() const { return fSubRun; } in subRun() function
137 void setSubRun(const SubRunData& subRun) { in setSubRun()
175 Iterator(SubRun* subRun) : fPtr{subRun} { } in Iterator()186 void append(SubRunOwner subRun) { in append()
1392 for ([[maybe_unused]] auto& subRun : fSubRuns) { in flattenRuns() local1396 for (auto& subRun : fSubRuns) { in flattenRuns() local1985 for (auto& subRun : fSubRuns) { in draw() local1991 for (const SubRun& subRun : fSubRuns) { in canReuse() local
137 auto AtlasTextOp::Geometry::Make(const sktext::gpu::AtlasSubRun& subRun, in Make()321 const sktext::gpu::AtlasSubRun& subRun = geo->fSubRun; in onPrepareDraws() local
61 const sktext::gpu::AtlasSubRun* subRun = sktext::gpu::TextBlobTools::FirstSubRun(blob.get()); in CreateOp() local
1115 void Device::drawAtlasSubRun(const sktext::gpu::AtlasSubRun* subRun, in drawAtlasSubRun()
1549 sktext::gpu::RendererData) { in drawSlug()
379 sktext::gpu::RendererData) { in drawGlyphRunList()