Searched defs:idsOrPaths (Results 1 – 2 of 2) sorted by relevance
258 void SkStrike::glyphIDsToPaths(SkSpan<sktext::IDOrPath> idsOrPaths) { in glyphIDsToPaths()
251 auto idsOrPaths = SkSpan(alloc->makeUniqueArray<IDOrPath>(glyphCount).release(), glyphCount); in MakeFromBuffer() local269 SkSpan<IDOrPath> idsOrPaths, in PathOpSubmitter()