Lines Matching defs:glyphRunList
217 const SkGlyphRunList& glyphRunList,
221 SkPoint drawOrigin = glyphRunList.origin();
599 const SkGlyphRunList& glyphRunList,
603 clip, viewMatrix, glyphRunList.origin(), paint, sdc, nullptr);
954 const SkGlyphRunList& glyphRunList,
958 clip, viewMatrix, glyphRunList.origin(), paint, sdc, nullptr);
1231 const SkGlyphRunList& glyphRunList,
1235 clip, viewMatrix, glyphRunList.origin(), paint, sdc, nullptr);
1397 auto GrTextBlob::Key::Make(const SkGlyphRunList& glyphRunList,
1407 bool canCache = glyphRunList.canCache() &&
1420 bool hasLCD = glyphRunList.anyRunsLCD();
1429 key.fUniqueID = glyphRunList.uniqueID();
1445 for (auto& run : glyphRunList) {
1511 sk_sp<GrTextBlob> GrTextBlob::Make(const SkGlyphRunList& glyphRunList,
1520 size_t totalGlyphCount = glyphRunList.totalGlyphCount();
1526 + glyphRunList.runCount() * (sizeof(DirectMaskSubRun) + vertexDataToSubRunPadding),
1537 for (auto& glyphRun : glyphRunList) {
2331 const SkGlyphRunList& glyphRunList,
2337 , fGlyphRunList{glyphRunList}