Lines Matching refs:glyphRun
178 void AddPath(const SkGlyphRun& glyphRun, const SkPoint& offset, SkPath* path) {
183 } rec = { path, offset, glyphRun.positions().data() };
185 glyphRun.font().getPaths(glyphRun.glyphsIDs().data(), SkToInt(glyphRun.glyphsIDs().size()),
987 SVGTextBuilder(SkPoint origin, const SkGlyphRun& glyphRun)
989 auto runSize = glyphRun.runSize();
991 SkFontPriv::GlyphsToUnichars(glyphRun.font(), glyphRun.glyphsIDs().data(),
993 auto positions = glyphRun.positions();
1082 for (auto& glyphRun : glyphRunList) {
1083 AddPath(glyphRun, glyphRunList.origin(), &path);
1092 for (auto& glyphRun : glyphRunList) {
1094 elem.addTextAttributes(glyphRun.font());
1096 SVGTextBuilder builder(glyphRunList.origin(), glyphRun);